summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-09 23:20:24 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-09 23:20:24 +0000
commitb3d2f8bda0811fc003fa9488f5dd07d798736358 (patch)
treeda113b146e5d4691786daa74fc0b2cf667352026 /build
parent84610ad991df4481b9ecb9baaeef09d9131beaa4 (diff)
downloadchromium_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.gyp4
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:*',
],
}],
],