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

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: Latest master for CQ 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
« 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) 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'common/extensions/features/permission_feature.cc', 233 'common/extensions/features/permission_feature.cc',
234 'common/extensions/features/permission_feature.h', 234 'common/extensions/features/permission_feature.h',
235 'common/extensions/features/simple_feature.cc', 235 'common/extensions/features/simple_feature.cc',
236 'common/extensions/features/simple_feature.h', 236 'common/extensions/features/simple_feature.h',
237 'common/extensions/manifest.cc', 237 'common/extensions/manifest.cc',
238 'common/extensions/manifest.h', 238 'common/extensions/manifest.h',
239 'common/extensions/manifest_handler.cc', 239 'common/extensions/manifest_handler.cc',
240 'common/extensions/manifest_handler.h', 240 'common/extensions/manifest_handler.h',
241 'common/extensions/manifest_handler_helpers.cc', 241 'common/extensions/manifest_handler_helpers.cc',
242 'common/extensions/manifest_handler_helpers.h', 242 'common/extensions/manifest_handler_helpers.h',
243 'common/extensions/manifest_handlers/content_scripts_handler.cc',
244 'common/extensions/manifest_handlers/content_scripts_handler.h',
243 'common/extensions/manifest_url_handler.cc', 245 'common/extensions/manifest_url_handler.cc',
244 'common/extensions/manifest_url_handler.h', 246 'common/extensions/manifest_url_handler.h',
245 'common/extensions/message_bundle.cc', 247 'common/extensions/message_bundle.cc',
246 'common/extensions/message_bundle.h', 248 'common/extensions/message_bundle.h',
247 'common/extensions/mime_types_handler.cc', 249 'common/extensions/mime_types_handler.cc',
248 'common/extensions/mime_types_handler.h', 250 'common/extensions/mime_types_handler.h',
249 'common/extensions/permissions/api_permission.cc', 251 'common/extensions/permissions/api_permission.cc',
250 'common/extensions/permissions/api_permission.h', 252 'common/extensions/permissions/api_permission.h',
251 'common/extensions/permissions/api_permission_set.cc', 253 'common/extensions/permissions/api_permission_set.cc',
252 'common/extensions/permissions/api_permission_set.h', 254 'common/extensions/permissions/api_permission_set.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 '../device/device.gyp:device_usb', 405 '../device/device.gyp:device_usb',
404 ], 406 ],
405 }, { # enable_extensions == 0 407 }, { # enable_extensions == 0
406 'sources/': [ 408 'sources/': [
407 ['exclude', '^common/extensions/api/'], 409 ['exclude', '^common/extensions/api/'],
408 ['include', 'common/extensions/api/extension_api_stub.cc'], 410 ['include', 'common/extensions/api/extension_api_stub.cc'],
409 ['include', 'common/extensions/api/extension_action/action_info.cc'] , 411 ['include', 'common/extensions/api/extension_action/action_info.cc'] ,
410 ['include', 'common/extensions/api/extension_action/action_info.h'], 412 ['include', 'common/extensions/api/extension_action/action_info.h'],
411 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'], 413 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'],
412 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'], 414 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'],
415 ['include', 'common/extensions/api/content_scripts/content_scripts_h andler.cc'],
416 ['include', 'common/extensions/api/content_scripts/content_scripts_h andler.h'],
413 ['include', 'common/extensions/api/extension_action/page_action_hand ler.cc'], 417 ['include', 'common/extensions/api/extension_action/page_action_hand ler.cc'],
414 ['include', 'common/extensions/api/extension_action/page_action_hand ler.h'], 418 ['include', 'common/extensions/api/extension_action/page_action_hand ler.h'],
415 ['include', 'common/extensions/api/icons/icons_handler.cc'], 419 ['include', 'common/extensions/api/icons/icons_handler.cc'],
416 ['include', 'common/extensions/api/icons/icons_handler.h'], 420 ['include', 'common/extensions/api/icons/icons_handler.h'],
417 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'], 421 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
418 ['include', 'common/extensions/api/i18n/default_locale_handler.h'], 422 ['include', 'common/extensions/api/i18n/default_locale_handler.h'],
419 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'], 423 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'],
420 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'], 424 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'],
421 ['include', 'common/extensions/api/plugins/plugins_handler.cc'], 425 ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
422 ['include', 'common/extensions/api/plugins/plugins_handler.h'], 426 ['include', 'common/extensions/api/plugins/plugins_handler.h'],
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 'common/metrics/proto/user_action_event.proto', 720 'common/metrics/proto/user_action_event.proto',
717 ], 721 ],
718 'variables': { 722 'variables': {
719 'proto_in_dir': 'common/metrics/proto', 723 'proto_in_dir': 'common/metrics/proto',
720 'proto_out_dir': 'chrome/common/metrics/proto', 724 'proto_out_dir': 'chrome/common/metrics/proto',
721 }, 725 },
722 'includes': [ '../build/protoc.gypi' ], 726 'includes': [ '../build/protoc.gypi' ],
723 }, 727 },
724 ], 728 ],
725 } 729 }
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