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

Side by Side Diff: chrome/chrome_common.gypi

Issue 50743005: Moved extension_api to src/extensions/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops Created 7 years, 1 month 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 | Annotate | Revision Log
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'common/extensions/api/commands/commands_handler.cc', 120 'common/extensions/api/commands/commands_handler.cc',
121 'common/extensions/api/commands/commands_handler.h', 121 'common/extensions/api/commands/commands_handler.h',
122 'common/extensions/api/extension_action/action_info.cc', 122 'common/extensions/api/extension_action/action_info.cc',
123 'common/extensions/api/extension_action/action_info.h', 123 'common/extensions/api/extension_action/action_info.h',
124 'common/extensions/api/extension_action/browser_action_handler.cc', 124 'common/extensions/api/extension_action/browser_action_handler.cc',
125 'common/extensions/api/extension_action/browser_action_handler.h', 125 'common/extensions/api/extension_action/browser_action_handler.h',
126 'common/extensions/api/extension_action/page_action_handler.cc', 126 'common/extensions/api/extension_action/page_action_handler.cc',
127 'common/extensions/api/extension_action/page_action_handler.h', 127 'common/extensions/api/extension_action/page_action_handler.h',
128 'common/extensions/api/extension_action/script_badge_handler.cc', 128 'common/extensions/api/extension_action/script_badge_handler.cc',
129 'common/extensions/api/extension_action/script_badge_handler.h', 129 'common/extensions/api/extension_action/script_badge_handler.h',
130 'common/extensions/api/extension_api.cc',
131 'common/extensions/api/extension_api.h',
132 'common/extensions/api/extension_api_stub.cc',
133 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', 130 'common/extensions/api/file_browser_handlers/file_browser_handler.cc',
134 'common/extensions/api/file_browser_handlers/file_browser_handler.h', 131 'common/extensions/api/file_browser_handlers/file_browser_handler.h',
135 'common/extensions/api/file_handlers/file_handlers_parser.cc', 132 'common/extensions/api/file_handlers/file_handlers_parser.cc',
136 'common/extensions/api/file_handlers/file_handlers_parser.h', 133 'common/extensions/api/file_handlers/file_handlers_parser.h',
137 'common/extensions/api/i18n/default_locale_handler.cc', 134 'common/extensions/api/i18n/default_locale_handler.cc',
138 'common/extensions/api/i18n/default_locale_handler.h', 135 'common/extensions/api/i18n/default_locale_handler.h',
139 'common/extensions/api/identity/oauth2_manifest_handler.cc', 136 'common/extensions/api/identity/oauth2_manifest_handler.cc',
140 'common/extensions/api/identity/oauth2_manifest_handler.h', 137 'common/extensions/api/identity/oauth2_manifest_handler.h',
141 'common/extensions/api/input_ime/input_components_handler.cc', 138 'common/extensions/api/input_ime/input_components_handler.cc',
142 'common/extensions/api/input_ime/input_components_handler.h', 139 'common/extensions/api/input_ime/input_components_handler.h',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'common/worker_thread_ticker.cc', 406 'common/worker_thread_ticker.cc',
410 'common/worker_thread_ticker.h', 407 'common/worker_thread_ticker.h',
411 '../components/nacl/common/nacl_host_messages.h', 408 '../components/nacl/common/nacl_host_messages.h',
412 '../components/nacl/common/nacl_process_type.h', 409 '../components/nacl/common/nacl_process_type.h',
413 '../components/nacl/common/nacl_sandbox_type_mac.h', 410 '../components/nacl/common/nacl_sandbox_type_mac.h',
414 '../components/nacl/common/pnacl_types.cc', 411 '../components/nacl/common/pnacl_types.cc',
415 '../components/nacl/common/pnacl_types.h', 412 '../components/nacl/common/pnacl_types.h',
416 ], 413 ],
417 'conditions': [ 414 'conditions': [
418 ['enable_extensions==1', { 415 ['enable_extensions==1', {
419 'sources!': [
420 'common/extensions/api/extension_api_stub.cc',
421 ],
422 'dependencies': [ 416 'dependencies': [
423 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 417 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
424 '../device/usb/usb.gyp:device_usb', 418 '../device/usb/usb.gyp:device_usb',
425 ], 419 ],
426 }, { # enable_extensions == 0 420 }, { # enable_extensions == 0
427 'sources/': [ 421 'sources/': [
428 ['exclude', '^common/extensions/api/'], 422 ['exclude', '^common/extensions/api/'],
429 ['include', 'common/extensions/api/extension_api_stub.cc'],
430 ['include', 'common/extensions/api/extension_action/action_info.cc'] , 423 ['include', 'common/extensions/api/extension_action/action_info.cc'] ,
431 ['include', 'common/extensions/api/extension_action/action_info.h'], 424 ['include', 'common/extensions/api/extension_action/action_info.h'],
432 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'], 425 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
433 ['include', 'common/extensions/api/i18n/default_locale_handler.h'], 426 ['include', 'common/extensions/api/i18n/default_locale_handler.h'],
434 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'], 427 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'],
435 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'], 428 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'],
436 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'], 429 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'],
437 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'], 430 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'],
438 ['include', 'common/extensions/api/plugins/plugins_handler.cc'], 431 ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
439 ['include', 'common/extensions/api/plugins/plugins_handler.h'], 432 ['include', 'common/extensions/api/plugins/plugins_handler.h'],
(...skipping 12 matching lines...) Expand all
452 }], 445 }],
453 ['OS=="mac"', { 446 ['OS=="mac"', {
454 'sources': [ 447 'sources': [
455 'common/media_galleries/iphoto_library.cc', 448 'common/media_galleries/iphoto_library.cc',
456 'common/media_galleries/iphoto_library.h', 449 'common/media_galleries/iphoto_library.h',
457 ], 450 ],
458 }], 451 }],
459 ['OS != "ios"', { 452 ['OS != "ios"', {
460 'dependencies': [ 453 'dependencies': [
461 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 454 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
462 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
463 '<(DEPTH)/components/components.gyp:autofill_core_common', 455 '<(DEPTH)/components/components.gyp:autofill_core_common',
464 '<(DEPTH)/components/nacl_common.gyp:nacl_common', 456 '<(DEPTH)/components/nacl_common.gyp:nacl_common',
465 '<(DEPTH)/ipc/ipc.gyp:ipc', 457 '<(DEPTH)/ipc/ipc.gyp:ipc',
466 '<(DEPTH)/printing/printing.gyp:printing', 458 '<(DEPTH)/printing/printing.gyp:printing',
467 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 459 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
468 '<(DEPTH)/third_party/re2/re2.gyp:re2', 460 '<(DEPTH)/third_party/re2/re2.gyp:re2',
469 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 461 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
470 ], 462 ],
471 }, { # OS == ios 463 }, { # OS == ios
472 'sources/': [ 464 'sources/': [
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'common/metrics/proto/user_action_event.proto', 780 'common/metrics/proto/user_action_event.proto',
789 ], 781 ],
790 'variables': { 782 'variables': {
791 'proto_in_dir': 'common/metrics/proto', 783 'proto_in_dir': 'common/metrics/proto',
792 'proto_out_dir': 'chrome/common/metrics/proto', 784 'proto_out_dir': 'chrome/common/metrics/proto',
793 }, 785 },
794 'includes': [ '../build/protoc.gypi' ], 786 'includes': [ '../build/protoc.gypi' ],
795 }, 787 },
796 ], 788 ],
797 } 789 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_function_dispatcher.cc ('k') | chrome/common/extensions/api/extension_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698