Update V8's dependencies:
GYP: Correctly handle GCC_C_LANGUAGE_STANDARD 'ansi' ICU: Use the correct assembly file when cross compiling from Mac to Android BUG=none R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/21034003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15988 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
7ad3db7485
commit
8ba5cabb00
4
DEPS
4
DEPS
@ -5,10 +5,10 @@
|
||||
deps = {
|
||||
# Remember to keep the revision in sync with the Makefile.
|
||||
"v8/build/gyp":
|
||||
"http://gyp.googlecode.com/svn/trunk@1656",
|
||||
"http://gyp.googlecode.com/svn/trunk@1685",
|
||||
|
||||
"v8/third_party/icu":
|
||||
"https://src.chromium.org/chrome/trunk/deps/third_party/icu46@213354",
|
||||
"https://src.chromium.org/chrome/trunk/deps/third_party/icu46@214189",
|
||||
}
|
||||
|
||||
deps_os = {
|
||||
|
4
Makefile
4
Makefile
@ -405,7 +405,7 @@ $(ENVFILE).new:
|
||||
# Remember to keep these in sync with the DEPS file.
|
||||
dependencies:
|
||||
svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
|
||||
--revision 1656
|
||||
--revision 1685
|
||||
svn checkout --force \
|
||||
https://src.chromium.org/chrome/trunk/deps/third_party/icu46 \
|
||||
third_party/icu --revision 213354
|
||||
third_party/icu --revision 214189
|
||||
|
Loading…
Reference in New Issue
Block a user