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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 }], | 225 }], |
226 ], | 226 ], |
227 }, | 227 }, |
228 { | 228 { |
229 'target_name': 'extensions_browser', | 229 'target_name': 'extensions_browser', |
230 'type': 'static_library', | 230 'type': 'static_library', |
231 'dependencies': [ | 231 'dependencies': [ |
232 '../components/components.gyp:keyed_service_content', | 232 '../components/components.gyp:keyed_service_content', |
233 '../components/components.gyp:keyed_service_core', | 233 '../components/components.gyp:keyed_service_core', |
234 '../components/components.gyp:pref_registry', | 234 '../components/components.gyp:pref_registry', |
| 235 '../components/components.gyp:storage_monitor', |
235 '../components/components.gyp:usb_service', | 236 '../components/components.gyp:usb_service', |
236 '../content/content.gyp:content_browser', | 237 '../content/content.gyp:content_browser', |
237 '../device/serial/serial.gyp:device_serial', | 238 '../device/serial/serial.gyp:device_serial', |
238 '../skia/skia.gyp:skia', | 239 '../skia/skia.gyp:skia', |
239 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 240 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
240 'common/api/api.gyp:extensions_api', | 241 'common/api/api.gyp:extensions_api', |
241 'extensions_common', | 242 'extensions_common', |
242 'extensions_strings.gyp:extensions_strings', | 243 'extensions_strings.gyp:extensions_strings', |
243 ], | 244 ], |
244 'include_dirs': [ | 245 'include_dirs': [ |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 'browser/api/storage/settings_storage_quota_enforcer.cc', | 315 'browser/api/storage/settings_storage_quota_enforcer.cc', |
315 'browser/api/storage/settings_storage_quota_enforcer.h', | 316 'browser/api/storage/settings_storage_quota_enforcer.h', |
316 'browser/api/storage/storage_api.cc', | 317 'browser/api/storage/storage_api.cc', |
317 'browser/api/storage/storage_api.h', | 318 'browser/api/storage/storage_api.h', |
318 'browser/api/storage/storage_frontend.cc', | 319 'browser/api/storage/storage_frontend.cc', |
319 'browser/api/storage/storage_frontend.h', | 320 'browser/api/storage/storage_frontend.h', |
320 'browser/api/storage/value_store_cache.cc', | 321 'browser/api/storage/value_store_cache.cc', |
321 'browser/api/storage/value_store_cache.h', | 322 'browser/api/storage/value_store_cache.h', |
322 'browser/api/storage/weak_unlimited_settings_storage.cc', | 323 'browser/api/storage/weak_unlimited_settings_storage.cc', |
323 'browser/api/storage/weak_unlimited_settings_storage.h', | 324 'browser/api/storage/weak_unlimited_settings_storage.h', |
| 325 'browser/api/system_cpu/cpu_info_provider.cc', |
| 326 'browser/api/system_cpu/cpu_info_provider.h', |
| 327 'browser/api/system_cpu/cpu_info_provider_android.cc', |
| 328 'browser/api/system_cpu/cpu_info_provider_linux.cc', |
| 329 'browser/api/system_cpu/cpu_info_provider_mac.cc', |
| 330 'browser/api/system_cpu/cpu_info_provider_win.cc', |
| 331 'browser/api/system_cpu/system_cpu_api.cc', |
| 332 'browser/api/system_cpu/system_cpu_api.h', |
| 333 'browser/api/system_display/display_info_provider.cc', |
| 334 'browser/api/system_display/display_info_provider.h', |
| 335 'browser/api/system_display/display_info_provider_chromeos.cc', |
| 336 'browser/api/system_display/display_info_provider_mac.cc', |
| 337 'browser/api/system_display/display_info_provider_win.cc', |
| 338 'browser/api/system_display/system_display_api.cc', |
| 339 'browser/api/system_display/system_display_api.h', |
| 340 'browser/api/system_info/system_info_api.cc', |
| 341 'browser/api/system_info/system_info_api.h', |
| 342 'browser/api/system_info/system_info_provider.cc', |
| 343 'browser/api/system_info/system_info_provider.h', |
| 344 'browser/api/system_memory/memory_info_provider.cc', |
| 345 'browser/api/system_memory/memory_info_provider.h', |
| 346 'browser/api/system_memory/system_memory_api.cc', |
| 347 'browser/api/system_memory/system_memory_api.h', |
| 348 'browser/api/system_network/system_network_api.cc', |
| 349 'browser/api/system_network/system_network_api.h', |
| 350 'browser/api/system_storage/storage_info_provider.cc', |
| 351 'browser/api/system_storage/storage_info_provider.h', |
| 352 'browser/api/system_storage/system_storage_api.cc', |
| 353 'browser/api/system_storage/system_storage_api.h', |
324 'browser/api/test/test_api.cc', | 354 'browser/api/test/test_api.cc', |
325 'browser/api/test/test_api.h', | 355 'browser/api/test/test_api.h', |
326 'browser/api/usb/usb_api.cc', | 356 'browser/api/usb/usb_api.cc', |
327 'browser/api/usb/usb_api.h', | 357 'browser/api/usb/usb_api.h', |
328 'browser/api/usb/usb_device_resource.cc', | 358 'browser/api/usb/usb_device_resource.cc', |
329 'browser/api/usb/usb_device_resource.h', | 359 'browser/api/usb/usb_device_resource.h', |
330 'browser/api_activity_monitor.h', | 360 'browser/api_activity_monitor.h', |
331 'browser/app_sorting.h', | 361 'browser/app_sorting.h', |
332 'browser/blacklist_state.h', | 362 'browser/blacklist_state.h', |
333 'browser/blob_holder.cc', | 363 'browser/blob_holder.cc', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 'browser/value_store/value_store_frontend.cc', | 481 'browser/value_store/value_store_frontend.cc', |
452 'browser/value_store/value_store_frontend.h', | 482 'browser/value_store/value_store_frontend.h', |
453 'browser/value_store/value_store_util.cc', | 483 'browser/value_store/value_store_util.cc', |
454 'browser/value_store/value_store_util.h', | 484 'browser/value_store/value_store_util.h', |
455 'browser/verified_contents.cc', | 485 'browser/verified_contents.cc', |
456 'browser/verified_contents.h', | 486 'browser/verified_contents.h', |
457 'browser/view_type_utils.cc', | 487 'browser/view_type_utils.cc', |
458 'browser/view_type_utils.h', | 488 'browser/view_type_utils.h', |
459 ], | 489 ], |
460 'conditions': [ | 490 'conditions': [ |
| 491 ['chromeos==1', { |
| 492 'dependencies': [ |
| 493 '../ash/ash.gyp:ash', |
| 494 ], |
| 495 }], |
| 496 ['OS!="win" and chromeos==0', { |
| 497 'sources': [ |
| 498 'browser/api/system_display/display_info_provider_aura.cc', |
| 499 ], |
| 500 }], |
461 ['enable_extensions==0', { | 501 ['enable_extensions==0', { |
462 # Exclude all API implementations and the ExtensionsApiClient | 502 # Exclude all API implementations and the ExtensionsApiClient |
463 # interface. Moving an API from src/chrome to src/extensions implies | 503 # interface. Moving an API from src/chrome to src/extensions implies |
464 # it can be cleanly disabled with enable_extensions==0. | 504 # it can be cleanly disabled with enable_extensions==0. |
465 # TODO: Eventually the entire extensions module should not be built | 505 # TODO: Eventually the entire extensions module should not be built |
466 # when enable_extensions==0. | 506 # when enable_extensions==0. |
467 'sources/': [ | 507 'sources/': [ |
468 ['exclude', '^browser/api/'], | 508 ['exclude', '^browser/api/'], |
469 ], | 509 ], |
470 'sources!': [ | 510 'sources!': [ |
471 'browser/browser_context_keyed_service_factories.cc', | 511 'browser/browser_context_keyed_service_factories.cc', |
472 'browser/browser_context_keyed_service_factories.h', | 512 'browser/browser_context_keyed_service_factories.h', |
473 ], | 513 ], |
474 'dependencies!': [ | 514 'dependencies!': [ |
| 515 '../components/components.gyp:storage_monitor', |
475 '../components/components.gyp:usb_service', | 516 '../components/components.gyp:usb_service', |
476 '../device/serial/serial.gyp:device_serial', | 517 '../device/serial/serial.gyp:device_serial', |
477 ], | 518 ], |
478 }], | 519 }], |
479 ], | 520 ], |
480 # Disable c4267 warnings until we fix size_t to int truncations. | 521 # Disable c4267 warnings until we fix size_t to int truncations. |
481 'msvs_disabled_warnings': [ 4267, ], | 522 'msvs_disabled_warnings': [ 4267, ], |
482 }, | 523 }, |
483 { | 524 { |
484 'target_name': 'extensions_renderer', | 525 'target_name': 'extensions_renderer', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'test/test_extensions_client.cc', | 743 'test/test_extensions_client.cc', |
703 'test/test_extensions_client.h', | 744 'test/test_extensions_client.h', |
704 'test/test_permission_message_provider.cc', | 745 'test/test_permission_message_provider.cc', |
705 'test/test_permission_message_provider.h', | 746 'test/test_permission_message_provider.h', |
706 'test/test_permissions_provider.cc', | 747 'test/test_permissions_provider.cc', |
707 'test/test_permissions_provider.h', | 748 'test/test_permissions_provider.h', |
708 ], | 749 ], |
709 }, | 750 }, |
710 ] | 751 ] |
711 } | 752 } |
OLD | NEW |