Roll gyp 1830:1831
1831 - Don't try to match mixed source/dir gyp order on MSVS prior to 2010 BUG=none LOG=n R=machenbach@chromium.org Review URL: https://codereview.chromium.org/128483002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18498 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
39c025135c
commit
480a3aeb6d
2
DEPS
2
DEPS
@ -5,7 +5,7 @@
|
||||
deps = {
|
||||
# Remember to keep the revision in sync with the Makefile.
|
||||
"v8/build/gyp":
|
||||
"http://gyp.googlecode.com/svn/trunk@1830",
|
||||
"http://gyp.googlecode.com/svn/trunk@1831",
|
||||
|
||||
"v8/third_party/icu":
|
||||
"https://src.chromium.org/chrome/trunk/deps/third_party/icu46@239289",
|
||||
|
2
Makefile
2
Makefile
@ -441,7 +441,7 @@ grokdump: ia32.release
|
||||
# Remember to keep these in sync with the DEPS file.
|
||||
dependencies:
|
||||
svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
|
||||
--revision 1830
|
||||
--revision 1831
|
||||
svn checkout --force \
|
||||
https://src.chromium.org/chrome/trunk/deps/third_party/icu46 \
|
||||
third_party/icu --revision 239289
|
||||
|
Loading…
Reference in New Issue
Block a user