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

Unified Diff: content/content_browser.gypi

Issue 9052007: Create an API around WorkerService that chrome consumes. Rename the existing WorkerService to Wor... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « content/browser/worker_host/worker_service_observer.h ('k') | content/public/browser/worker_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 115981)
+++ content/content_browser.gypi (working copy)
@@ -85,6 +85,8 @@
'public/browser/web_contents_observer.cc',
'public/browser/web_contents_observer.h',
'public/browser/web_intents_dispatcher.h',
+ 'public/browser/worker_service.h',
+ 'public/browser/worker_service_observer.h',
'browser/accessibility/browser_accessibility.cc',
'browser/accessibility/browser_accessibility.h',
'browser/accessibility/browser_accessibility_cocoa.h',
@@ -640,9 +642,8 @@
'browser/worker_host/worker_message_filter.h',
'browser/worker_host/worker_process_host.cc',
'browser/worker_host/worker_process_host.h',
- 'browser/worker_host/worker_service.cc',
- 'browser/worker_host/worker_service.h',
- 'browser/worker_host/worker_service_observer.h',
+ 'browser/worker_host/worker_service_impl.cc',
+ 'browser/worker_host/worker_service_impl.h',
'browser/zygote_host_linux.cc',
'browser/zygote_host_linux.h',
'browser/zygote_main_linux.cc',
« no previous file with comments | « content/browser/worker_host/worker_service_observer.h ('k') | content/public/browser/worker_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698