diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 23:20:24 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 23:20:24 +0000 |
commit | b3d2f8bda0811fc003fa9488f5dd07d798736358 (patch) | |
tree | da113b146e5d4691786daa74fc0b2cf667352026 /build | |
parent | 84610ad991df4481b9ecb9baaeef09d9131beaa4 (diff) | |
download | chromium_src-b3d2f8bda0811fc003fa9488f5dd07d798736358.zip chromium_src-b3d2f8bda0811fc003fa9488f5dd07d798736358.tar.gz chromium_src-b3d2f8bda0811fc003fa9488f5dd07d798736358.tar.bz2 |
Switching webkit to gyp on windows.
Review URL: http://codereview.chromium.org/63152
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index feec2e3..9a955b6 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -38,6 +38,8 @@ '../third_party/npapi/npapi.gyp:*', '../third_party/sqlite/sqlite.gyp:*', '../third_party/zlib/zlib.gyp:*', + '../webkit/tools/test_shell/test_shell.gyp:*', + '../webkit/webkit.gyp:*', 'temp_gyp/googleurl.gyp:*', 'temp_gyp/v8.gyp:*', ], @@ -63,8 +65,6 @@ ['all_gyps', { 'dependencies': [ '../chrome/chrome.gyp:*', - '../webkit/tools/test_shell/test_shell.gyp:*', - '../webkit/webkit.gyp:*', ], }], ], |