Move CSSErrorReporter to script_layout_interface.

This commit is contained in:
Ms2ger 2016-06-16 16:01:50 +01:00
parent 9e2e0ff98c
commit b56821a01f
9 changed files with 16 additions and 4 deletions

View file

@ -12,12 +12,14 @@ path = "lib.rs"
app_units = {version = "0.2.3", features = ["plugins"]}
bitflags = "0.7"
canvas_traits = {path = "../canvas_traits"}
cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]}
euclid = {version = "0.6.4", features = ["plugins"]}
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
libc = "0.2"
log = "0.3.5"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
profile_traits = {path = "../profile_traits"}