Merge pull request #2827 from glennw/add-string-cache

Add stringcache to build, now that phf is working on android
This commit is contained in:
Lars Bergstrom 2014-07-14 11:13:33 -05:00
commit 08bc68e8c8
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View file

@ -121,3 +121,6 @@
[submodule "src/support/phf/rust-phf"] [submodule "src/support/phf/rust-phf"]
path = src/support/phf/rust-phf path = src/support/phf/rust-phf
url = https://github.com/mozilla-servo/rust-phf.git url = https://github.com/mozilla-servo/rust-phf.git
[submodule "src/support/stringcache/string-cache"]
path = src/support/stringcache/string-cache
url = https://github.com/mozilla-servo/string-cache.git

3
configure vendored
View file

@ -523,7 +523,8 @@ CFG_SUBMODULES="\
support/layers/rust-layers \ support/layers/rust-layers \
support/opengles/rust-opengles \ support/opengles/rust-opengles \
support/sharegl/sharegl \ support/sharegl/sharegl \
support/phf/rust-phf" support/phf/rust-phf \
support/stringcache/string-cache"
if [ $CFG_OSTYPE = "apple-darwin" ] if [ $CFG_OSTYPE = "apple-darwin" ]
then then

@ -0,0 +1 @@
Subproject commit 00caade726945dd8a7bbe81d4f8e77c0177d8ee3