diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 19:42:26 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 19:42:26 +0000 |
commit | 6a1d7d7ebc60dccc5705e1b80a6a746a17c64ef8 (patch) | |
tree | b10b11c7597d36cdecaf03736485dd3c6b4b91f1 /DEPS | |
parent | fa2e32bada9bb65f8aa595569d2f41c02715bc63 (diff) | |
download | chromium_src-6a1d7d7ebc60dccc5705e1b80a6a746a17c64ef8.zip chromium_src-6a1d7d7ebc60dccc5705e1b80a6a746a17c64ef8.tar.gz chromium_src-6a1d7d7ebc60dccc5705e1b80a6a746a17c64ef8.tar.bz2 |
Have the gyp build use base SCons, not Hammer components, so it can
control the Alias namespace directly and set appropriate default targets.
This currently switches within the various Chrome*() calls.
Review URL: http://codereview.chromium.org/46037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11657 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ deps = { # TODO(mark): Remove once this has moved into depot_tools. "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@364", + "http://gyp.googlecode.com/svn/trunk@365", "src/v8": "http://v8.googlecode.com/svn/trunk@1458", |