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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11588004: Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserAction (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for CQ 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'common/content_settings_pattern.cc', 119 'common/content_settings_pattern.cc',
120 'common/content_settings_pattern.h', 120 'common/content_settings_pattern.h',
121 'common/content_settings_pattern_parser.cc', 121 'common/content_settings_pattern_parser.cc',
122 'common/content_settings_pattern_parser.h', 122 'common/content_settings_pattern_parser.h',
123 'common/content_settings_types.h', 123 'common/content_settings_types.h',
124 'common/crash_keys.cc', 124 'common/crash_keys.cc',
125 'common/crash_keys.h', 125 'common/crash_keys.h',
126 'common/custom_handlers/protocol_handler.cc', 126 'common/custom_handlers/protocol_handler.cc',
127 'common/custom_handlers/protocol_handler.h', 127 'common/custom_handlers/protocol_handler.h',
128 'common/descriptors_android.h', 128 'common/descriptors_android.h',
129 'common/extensions/api/extension_action/script_badge_handler.cc',
130 'common/extensions/api/extension_action/script_badge_handler.h',
131 'common/extensions/api/extension_action/action_info.cc',
132 'common/extensions/api/extension_action/action_info.h',
129 'common/extensions/api/extension_api.cc', 133 'common/extensions/api/extension_api.cc',
130 'common/extensions/api/extension_api.h', 134 'common/extensions/api/extension_api.h',
131 'common/extensions/api/extension_api_stub.cc', 135 'common/extensions/api/extension_api_stub.cc',
132 'common/extensions/api/input_ime/input_components_handler.cc', 136 'common/extensions/api/input_ime/input_components_handler.cc',
133 'common/extensions/api/input_ime/input_components_handler.h', 137 'common/extensions/api/input_ime/input_components_handler.h',
134 'common/extensions/api/file_handlers/file_handlers_parser.cc', 138 'common/extensions/api/file_handlers/file_handlers_parser.cc',
135 'common/extensions/api/file_handlers/file_handlers_parser.h', 139 'common/extensions/api/file_handlers/file_handlers_parser.h',
136 'common/extensions/api/omnibox/omnibox_handler.cc', 140 'common/extensions/api/omnibox/omnibox_handler.cc',
137 'common/extensions/api/omnibox/omnibox_handler.h', 141 'common/extensions/api/omnibox/omnibox_handler.h',
138 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 142 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'common/extensions/features/manifest_feature.cc', 187 'common/extensions/features/manifest_feature.cc',
184 'common/extensions/features/manifest_feature.h', 188 'common/extensions/features/manifest_feature.h',
185 'common/extensions/features/permission_feature.cc', 189 'common/extensions/features/permission_feature.cc',
186 'common/extensions/features/permission_feature.h', 190 'common/extensions/features/permission_feature.h',
187 'common/extensions/features/simple_feature.cc', 191 'common/extensions/features/simple_feature.cc',
188 'common/extensions/features/simple_feature.h', 192 'common/extensions/features/simple_feature.h',
189 'common/extensions/manifest.cc', 193 'common/extensions/manifest.cc',
190 'common/extensions/manifest.h', 194 'common/extensions/manifest.h',
191 'common/extensions/manifest_handler.cc', 195 'common/extensions/manifest_handler.cc',
192 'common/extensions/manifest_handler.h', 196 'common/extensions/manifest_handler.h',
197 'common/extensions/manifest_handler_helpers.cc',
198 'common/extensions/manifest_handler_helpers.h',
193 'common/extensions/manifest_url_handler.cc', 199 'common/extensions/manifest_url_handler.cc',
194 'common/extensions/manifest_url_handler.h', 200 'common/extensions/manifest_url_handler.h',
195 'common/extensions/matcher/regex_set_matcher.cc', 201 'common/extensions/matcher/regex_set_matcher.cc',
196 'common/extensions/matcher/regex_set_matcher.h', 202 'common/extensions/matcher/regex_set_matcher.h',
197 'common/extensions/matcher/string_pattern.cc', 203 'common/extensions/matcher/string_pattern.cc',
198 'common/extensions/matcher/string_pattern.h', 204 'common/extensions/matcher/string_pattern.h',
199 'common/extensions/matcher/substring_set_matcher.cc', 205 'common/extensions/matcher/substring_set_matcher.cc',
200 'common/extensions/matcher/substring_set_matcher.h', 206 'common/extensions/matcher/substring_set_matcher.h',
201 'common/extensions/matcher/url_matcher.cc', 207 'common/extensions/matcher/url_matcher.cc',
202 'common/extensions/matcher/url_matcher.h', 208 'common/extensions/matcher/url_matcher.h',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'sources!': [ 461 'sources!': [
456 'common/extensions/api/extension_api_stub.cc', 462 'common/extensions/api/extension_api_stub.cc',
457 ], 463 ],
458 'dependencies': [ 464 'dependencies': [
459 '../device/device.gyp:device_usb', 465 '../device/device.gyp:device_usb',
460 ], 466 ],
461 }, { # enable_extensions == 0 467 }, { # enable_extensions == 0
462 'sources/': [ 468 'sources/': [
463 ['exclude', '^common/extensions/api/'], 469 ['exclude', '^common/extensions/api/'],
464 ['include', 'common/extensions/api/extension_api_stub.cc'], 470 ['include', 'common/extensions/api/extension_api_stub.cc'],
471 ['include', 'common/extensions/api/extension_action/action_info.cc'] ,
472 ['include', 'common/extensions/api/extension_action/action_info.h'],
465 ], 473 ],
466 }], 474 }],
467 ['remoting==1', { 475 ['remoting==1', {
468 'dependencies': [ 476 'dependencies': [
469 '../remoting/remoting.gyp:remoting_client_plugin', 477 '../remoting/remoting.gyp:remoting_client_plugin',
470 ], 478 ],
471 }], 479 }],
472 ], 480 ],
473 'target_conditions': [ 481 'target_conditions': [
474 ['OS == "ios"', { 482 ['OS == "ios"', {
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'common/metrics/proto/user_action_event.proto', 650 'common/metrics/proto/user_action_event.proto',
643 ], 651 ],
644 'variables': { 652 'variables': {
645 'proto_in_dir': 'common/metrics/proto', 653 'proto_in_dir': 'common/metrics/proto',
646 'proto_out_dir': 'chrome/common/metrics/proto', 654 'proto_out_dir': 'chrome/common/metrics/proto',
647 }, 655 },
648 'includes': [ '../build/protoc.gypi' ], 656 'includes': [ '../build/protoc.gypi' ],
649 }, 657 },
650 ], 658 ],
651 } 659 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698