Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 97f1ef6c177c306b7d004d4db272bb6807c7f08f..54fddbde9de77e056b9fb816b3a2e03b3a637b57 100755 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -3204,7 +3204,7 @@ |
'../third_party/npapi/npapi.gyp:npapi', |
'../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', |
'../webkit/webkit.gyp:glue', |
- '../webkit/webkit.gyp:webkit', |
+ '../webkit/api/WebKitAPI.gyp:webkit_api', |
], |
'include_dirs': [ |
'..', |
@@ -3392,7 +3392,7 @@ |
'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18', |
'dependencies': [ |
'../base/base.gyp:base', |
- '../webkit/webkit.gyp:webkit', |
+ '../webkit/api/WebKitAPI.gyp:webkit_api', |
], |
'sources': [ |
'worker/nativewebworker_impl.cc', |
@@ -4389,7 +4389,7 @@ |
'../net/net.gyp:net_resources', |
'../net/net.gyp:net_test_support', |
'../printing/printing.gyp:printing', |
- '../webkit/webkit.gyp:webkit', |
+ '../webkit/api/WebKitAPI.gyp:webkit_api', |
darin (slow to review)
2009/11/02 18:10:29
just WebKit.gyp
|
'../webkit/webkit.gyp:webkit_resources', |
'../skia/skia.gyp:skia', |
'../testing/gmock.gyp:gmock', |