diff options
author | bors-servo <metajack+bors@gmail.com> | 2014-12-16 13:31:08 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2014-12-16 13:31:08 -0700 |
commit | b6a593650bcc33e4188153d135e9a2781a488f96 (patch) | |
tree | 215a5d18be23da0fe58a97765137878e0acbc6fb | |
parent | fcaa45fb675bdf3fede3b50a9d212adda1dc2b4f (diff) | |
parent | f6cc413a489472025fc22eee8d7f84697f77e48b (diff) | |
download | servo-b6a593650bcc33e4188153d135e9a2781a488f96.tar.gz servo-b6a593650bcc33e4188153d135e9a2781a488f96.zip |
auto merge of #4392 : michaelwu/servo/fix-gonk-20141216, r=jdm
-rw-r--r-- | ports/gonk/Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 9a81bc9a406..f1c4f8ca855 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -335,6 +335,7 @@ dependencies = [ name = "layout" version = "0.0.1" dependencies = [ + "cssparser 0.1.0 (git+https://github.com/servo/rust-cssparser)", "encoding 0.2.0 (git+https://github.com/lifthrasiir/rust-encoding)", "geom 0.1.0 (git+https://github.com/servo/rust-geom)", "gfx 0.0.1", @@ -606,6 +607,7 @@ dependencies = [ name = "util" version = "0.0.1" dependencies = [ + "cssparser 0.1.0 (git+https://github.com/servo/rust-cssparser)", "geom 0.1.0 (git+https://github.com/servo/rust-geom)", "layers 0.1.0 (git+https://github.com/servo/rust-layers)", "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", |