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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12494028: Move Requirements out of Extension Class (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Move Requirements from API 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/common/extensions/extension.h » ('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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'common/extensions/incognito_handler.cc', 239 'common/extensions/incognito_handler.cc',
240 'common/extensions/incognito_handler.h', 240 'common/extensions/incognito_handler.h',
241 'common/extensions/manifest.cc', 241 'common/extensions/manifest.cc',
242 'common/extensions/manifest.h', 242 'common/extensions/manifest.h',
243 'common/extensions/manifest_handler.cc', 243 'common/extensions/manifest_handler.cc',
244 'common/extensions/manifest_handler.h', 244 'common/extensions/manifest_handler.h',
245 'common/extensions/manifest_handler_helpers.cc', 245 'common/extensions/manifest_handler_helpers.cc',
246 'common/extensions/manifest_handler_helpers.h', 246 'common/extensions/manifest_handler_helpers.h',
247 'common/extensions/manifest_handlers/content_scripts_handler.cc', 247 'common/extensions/manifest_handlers/content_scripts_handler.cc',
248 'common/extensions/manifest_handlers/content_scripts_handler.h', 248 'common/extensions/manifest_handlers/content_scripts_handler.h',
249 'common/extensions/manifest_handlers/requirements_handler.cc',
250 'common/extensions/manifest_handlers/requirements_handler.h',
249 'common/extensions/manifest_url_handler.cc', 251 'common/extensions/manifest_url_handler.cc',
250 'common/extensions/manifest_url_handler.h', 252 'common/extensions/manifest_url_handler.h',
251 'common/extensions/message_bundle.cc', 253 'common/extensions/message_bundle.cc',
252 'common/extensions/message_bundle.h', 254 'common/extensions/message_bundle.h',
253 'common/extensions/mime_types_handler.cc', 255 'common/extensions/mime_types_handler.cc',
254 'common/extensions/mime_types_handler.h', 256 'common/extensions/mime_types_handler.h',
255 'common/extensions/permissions/api_permission.cc', 257 'common/extensions/permissions/api_permission.cc',
256 'common/extensions/permissions/api_permission.h', 258 'common/extensions/permissions/api_permission.h',
257 'common/extensions/permissions/api_permission_set.cc', 259 'common/extensions/permissions/api_permission_set.cc',
258 'common/extensions/permissions/api_permission_set.h', 260 'common/extensions/permissions/api_permission_set.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 '../device/device.gyp:device_usb', 411 '../device/device.gyp:device_usb',
410 ], 412 ],
411 }, { # enable_extensions == 0 413 }, { # enable_extensions == 0
412 'sources/': [ 414 'sources/': [
413 ['exclude', '^common/extensions/api/'], 415 ['exclude', '^common/extensions/api/'],
414 ['include', 'common/extensions/api/extension_api_stub.cc'], 416 ['include', 'common/extensions/api/extension_api_stub.cc'],
415 ['include', 'common/extensions/api/extension_action/action_info.cc'] , 417 ['include', 'common/extensions/api/extension_action/action_info.cc'] ,
416 ['include', 'common/extensions/api/extension_action/action_info.h'], 418 ['include', 'common/extensions/api/extension_action/action_info.h'],
417 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'], 419 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'],
418 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'], 420 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'],
419 ['include', 'common/extensions/api/content_scripts/content_scripts_h andler.cc'],
420 ['include', 'common/extensions/api/content_scripts/content_scripts_h andler.h'],
421 ['include', 'common/extensions/api/extension_action/page_action_hand ler.cc'], 421 ['include', 'common/extensions/api/extension_action/page_action_hand ler.cc'],
422 ['include', 'common/extensions/api/extension_action/page_action_hand ler.h'], 422 ['include', 'common/extensions/api/extension_action/page_action_hand ler.h'],
423 ['include', 'common/extensions/api/icons/icons_handler.cc'], 423 ['include', 'common/extensions/api/icons/icons_handler.cc'],
424 ['include', 'common/extensions/api/icons/icons_handler.h'], 424 ['include', 'common/extensions/api/icons/icons_handler.h'],
425 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'], 425 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
426 ['include', 'common/extensions/api/i18n/default_locale_handler.h'], 426 ['include', 'common/extensions/api/i18n/default_locale_handler.h'],
427 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'], 427 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'],
428 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'], 428 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'],
429 ['include', 'common/extensions/api/plugins/plugins_handler.cc'], 429 ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
430 ['include', 'common/extensions/api/plugins/plugins_handler.h'], 430 ['include', 'common/extensions/api/plugins/plugins_handler.h'],
431 ['include', 'common/extensions/api/themes/theme_handler.cc'], 431 ['include', 'common/extensions/api/themes/theme_handler.cc'],
432 ['include', 'common/extensions/api/themes/theme_handler.h'], 432 ['include', 'common/extensions/api/themes/theme_handler.h'],
433 ['include', 'common/extensions/manifest_handlers/requirements_handle r.cc'],
434 ['include', 'common/extensions/manifest_handlers/requirements_handle r.h'],
433 ], 435 ],
434 }], 436 }],
435 ['OS != "ios"', { 437 ['OS != "ios"', {
436 'dependencies': [ 438 'dependencies': [
437 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 439 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
438 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 440 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
439 '<(DEPTH)/components/components.gyp:autofill_common', 441 '<(DEPTH)/components/components.gyp:autofill_common',
440 '<(DEPTH)/ipc/ipc.gyp:ipc', 442 '<(DEPTH)/ipc/ipc.gyp:ipc',
441 '<(DEPTH)/printing/printing.gyp:printing', 443 '<(DEPTH)/printing/printing.gyp:printing',
442 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 444 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 'common/metrics/proto/user_action_event.proto', 726 'common/metrics/proto/user_action_event.proto',
725 ], 727 ],
726 'variables': { 728 'variables': {
727 'proto_in_dir': 'common/metrics/proto', 729 'proto_in_dir': 'common/metrics/proto',
728 'proto_out_dir': 'chrome/common/metrics/proto', 730 'proto_out_dir': 'chrome/common/metrics/proto',
729 }, 731 },
730 'includes': [ '../build/protoc.gypi' ], 732 'includes': [ '../build/protoc.gypi' ],
731 }, 733 },
732 ], 734 ],
733 } 735 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698