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

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 (+blink) 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 3539642a3c533c2df03da95ed8b671ae5d068b5d..99aff678b69f7c48f938363e41ddcf560a66c0e3 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -196,8 +196,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',
@@ -438,8 +438,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'],
],

Powered by Google App Engine
This is Rietveld 408576698