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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11724002: Move ContentScripts out of Extension (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_unref_browser_action
Patch Set: Created 7 years, 9 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'common/content_settings_types.h', 146 'common/content_settings_types.h',
147 'common/crash_keys.cc', 147 'common/crash_keys.cc',
148 'common/crash_keys.h', 148 'common/crash_keys.h',
149 'common/custom_handlers/protocol_handler.cc', 149 'common/custom_handlers/protocol_handler.cc',
150 'common/custom_handlers/protocol_handler.h', 150 'common/custom_handlers/protocol_handler.h',
151 'common/descriptors_android.h', 151 'common/descriptors_android.h',
152 'common/dump_without_crashing.cc', 152 'common/dump_without_crashing.cc',
153 'common/dump_without_crashing.h', 153 'common/dump_without_crashing.h',
154 'common/extensions/api/commands/commands_handler.cc', 154 'common/extensions/api/commands/commands_handler.cc',
155 'common/extensions/api/commands/commands_handler.h', 155 'common/extensions/api/commands/commands_handler.h',
156 'common/extensions/api/content_scripts/content_scripts_handler.cc',
157 'common/extensions/api/content_scripts/content_scripts_handler.h',
156 'common/extensions/api/extension_action/action_info.cc', 158 'common/extensions/api/extension_action/action_info.cc',
157 'common/extensions/api/extension_action/action_info.h', 159 'common/extensions/api/extension_action/action_info.h',
158 'common/extensions/api/extension_action/browser_action_handler.cc', 160 'common/extensions/api/extension_action/browser_action_handler.cc',
159 'common/extensions/api/extension_action/browser_action_handler.h', 161 'common/extensions/api/extension_action/browser_action_handler.h',
160 'common/extensions/api/extension_action/page_action_handler.cc', 162 'common/extensions/api/extension_action/page_action_handler.cc',
161 'common/extensions/api/extension_action/page_action_handler.h', 163 'common/extensions/api/extension_action/page_action_handler.h',
162 'common/extensions/api/extension_action/script_badge_handler.cc', 164 'common/extensions/api/extension_action/script_badge_handler.cc',
163 'common/extensions/api/extension_action/script_badge_handler.h', 165 'common/extensions/api/extension_action/script_badge_handler.h',
164 'common/extensions/api/extension_api.cc', 166 'common/extensions/api/extension_api.cc',
165 'common/extensions/api/extension_api.h', 167 'common/extensions/api/extension_api.h',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '../device/device.gyp:device_usb', 399 '../device/device.gyp:device_usb',
398 ], 400 ],
399 }, { # enable_extensions == 0 401 }, { # enable_extensions == 0
400 'sources/': [ 402 'sources/': [
401 ['exclude', '^common/extensions/api/'], 403 ['exclude', '^common/extensions/api/'],
402 ['include', 'common/extensions/api/extension_api_stub.cc'], 404 ['include', 'common/extensions/api/extension_api_stub.cc'],
403 ['include', 'common/extensions/api/extension_action/action_info.cc'] , 405 ['include', 'common/extensions/api/extension_action/action_info.cc'] ,
404 ['include', 'common/extensions/api/extension_action/action_info.h'], 406 ['include', 'common/extensions/api/extension_action/action_info.h'],
405 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'], 407 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'],
406 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'], 408 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'],
409 ['include', 'common/extensions/api/content_scripts/content_scripts_h andler.cc'],
410 ['include', 'common/extensions/api/content_scripts/content_scripts_h andler.h'],
407 ['include', 'common/extensions/api/extension_action/page_action_hand ler.cc'], 411 ['include', 'common/extensions/api/extension_action/page_action_hand ler.cc'],
408 ['include', 'common/extensions/api/extension_action/page_action_hand ler.h'], 412 ['include', 'common/extensions/api/extension_action/page_action_hand ler.h'],
409 ['include', 'common/extensions/api/icons/icons_handler.cc'], 413 ['include', 'common/extensions/api/icons/icons_handler.cc'],
410 ['include', 'common/extensions/api/icons/icons_handler.h'], 414 ['include', 'common/extensions/api/icons/icons_handler.h'],
411 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'], 415 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
412 ['include', 'common/extensions/api/i18n/default_locale_handler.h'], 416 ['include', 'common/extensions/api/i18n/default_locale_handler.h'],
413 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'], 417 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'],
414 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'], 418 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'],
415 ['include', 'common/extensions/api/plugins/plugins_handler.cc'], 419 ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
416 ['include', 'common/extensions/api/plugins/plugins_handler.h'], 420 ['include', 'common/extensions/api/plugins/plugins_handler.h'],
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 'common/metrics/proto/user_action_event.proto', 714 'common/metrics/proto/user_action_event.proto',
711 ], 715 ],
712 'variables': { 716 'variables': {
713 'proto_in_dir': 'common/metrics/proto', 717 'proto_in_dir': 'common/metrics/proto',
714 'proto_out_dir': 'chrome/common/metrics/proto', 718 'proto_out_dir': 'chrome/common/metrics/proto',
715 }, 719 },
716 'includes': [ '../build/protoc.gypi' ], 720 'includes': [ '../build/protoc.gypi' ],
717 }, 721 },
718 ], 722 ],
719 } 723 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698