diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 03:27:01 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 03:27:01 +0000 |
commit | 5a65c2a355dc850f3f48b22436ec05bd3d6375be (patch) | |
tree | 5154dba2a5122bd47781a15b110b96a1185563c5 /build | |
parent | 8c579ee3804a4bc65ed9b8d2d3acda69923113dd (diff) | |
download | chromium_src-5a65c2a355dc850f3f48b22436ec05bd3d6375be.zip chromium_src-5a65c2a355dc850f3f48b22436ec05bd3d6375be.tar.gz chromium_src-5a65c2a355dc850f3f48b22436ec05bd3d6375be.tar.bz2 |
Switching chrome.sln to gyp generated version.
Doing this by using existing vcproj files.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/119021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17379 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/all.gyp b/build/all.gyp index 491d16d..69e52ed 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -23,6 +23,7 @@ 'dependencies': [ '../app/app.gyp:*', '../base/base.gyp:*', + '../chrome/chrome.gyp:*', '../media/media.gyp:*', '../net/net.gyp:*', '../printing/printing.gyp:*', @@ -84,11 +85,6 @@ '../views/views.gyp:*', ], }], - ['all_gyps', { - 'dependencies': [ - '../chrome/chrome.gyp:*', - ], - }], ], }, ], |