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

Unified Diff: chrome/chrome_common.gypi

Issue 11968032: Move 'theme' parsing out of Extension class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed IncognitoAutofillManagerTest unittest Created 7 years, 10 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 9202bfc56c3a64ef331711a4dc1a0c2eb85f75f7..17d5b2bf83a96b52c85d37e54903cc52640182e2 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -170,6 +170,8 @@
'common/extensions/api/omnibox/omnibox_handler.h',
'common/extensions/api/speech/tts_engine_manifest_handler.cc',
'common/extensions/api/speech/tts_engine_manifest_handler.h',
+ 'common/extensions/api/themes/theme_handler.cc',
+ 'common/extensions/api/themes/theme_handler.h',
'common/extensions/command.cc',
'common/extensions/command.h',
'common/extensions/csp_validator.cc',
@@ -491,6 +493,8 @@
['include', 'common/extensions/api/i18n/default_locale_handler.h'],
['include', 'common/extensions/api/identity/oauth2_manifest_handler.cc'],
['include', 'common/extensions/api/identity/oauth2_manifest_handler.h'],
+ ['include', 'common/extensions/api/themes/theme_handler.cc'],
+ ['include', 'common/extensions/api/themes/theme_handler.h'],
],
}],
['remoting==1', {
« no previous file with comments | « chrome/browser/themes/theme_service_factory.cc ('k') | chrome/common/extensions/api/i18n/default_locale_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698