summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authoryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 23:23:18 +0000
committeryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 23:23:18 +0000
commitf852667f469ea8fd31b8a1dd0f0130382efe591f (patch)
tree8008c59d57d09f530c8df11e7109ce2ca779a740 /chrome/chrome.gyp
parent1d61ddd4bac2de7d322fc9a5580e8aab9da79c74 (diff)
downloadchromium_src-f852667f469ea8fd31b8a1dd0f0130382efe591f.zip
chromium_src-f852667f469ea8fd31b8a1dd0f0130382efe591f.tar.gz
chromium_src-f852667f469ea8fd31b8a1dd0f0130382efe591f.tar.bz2
Extract webkit api target from webkit.gyp
(in preparation for upstreaming the api) Review URL: http://codereview.chromium.org/340049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30764 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index ca58620..470b71a 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -3201,7 +3201,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/WebKit.gyp:webkit',
],
'include_dirs': [
'..',
@@ -3389,7 +3389,7 @@
'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18',
'dependencies': [
'../base/base.gyp:base',
- '../webkit/webkit.gyp:webkit',
+ '../webkit/api/WebKit.gyp:webkit',
],
'sources': [
'worker/nativewebworker_impl.cc',
@@ -4376,7 +4376,7 @@
'../net/net.gyp:net_resources',
'../net/net.gyp:net_test_support',
'../printing/printing.gyp:printing',
- '../webkit/webkit.gyp:webkit',
+ '../webkit/api/WebKit.gyp:webkit',
'../webkit/webkit.gyp:webkit_resources',
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
@@ -6533,7 +6533,7 @@
'syncapi',
'test_support_unit',
'../printing/printing.gyp:printing',
- '../webkit/webkit.gyp:webkit',
+ '../webkit/api/WebKit.gyp:webkit',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
'../third_party/icu/icu.gyp:icui18n',