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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 11662013: Move Commands from Extension to CommandsHandler (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_unref_script_badge
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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/commands/commands_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 982bb04d1db113421a9ebd854e610ac90649dec7..a014b47a4d99941fd6b15fc3dbf16b16caebce38 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1453,6 +1453,7 @@
'common/content_settings_helper_unittest.cc',
'common/content_settings_pattern_parser_unittest.cc',
'common/content_settings_pattern_unittest.cc',
+ 'common/extensions/api/commands/commands_manifest_unittest.cc',
'common/extensions/api/extension_action/script_badge_manifest_unittest.cc',
'common/extensions/command_unittest.cc',
'common/extensions/csp_validator_unittest.cc',
@@ -1474,7 +1475,6 @@
'common/extensions/manifest_tests/extension_manifests_background_unittest.cc',
'common/extensions/manifest_tests/extension_manifests_browseraction_unittest.cc',
'common/extensions/manifest_tests/extension_manifests_chromepermission_unittest.cc',
- 'common/extensions/manifest_tests/extension_manifests_command_unittest.cc',
'common/extensions/manifest_tests/extension_manifests_contentscript_unittest.cc',
'common/extensions/manifest_tests/extension_manifests_contentsecuritypolicy_unittest.cc',
'common/extensions/manifest_tests/extension_manifests_default_unittest.cc',
@@ -1751,6 +1751,7 @@
'browser/extensions/extension_context_menu_model_unittest.cc',
'browser/extensions/extension_ui_unittest.cc',
'browser/extensions/permissions_updater_unittest.cc',
+ 'common/extensions/extension_unittest.cc',
],
}],
['use_ash==1', {
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/commands/commands_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698