diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 20:59:48 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 20:59:48 +0000 |
commit | 158613cfe50a24f729bf756dd763463799251a11 (patch) | |
tree | e92af9fbae227c743179a0c7d288b67a84418400 /o3d/DEPS | |
parent | e46cdae0b2ed7d421ce97e47af12a658ef82cf0b (diff) | |
download | chromium_src-158613cfe50a24f729bf756dd763463799251a11.zip chromium_src-158613cfe50a24f729bf756dd763463799251a11.tar.gz chromium_src-158613cfe50a24f729bf756dd763463799251a11.tar.bz2 |
This adds the gyp tools to the regular build so that the o3d-internal gyp build
doesn't cause the regular pulse builds to fail.
Review URL: http://codereview.chromium.org/174445
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/DEPS')
-rw-r--r-- | o3d/DEPS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ vars = { "nixysa_rev": "29", "o3d_code_rev": "124", "skia_rev": "279", - "gyp_rev": "553", + "gyp_rev": "606", "gtest_rev": "267", "gflags_rev": "30", "breakpad_rev": "346", @@ -97,6 +97,9 @@ deps = { "o3d/third_party/gmock/files": "http://googlemock.googlecode.com/svn/tags/release-1.0.0", + + "tools/gyp": + "http://gyp.googlecode.com/svn/trunk@" + Var("gyp_rev"), } deps_os = { |