diff options
author | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-02 23:23:18 +0000 |
---|---|---|
committer | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-02 23:23:18 +0000 |
commit | f852667f469ea8fd31b8a1dd0f0130382efe591f (patch) | |
tree | 8008c59d57d09f530c8df11e7109ce2ca779a740 /webkit/tools | |
parent | 1d61ddd4bac2de7d322fc9a5580e8aab9da79c74 (diff) | |
download | chromium_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 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index d8d4625..3ce7b22 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -39,7 +39,7 @@ '../../webkit.gyp:appcache', '../../webkit.gyp:database', '../../webkit.gyp:glue', - '../../webkit.gyp:webkit', + '../../api/WebKit.gyp:webkit', '../../webkit.gyp:inspector_resources', ], 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', @@ -116,7 +116,7 @@ '../../../net/net.gyp:net', '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', '../../webkit.gyp:glue', - '../../webkit.gyp:webkit', + '../../api/WebKit.gyp:webkit', ], 'conditions': [ # http://code.google.com/p/chromium/issues/detail?id=18337 |