summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome_frame/chrome_frame.gyp3
-rw-r--r--webkit/webkit.gyp3
2 files changed, 2 insertions, 4 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 52cf839..2fbc268 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -393,12 +393,13 @@
'type': 'executable',
'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7',
'dependencies': [
+ '../base/allocator/allocator.gyp:allocator',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../chrome/chrome.gyp:browser',
'../chrome/chrome.gyp:common',
'../chrome/chrome.gyp:utility',
'../testing/gtest.gyp:gtest',
- '../base/allocator/allocator.gyp:allocator',
+ '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
'base_noicu',
'chrome_frame_npapi',
'chrome_frame_strings',
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index c460c4c..282bb3b 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -125,7 +125,6 @@
'dependencies': [
'../app/app.gyp:app_base',
'../net/net.gyp:net',
- '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
],
'sources': [
# This list contains all .h and .cc in appcache except for test code.
@@ -204,9 +203,7 @@
'dependencies': [
'../app/app.gyp:app_base',
'../net/net.gyp:net',
- 'inspector_resources',
'../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
- '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
'webkit_resources',
'webkit_strings',
],