Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3691)

Unified Diff: chrome/chrome.gyp

Issue 340049: Extract webkit api target from webkit.gyp (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/api/WebKitAPI.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | webkit/api/WebKitAPI.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698