aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2014-12-16 13:31:08 -0700
committerbors-servo <metajack+bors@gmail.com>2014-12-16 13:31:08 -0700
commitb6a593650bcc33e4188153d135e9a2781a488f96 (patch)
tree215a5d18be23da0fe58a97765137878e0acbc6fb
parentfcaa45fb675bdf3fede3b50a9d212adda1dc2b4f (diff)
parentf6cc413a489472025fc22eee8d7f84697f77e48b (diff)
downloadservo-b6a593650bcc33e4188153d135e9a2781a488f96.tar.gz
servo-b6a593650bcc33e4188153d135e9a2781a488f96.zip
auto merge of #4392 : michaelwu/servo/fix-gonk-20141216, r=jdm
-rw-r--r--ports/gonk/Cargo.lock2
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)",