summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 19:40:20 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 19:40:20 +0000
commit026d7b8f3a5ecbe4f9f879386221c110afcb2810 (patch)
treef444ac2bfa8b92663f912a6752d3ecdc1826f20c /DEPS
parent1490e88528ee6e8e450884016a861c9c1332d022 (diff)
downloadchromium_src-026d7b8f3a5ecbe4f9f879386221c110afcb2810.zip
chromium_src-026d7b8f3a5ecbe4f9f879386221c110afcb2810.tar.gz
chromium_src-026d7b8f3a5ecbe4f9f879386221c110afcb2810.tar.bz2
Pull in new version of GYP.
Update the hook for the new name (s/dogfood/chromium/) This will let the buildbots run a subset of the gyp files if we want to trim their checkouts. Review URL: http://codereview.chromium.org/155582 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20767 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 984f008..fb88615 100644
--- a/DEPS
+++ b/DEPS
@@ -32,7 +32,7 @@ deps = {
# TODO(mark): Remove once this has moved into depot_tools.
"src/tools/gyp":
- "http://gyp.googlecode.com/svn/trunk@547",
+ "http://gyp.googlecode.com/svn/trunk@549",
"src/v8":
"http://v8.googlecode.com/svn/branches/1.2@2476",
@@ -131,7 +131,7 @@ hooks = [
{
# A change to a .gyp, .gypi, or to GYP itself shound run the generator.
"pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]",
- "action": ["python", "src/tools/gyp/gyp_dogfood", "src/build/all.gyp"],
+ "action": ["python", "src/tools/gyp/gyp_chromium"],
},
]