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

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: TOT (new ManifestHandler interface) + Android gypi changes Created 7 years, 11 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 e991fa468632a95cea4eb750881fddc606df2c75..4752fa3048653467bea143a035983b38984bc888 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -146,6 +146,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',
@@ -478,6 +480,8 @@
['include', 'common/extensions/api/extension_action/action_info.h'],
['include', 'common/extensions/api/extension_action/browser_action_handler.cc'],
['include', 'common/extensions/api/extension_action/browser_action_handler.h'],
+ ['include', 'common/extensions/api/themes/theme_handler.cc'],
+ ['include', 'common/extensions/api/themes/theme_handler.h'],
],
}],
['remoting==1', {

Powered by Google App Engine
This is Rietveld 408576698