summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/all.gyp b/build/all.gyp
index de2080b..2aad4a3 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -40,8 +40,8 @@
'../third_party/npapi/npapi.gyp:*',
'../third_party/sqlite/sqlite.gyp:*',
'../third_party/zlib/zlib.gyp:*',
- '../webkit/tools/test_shell/test_shell.gyp:test_shell',
- '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests',
+ '../webkit/tools/test_shell/test_shell.gyp:*',
+ '../webkit/webkit.gyp:*',
'temp_gyp/googleurl.gyp:*',
],
'conditions': [
@@ -72,8 +72,6 @@
['all_gyps', {
'dependencies': [
'../chrome/chrome.gyp:*',
- '../webkit/tools/test_shell/test_shell.gyp:*',
- '../webkit/webkit.gyp:*',
],
}],
],
@@ -89,6 +87,8 @@
'type': 'none',
'dependencies': [
'../chrome/chrome.gyp:image_diff',
+ '../webkit/tools/test_shell/test_shell.gyp:test_shell',
+ '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests',
],
},
],