summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 00:16:16 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 00:16:16 +0000
commitbfa24b961a7095fe532125dcbfc123dbb3988240 (patch)
tree51d09fcbc1568deac2f2933027aa1dbaa920ce87 /DEPS
parent4c99a9f02c090254bc4ef8bca512428d24e28bd5 (diff)
downloadchromium_src-bfa24b961a7095fe532125dcbfc123dbb3988240.zip
chromium_src-bfa24b961a7095fe532125dcbfc123dbb3988240.tar.gz
chromium_src-bfa24b961a7095fe532125dcbfc123dbb3988240.tar.bz2
GYP it, GYP it good.
Convert the Mac build to the new GYP-based Xcode build, and remove the old Xcode projects. Review URL: http://codereview.chromium.org/28305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS12
1 files changed, 10 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 4090837..bf901bd 100644
--- a/DEPS
+++ b/DEPS
@@ -19,10 +19,10 @@ deps = {
"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 @@ skip_child_includes = [
"third_party",
"v8",
]
+
+
+hooks = [
+ {
+ "pattern": "\\.gypi?$",
+ "action": ["python", "src/tools/gyp/gyp_dogfood", "src/build/all.gyp"],
+ },
+]