diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-02 00:16:16 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-02 00:16:16 +0000 |
commit | bfa24b961a7095fe532125dcbfc123dbb3988240 (patch) | |
tree | 51d09fcbc1568deac2f2933027aa1dbaa920ce87 /DEPS | |
parent | 4c99a9f02c090254bc4ef8bca512428d24e28bd5 (diff) | |
download | chromium_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-- | DEPS | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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"], + }, +] |