Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: DEPS

Issue 28305: GYP it, GYP it good (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 10690)
+++ DEPS (working copy)
@@ -19,10 +19,10 @@
"http://googletest.googlecode.com/svn/trunk@167",
"src/third_party/WebKit":
- "/trunk/deps/third_party/WebKit@10654",
+ "/trunk/deps/third_party/WebKit@10691",
"src/third_party/icu38":
- "/trunk/deps/third_party/icu38@10364",
+ "/trunk/deps/third_party/icu38@10692",
# TODO(mark): Remove once this has moved into depot_tools.
"src/tools/gyp":
@@ -88,3 +88,11 @@
"third_party",
"v8",
]
+
+
+hooks = [
+ {
+ "pattern": "\\.gypi?$",
+ "action": ["python", "src/tools/gyp/gyp_dogfood", "src/build/all.gyp"],
TVL 2009/03/02 02:17:15 why _dogfood?
+ },
+]
« no previous file with comments | « no previous file | base/base.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698