diff options
author | MHX348@motorola.com <MHX348@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 02:23:12 +0000 |
---|---|---|
committer | MHX348@motorola.com <MHX348@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 02:23:12 +0000 |
commit | a0cc9a53f5d5422de0b3c3fc078f02c532f7dd79 (patch) | |
tree | a1a0b094178a0ee012bdbb4e84f57463c467f597 /chrome/chrome_common.gypi | |
parent | b5ed99283501f94fb2c2837761b41828af0e40d5 (diff) | |
download | chromium_src-a0cc9a53f5d5422de0b3c3fc078f02c532f7dd79.zip chromium_src-a0cc9a53f5d5422de0b3c3fc078f02c532f7dd79.tar.gz chromium_src-a0cc9a53f5d5422de0b3c3fc078f02c532f7dd79.tar.bz2 |
Move 'theme' parsing out of Extension class
BUG=159265
Review URL: https://chromiumcodereview.appspot.com/11968032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181826 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 9202bfc..17d5b2b 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', { |