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

Unified Diff: chrome/chrome_common.gypi

Issue 11786003: Move Icons out of Extension class (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_unref_browser_action
Patch Set: 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 d37e33785d0a1cfc4be2d453e8848d4079ec4c64..fbbe738412d8aab5b5a375e4fe077e9860331c71 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -136,6 +136,8 @@
'common/extensions/api/extension_api.cc',
'common/extensions/api/extension_api.h',
'common/extensions/api/extension_api_stub.cc',
+ 'common/extensions/api/icons/icons_handler.cc',
+ 'common/extensions/api/icons/icons_handler.h',
'common/extensions/api/input_ime/input_components_handler.cc',
'common/extensions/api/input_ime/input_components_handler.h',
'common/extensions/api/file_handlers/file_handlers_parser.cc',
@@ -474,6 +476,8 @@
['include', 'common/extensions/api/extension_api_stub.cc'],
['include', 'common/extensions/api/extension_action/action_info.cc'],
['include', 'common/extensions/api/extension_action/action_info.h'],
+ ['include', 'common/extensions/api/icons/icons_handler.cc'],
+ ['include', 'common/extensions/api/icons/icons_handler.h'],
],
}],
['remoting==1', {

Powered by Google App Engine
This is Rietveld 408576698