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

Unified Diff: DEPS

Issue 206006: Force inclusion of build/common.gypi for all chromium gyp files. (Closed)
Patch Set: 2nd round of feedback Created 11 years, 3 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 | app/app.gyp » ('j') | build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 9374b8f7282539f1230220c2e982e6201d02f7f8..79b3ab30b5aa3d023b88fe1799de616234a19c53 100644
--- a/DEPS
+++ b/DEPS
@@ -24,10 +24,10 @@ deps = {
"/trunk/deps/third_party/WebKit@20601",
"src/third_party/icu":
- "/trunk/deps/third_party/icu42@25717",
+ "/trunk/deps/third_party/icu42@26240",
"src/third_party/hunspell":
- "/trunk/deps/third_party/hunspell128@25906",
+ "/trunk/deps/third_party/hunspell128@26238",
"src/third_party/protobuf2/src":
"http://protobuf.googlecode.com/svn/trunk@219",
@@ -36,7 +36,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@651",
"src/v8":
- "http://v8.googlecode.com/svn/trunk@2866",
+ "http://v8.googlecode.com/svn/trunk@2896",
"src/native_client":
"http://nativeclient.googlecode.com/svn/trunk/src/native_client@385",
@@ -153,8 +153,8 @@ skip_child_includes = [
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_chromium"],
+ "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\\\]build[/\\\\]gyp_chromium$",
+ "action": ["python", "src/build/gyp_chromium"],
},
{
# Workaround IncrediBuild problem. http://crbug.com/17706.
« no previous file with comments | « no previous file | app/app.gyp » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698