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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11644057: Move BrowserAction out of Extension (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_ungoop_extension_action
Patch Set: Latest master for CQ 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'common/content_settings_pattern_parser.cc', 122 'common/content_settings_pattern_parser.cc',
123 'common/content_settings_pattern_parser.h', 123 'common/content_settings_pattern_parser.h',
124 'common/content_settings_types.h', 124 'common/content_settings_types.h',
125 'common/crash_keys.cc', 125 'common/crash_keys.cc',
126 'common/crash_keys.h', 126 'common/crash_keys.h',
127 'common/custom_handlers/protocol_handler.cc', 127 'common/custom_handlers/protocol_handler.cc',
128 'common/custom_handlers/protocol_handler.h', 128 'common/custom_handlers/protocol_handler.h',
129 'common/descriptors_android.h', 129 'common/descriptors_android.h',
130 'common/extensions/api/commands/commands_handler.cc', 130 'common/extensions/api/commands/commands_handler.cc',
131 'common/extensions/api/commands/commands_handler.h', 131 'common/extensions/api/commands/commands_handler.h',
132 'common/extensions/api/extension_action/browser_action_handler.cc',
133 'common/extensions/api/extension_action/browser_action_handler.h',
132 'common/extensions/api/extension_action/script_badge_handler.cc', 134 'common/extensions/api/extension_action/script_badge_handler.cc',
133 'common/extensions/api/extension_action/script_badge_handler.h', 135 'common/extensions/api/extension_action/script_badge_handler.h',
134 'common/extensions/api/extension_action/action_info.cc', 136 'common/extensions/api/extension_action/action_info.cc',
135 'common/extensions/api/extension_action/action_info.h', 137 'common/extensions/api/extension_action/action_info.h',
136 'common/extensions/api/extension_api.cc', 138 'common/extensions/api/extension_api.cc',
137 'common/extensions/api/extension_api.h', 139 'common/extensions/api/extension_api.h',
138 'common/extensions/api/extension_api_stub.cc', 140 'common/extensions/api/extension_api_stub.cc',
139 'common/extensions/api/input_ime/input_components_handler.cc', 141 'common/extensions/api/input_ime/input_components_handler.cc',
140 'common/extensions/api/input_ime/input_components_handler.h', 142 'common/extensions/api/input_ime/input_components_handler.h',
141 'common/extensions/api/file_handlers/file_handlers_parser.cc', 143 'common/extensions/api/file_handlers/file_handlers_parser.cc',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 ], 469 ],
468 'dependencies': [ 470 'dependencies': [
469 '../device/device.gyp:device_usb', 471 '../device/device.gyp:device_usb',
470 ], 472 ],
471 }, { # enable_extensions == 0 473 }, { # enable_extensions == 0
472 'sources/': [ 474 'sources/': [
473 ['exclude', '^common/extensions/api/'], 475 ['exclude', '^common/extensions/api/'],
474 ['include', 'common/extensions/api/extension_api_stub.cc'], 476 ['include', 'common/extensions/api/extension_api_stub.cc'],
475 ['include', 'common/extensions/api/extension_action/action_info.cc'] , 477 ['include', 'common/extensions/api/extension_action/action_info.cc'] ,
476 ['include', 'common/extensions/api/extension_action/action_info.h'], 478 ['include', 'common/extensions/api/extension_action/action_info.h'],
479 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'],
480 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'],
477 ], 481 ],
478 }], 482 }],
479 ['remoting==1', { 483 ['remoting==1', {
480 'dependencies': [ 484 'dependencies': [
481 '../remoting/remoting.gyp:remoting_client_plugin', 485 '../remoting/remoting.gyp:remoting_client_plugin',
482 ], 486 ],
483 }], 487 }],
484 ['enable_automation==0', { 488 ['enable_automation==0', {
485 'sources/': [ 489 'sources/': [
486 ['exclude', '^common/automation_'] 490 ['exclude', '^common/automation_']
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'common/metrics/proto/user_action_event.proto', 673 'common/metrics/proto/user_action_event.proto',
670 ], 674 ],
671 'variables': { 675 'variables': {
672 'proto_in_dir': 'common/metrics/proto', 676 'proto_in_dir': 'common/metrics/proto',
673 'proto_out_dir': 'chrome/common/metrics/proto', 677 'proto_out_dir': 'chrome/common/metrics/proto',
674 }, 678 },
675 'includes': [ '../build/protoc.gypi' ], 679 'includes': [ '../build/protoc.gypi' ],
676 }, 680 },
677 ], 681 ],
678 } 682 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/extensions/browser_actions_controller.mm ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698