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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 # GN version: //extensions/browser | 250 # GN version: //extensions/browser |
251 'target_name': 'extensions_browser', | 251 'target_name': 'extensions_browser', |
252 'type': 'static_library', | 252 'type': 'static_library', |
253 'dependencies': [ | 253 'dependencies': [ |
254 '../base/base.gyp:base', | 254 '../base/base.gyp:base', |
255 '../base/base.gyp:base_prefs', | 255 '../base/base.gyp:base_prefs', |
256 '../components/components.gyp:keyed_service_content', | 256 '../components/components.gyp:keyed_service_content', |
257 '../components/components.gyp:keyed_service_core', | 257 '../components/components.gyp:keyed_service_core', |
258 '../components/components.gyp:pref_registry', | 258 '../components/components.gyp:pref_registry', |
259 '../components/components.gyp:sessions', | 259 '../components/components.gyp:sessions', |
| 260 '../components/components.gyp:storage_monitor', |
260 '../components/components.gyp:usb_service', | 261 '../components/components.gyp:usb_service', |
261 '../components/components.gyp:web_modal', | 262 '../components/components.gyp:web_modal', |
262 '../content/content.gyp:content_browser', | 263 '../content/content.gyp:content_browser', |
263 '../device/serial/serial.gyp:device_serial', | 264 '../device/serial/serial.gyp:device_serial', |
264 '../skia/skia.gyp:skia', | 265 '../skia/skia.gyp:skia', |
265 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 266 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
266 'browser/api/api_registration.gyp:extensions_api_registration', | 267 'browser/api/api_registration.gyp:extensions_api_registration', |
267 'cast_channel_proto', | 268 'cast_channel_proto', |
268 'common/api/api.gyp:extensions_api', | 269 'common/api/api.gyp:extensions_api', |
269 'extensions_common', | 270 'extensions_common', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 'browser/api/storage/settings_storage_quota_enforcer.cc', | 367 'browser/api/storage/settings_storage_quota_enforcer.cc', |
367 'browser/api/storage/settings_storage_quota_enforcer.h', | 368 'browser/api/storage/settings_storage_quota_enforcer.h', |
368 'browser/api/storage/storage_api.cc', | 369 'browser/api/storage/storage_api.cc', |
369 'browser/api/storage/storage_api.h', | 370 'browser/api/storage/storage_api.h', |
370 'browser/api/storage/storage_frontend.cc', | 371 'browser/api/storage/storage_frontend.cc', |
371 'browser/api/storage/storage_frontend.h', | 372 'browser/api/storage/storage_frontend.h', |
372 'browser/api/storage/value_store_cache.cc', | 373 'browser/api/storage/value_store_cache.cc', |
373 'browser/api/storage/value_store_cache.h', | 374 'browser/api/storage/value_store_cache.h', |
374 'browser/api/storage/weak_unlimited_settings_storage.cc', | 375 'browser/api/storage/weak_unlimited_settings_storage.cc', |
375 'browser/api/storage/weak_unlimited_settings_storage.h', | 376 'browser/api/storage/weak_unlimited_settings_storage.h', |
| 377 'browser/api/system_cpu/cpu_info_provider.cc', |
| 378 'browser/api/system_cpu/cpu_info_provider.h', |
| 379 'browser/api/system_cpu/cpu_info_provider_linux.cc', |
| 380 'browser/api/system_cpu/cpu_info_provider_mac.cc', |
| 381 'browser/api/system_cpu/cpu_info_provider_win.cc', |
| 382 'browser/api/system_cpu/system_cpu_api.cc', |
| 383 'browser/api/system_cpu/system_cpu_api.h', |
| 384 'browser/api/system_display/display_info_provider.cc', |
| 385 'browser/api/system_display/display_info_provider.h', |
| 386 'browser/api/system_display/system_display_api.cc', |
| 387 'browser/api/system_display/system_display_api.h', |
| 388 'browser/api/system_info/system_info_api.cc', |
| 389 'browser/api/system_info/system_info_api.h', |
| 390 'browser/api/system_info/system_info_provider.cc', |
| 391 'browser/api/system_info/system_info_provider.h', |
| 392 'browser/api/system_memory/memory_info_provider.cc', |
| 393 'browser/api/system_memory/memory_info_provider.h', |
| 394 'browser/api/system_memory/system_memory_api.cc', |
| 395 'browser/api/system_memory/system_memory_api.h', |
| 396 'browser/api/system_network/system_network_api.cc', |
| 397 'browser/api/system_network/system_network_api.h', |
| 398 'browser/api/system_storage/storage_info_provider.cc', |
| 399 'browser/api/system_storage/storage_info_provider.h', |
| 400 'browser/api/system_storage/system_storage_api.cc', |
| 401 'browser/api/system_storage/system_storage_api.h', |
376 'browser/api/test/test_api.cc', | 402 'browser/api/test/test_api.cc', |
377 'browser/api/test/test_api.h', | 403 'browser/api/test/test_api.h', |
378 'browser/api/usb/usb_api.cc', | 404 'browser/api/usb/usb_api.cc', |
379 'browser/api/usb/usb_api.h', | 405 'browser/api/usb/usb_api.h', |
380 'browser/api/usb/usb_device_resource.cc', | 406 'browser/api/usb/usb_device_resource.cc', |
381 'browser/api/usb/usb_device_resource.h', | 407 'browser/api/usb/usb_device_resource.h', |
382 'browser/api/usb_private/usb_private_api.cc', | 408 'browser/api/usb_private/usb_private_api.cc', |
383 'browser/api/usb_private/usb_private_api.h', | 409 'browser/api/usb_private/usb_private_api.h', |
384 'browser/api_activity_monitor.h', | 410 'browser/api_activity_monitor.h', |
385 'browser/app_sorting.h', | 411 'browser/app_sorting.h', |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 ['enable_extensions==0', { | 598 ['enable_extensions==0', { |
573 # Exclude all API implementations and the ExtensionsApiClient | 599 # Exclude all API implementations and the ExtensionsApiClient |
574 # interface. Moving an API from src/chrome to src/extensions implies | 600 # interface. Moving an API from src/chrome to src/extensions implies |
575 # it can be cleanly disabled with enable_extensions==0. | 601 # it can be cleanly disabled with enable_extensions==0. |
576 # TODO: Eventually the entire extensions module should not be built | 602 # TODO: Eventually the entire extensions module should not be built |
577 # when enable_extensions==0. | 603 # when enable_extensions==0. |
578 'sources/': [ | 604 'sources/': [ |
579 ['exclude', '^browser/'], | 605 ['exclude', '^browser/'], |
580 ], | 606 ], |
581 'dependencies!': [ | 607 'dependencies!': [ |
| 608 '../components/components.gyp:storage_monitor', |
582 '../components/components.gyp:usb_service', | 609 '../components/components.gyp:usb_service', |
583 '../device/serial/serial.gyp:device_serial', | 610 '../device/serial/serial.gyp:device_serial', |
584 ], | 611 ], |
585 }], | 612 }], |
586 ['use_openssl==1', { | 613 ['use_openssl==1', { |
587 'sources': [ | 614 'sources': [ |
588 'browser/api/cast_channel/cast_auth_util_openssl.cc', | 615 'browser/api/cast_channel/cast_auth_util_openssl.cc', |
589 ], | 616 ], |
590 }, { | 617 }, { |
591 'sources': [ | 618 'sources': [ |
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1000 'browser/api/cast_channel/logging.proto' | 1027 'browser/api/cast_channel/logging.proto' |
1001 ], | 1028 ], |
1002 'variables': { | 1029 'variables': { |
1003 'proto_in_dir': 'browser/api/cast_channel', | 1030 'proto_in_dir': 'browser/api/cast_channel', |
1004 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1031 'proto_out_dir': 'extensions/browser/api/cast_channel', |
1005 }, | 1032 }, |
1006 'includes': [ '../build/protoc.gypi' ] | 1033 'includes': [ '../build/protoc.gypi' ] |
1007 }, | 1034 }, |
1008 ] | 1035 ] |
1009 } | 1036 } |
OLD | NEW |