summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 22:24:23 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 22:24:23 +0000
commitaf980cd76492b99636b5abe05f126aa0ecab6c24 (patch)
tree1a07df58154960b35262e122e62b204d79d74808 /DEPS
parent2b7b7e43aefea1945fa6f1d84437e3b24a9757a5 (diff)
downloadchromium_src-af980cd76492b99636b5abe05f126aa0ecab6c24.zip
chromium_src-af980cd76492b99636b5abe05f126aa0ecab6c24.tar.gz
chromium_src-af980cd76492b99636b5abe05f126aa0ecab6c24.tar.bz2
Roll gyp DEPS to pickup this change:
--------------------------------------------------------------------- r372 | agl@chromium.org | 2009-03-17 15:11:24 -0700 (Tue, 17 Mar 2009 Change 'options' argument to 'params' Previously the generator function took a final argument called 'options', which was the command lin eoptions dict from optparse. With this change, that argument becomes 'params', which is a dict with these keys: options: the old options structure build_files: the list of build files passed on the command line generator_flags: a list of strings. These strings are taken from the --generator-flags command line argument. For example, if the command line includes "--generator-flags=opt,foo,bar" then this list will be ['opt', 'foo', 'bar'] Review URL: http://codereview.chromium.org/48099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index a00635d..7570d41 100644
--- a/DEPS
+++ b/DEPS
@@ -26,7 +26,7 @@ deps = {
# TODO(mark): Remove once this has moved into depot_tools.
"src/tools/gyp":
- "http://gyp.googlecode.com/svn/trunk@371",
+ "http://gyp.googlecode.com/svn/trunk@372",
"src/v8":
"http://v8.googlecode.com/svn/trunk@1458",