summaryrefslogtreecommitdiffstats
path: root/content/content_worker.gypi
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 10:05:19 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 10:05:19 +0000
commit8d6cba4c551a773707f441d5f2955948ba6b2450 (patch)
treeaaad1b50f3fb696c4f39a4dc078149b7560b8160 /content/content_worker.gypi
parent927a672386c66a29f84f622e1d1fa2f42a45be3b (diff)
downloadchromium_src-8d6cba4c551a773707f441d5f2955948ba6b2450.zip
chromium_src-8d6cba4c551a773707f441d5f2955948ba6b2450.tar.gz
chromium_src-8d6cba4c551a773707f441d5f2955948ba6b2450.tar.bz2
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
Review URL: http://codereview.chromium.org/7831035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_worker.gypi')
-rw-r--r--content/content_worker.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content_worker.gypi b/content/content_worker.gypi
index be1a0ee..7ac57fe 100644
--- a/content/content_worker.gypi
+++ b/content/content_worker.gypi
@@ -29,8 +29,8 @@
'worker/worker_thread.h',
'worker/worker_webapplicationcachehost_impl.cc',
'worker/worker_webapplicationcachehost_impl.h',
- 'worker/worker_webkitclient_impl.cc',
- 'worker/worker_webkitclient_impl.h',
+ 'worker/worker_webkitplatformsupport_impl.cc',
+ 'worker/worker_webkitplatformsupport_impl.h',
],
'include_dirs': [
'..',