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

Unified Diff: chrome/chrome_common.gypi

Issue 13473013: Move ThemeHandler from c/c/e/api; move GetBrowserImages() out of Extension class (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master Created 7 years, 8 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 | « chrome/browser/themes/theme_service.cc ('k') | chrome/common/extensions/api/themes/theme_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 236089f6965136e23a15de64357ff6b15cc6f5a2..e13c40f7478106c7abe7efe42ffe3273a52461cc 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -194,8 +194,6 @@
'common/extensions/api/speech/tts_engine_manifest_handler.h',
'common/extensions/api/system_indicator/system_indicator_handler.cc',
'common/extensions/api/system_indicator/system_indicator_handler.h',
- 'common/extensions/api/themes/theme_handler.cc',
- 'common/extensions/api/themes/theme_handler.h',
'common/extensions/background_info.cc',
'common/extensions/background_info.h',
'common/extensions/command.cc',
@@ -263,6 +261,8 @@
'common/extensions/manifest_handlers/requirements_handler.h',
'common/extensions/manifest_handlers/sandboxed_page_info.cc',
'common/extensions/manifest_handlers/sandboxed_page_info.h',
+ 'common/extensions/manifest_handlers/theme_handler.cc',
+ 'common/extensions/manifest_handlers/theme_handler.h',
'common/extensions/manifest_url_handler.cc',
'common/extensions/manifest_url_handler.h',
'common/extensions/message_bundle.cc',
@@ -434,8 +434,6 @@
['include', 'common/extensions/api/identity/oauth2_manifest_handler.h'],
['include', 'common/extensions/api/plugins/plugins_handler.cc'],
['include', 'common/extensions/api/plugins/plugins_handler.h'],
- ['include', 'common/extensions/api/themes/theme_handler.cc'],
- ['include', 'common/extensions/api/themes/theme_handler.h'],
['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.cc'],
['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.h'],
],
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/common/extensions/api/themes/theme_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698