OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 # GN version: //extensions/browser | 263 # GN version: //extensions/browser |
264 'target_name': 'extensions_browser', | 264 'target_name': 'extensions_browser', |
265 'type': 'static_library', | 265 'type': 'static_library', |
266 'dependencies': [ | 266 'dependencies': [ |
267 '../base/base.gyp:base', | 267 '../base/base.gyp:base', |
268 '../base/base.gyp:base_prefs', | 268 '../base/base.gyp:base_prefs', |
269 '../components/components.gyp:keyed_service_content', | 269 '../components/components.gyp:keyed_service_content', |
270 '../components/components.gyp:keyed_service_core', | 270 '../components/components.gyp:keyed_service_core', |
271 '../components/components.gyp:pref_registry', | 271 '../components/components.gyp:pref_registry', |
272 '../components/components.gyp:sessions', | 272 '../components/components.gyp:sessions', |
| 273 '../components/components.gyp:storage_monitor', |
273 '../components/components.gyp:usb_service', | 274 '../components/components.gyp:usb_service', |
274 '../components/components.gyp:web_modal', | 275 '../components/components.gyp:web_modal', |
275 '../content/content.gyp:content_browser', | 276 '../content/content.gyp:content_browser', |
276 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 277 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
277 '../device/serial/serial.gyp:device_serial', | 278 '../device/serial/serial.gyp:device_serial', |
278 '../skia/skia.gyp:skia', | 279 '../skia/skia.gyp:skia', |
279 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 280 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
280 'browser/api/api_registration.gyp:extensions_api_registration', | 281 'browser/api/api_registration.gyp:extensions_api_registration', |
281 'cast_channel_proto', | 282 'cast_channel_proto', |
282 'common/api/api.gyp:extensions_api', | 283 'common/api/api.gyp:extensions_api', |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 'browser/api/storage/settings_storage_quota_enforcer.cc', | 409 'browser/api/storage/settings_storage_quota_enforcer.cc', |
409 'browser/api/storage/settings_storage_quota_enforcer.h', | 410 'browser/api/storage/settings_storage_quota_enforcer.h', |
410 'browser/api/storage/storage_api.cc', | 411 'browser/api/storage/storage_api.cc', |
411 'browser/api/storage/storage_api.h', | 412 'browser/api/storage/storage_api.h', |
412 'browser/api/storage/storage_frontend.cc', | 413 'browser/api/storage/storage_frontend.cc', |
413 'browser/api/storage/storage_frontend.h', | 414 'browser/api/storage/storage_frontend.h', |
414 'browser/api/storage/value_store_cache.cc', | 415 'browser/api/storage/value_store_cache.cc', |
415 'browser/api/storage/value_store_cache.h', | 416 'browser/api/storage/value_store_cache.h', |
416 'browser/api/storage/weak_unlimited_settings_storage.cc', | 417 'browser/api/storage/weak_unlimited_settings_storage.cc', |
417 'browser/api/storage/weak_unlimited_settings_storage.h', | 418 'browser/api/storage/weak_unlimited_settings_storage.h', |
| 419 'browser/api/system_cpu/cpu_info_provider.cc', |
| 420 'browser/api/system_cpu/cpu_info_provider.h', |
| 421 'browser/api/system_cpu/cpu_info_provider_linux.cc', |
| 422 'browser/api/system_cpu/cpu_info_provider_mac.cc', |
| 423 'browser/api/system_cpu/cpu_info_provider_win.cc', |
| 424 'browser/api/system_cpu/system_cpu_api.cc', |
| 425 'browser/api/system_cpu/system_cpu_api.h', |
| 426 'browser/api/system_display/display_info_provider.cc', |
| 427 'browser/api/system_display/display_info_provider.h', |
| 428 'browser/api/system_display/system_display_api.cc', |
| 429 'browser/api/system_display/system_display_api.h', |
| 430 'browser/api/system_info/system_info_api.cc', |
| 431 'browser/api/system_info/system_info_api.h', |
| 432 'browser/api/system_info/system_info_provider.cc', |
| 433 'browser/api/system_info/system_info_provider.h', |
| 434 'browser/api/system_memory/memory_info_provider.cc', |
| 435 'browser/api/system_memory/memory_info_provider.h', |
| 436 'browser/api/system_memory/system_memory_api.cc', |
| 437 'browser/api/system_memory/system_memory_api.h', |
| 438 'browser/api/system_network/system_network_api.cc', |
| 439 'browser/api/system_network/system_network_api.h', |
| 440 'browser/api/system_storage/storage_info_provider.cc', |
| 441 'browser/api/system_storage/storage_info_provider.h', |
| 442 'browser/api/system_storage/system_storage_api.cc', |
| 443 'browser/api/system_storage/system_storage_api.h', |
418 'browser/api/test/test_api.cc', | 444 'browser/api/test/test_api.cc', |
419 'browser/api/test/test_api.h', | 445 'browser/api/test/test_api.h', |
420 'browser/api/usb/usb_api.cc', | 446 'browser/api/usb/usb_api.cc', |
421 'browser/api/usb/usb_api.h', | 447 'browser/api/usb/usb_api.h', |
422 'browser/api/usb/usb_device_resource.cc', | 448 'browser/api/usb/usb_device_resource.cc', |
423 'browser/api/usb/usb_device_resource.h', | 449 'browser/api/usb/usb_device_resource.h', |
424 'browser/api/usb_private/usb_private_api.cc', | 450 'browser/api/usb_private/usb_private_api.cc', |
425 'browser/api/usb_private/usb_private_api.h', | 451 'browser/api/usb_private/usb_private_api.h', |
426 'browser/api_activity_monitor.h', | 452 'browser/api_activity_monitor.h', |
427 'browser/app_sorting.h', | 453 'browser/app_sorting.h', |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 ['enable_extensions==0', { | 640 ['enable_extensions==0', { |
615 # Exclude all API implementations and the ExtensionsApiClient | 641 # Exclude all API implementations and the ExtensionsApiClient |
616 # interface. Moving an API from src/chrome to src/extensions implies | 642 # interface. Moving an API from src/chrome to src/extensions implies |
617 # it can be cleanly disabled with enable_extensions==0. | 643 # it can be cleanly disabled with enable_extensions==0. |
618 # TODO: Eventually the entire extensions module should not be built | 644 # TODO: Eventually the entire extensions module should not be built |
619 # when enable_extensions==0. | 645 # when enable_extensions==0. |
620 'sources/': [ | 646 'sources/': [ |
621 ['exclude', '^browser/'], | 647 ['exclude', '^browser/'], |
622 ], | 648 ], |
623 'dependencies!': [ | 649 'dependencies!': [ |
| 650 '../components/components.gyp:storage_monitor', |
624 '../components/components.gyp:usb_service', | 651 '../components/components.gyp:usb_service', |
625 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 652 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
626 '../device/serial/serial.gyp:device_serial', | 653 '../device/serial/serial.gyp:device_serial', |
627 ], | 654 ], |
628 }], | 655 }], |
629 ['use_openssl==1', { | 656 ['use_openssl==1', { |
630 'sources': [ | 657 'sources': [ |
631 'browser/api/cast_channel/cast_auth_util_openssl.cc', | 658 'browser/api/cast_channel/cast_auth_util_openssl.cc', |
632 ], | 659 ], |
633 }, { | 660 }, { |
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1043 'browser/api/cast_channel/logging.proto' | 1070 'browser/api/cast_channel/logging.proto' |
1044 ], | 1071 ], |
1045 'variables': { | 1072 'variables': { |
1046 'proto_in_dir': 'browser/api/cast_channel', | 1073 'proto_in_dir': 'browser/api/cast_channel', |
1047 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1074 'proto_out_dir': 'extensions/browser/api/cast_channel', |
1048 }, | 1075 }, |
1049 'includes': [ '../build/protoc.gypi' ] | 1076 'includes': [ '../build/protoc.gypi' ] |
1050 }, | 1077 }, |
1051 ] | 1078 ] |
1052 } | 1079 } |
OLD | NEW |