OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 359 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
360 '../testing/gmock.gyp:gmock', | 360 '../testing/gmock.gyp:gmock', |
361 '../testing/gtest.gyp:gtest', | 361 '../testing/gtest.gyp:gtest', |
362 'test_support_common', | 362 'test_support_common', |
363 '../sync/sync.gyp:test_support_sync', | 363 '../sync/sync.gyp:test_support_sync', |
364 '../sync/sync.gyp:test_support_sync_notifier', | 364 '../sync/sync.gyp:test_support_sync_notifier', |
365 '../sync/sync.gyp:test_support_syncapi_core', | 365 '../sync/sync.gyp:test_support_syncapi_core', |
366 '../sync/sync.gyp:test_support_syncapi_service', | 366 '../sync/sync.gyp:test_support_syncapi_service', |
367 'test_support_unit', | 367 'test_support_unit', |
368 # 3) anything tests directly depend on | 368 # 3) anything tests directly depend on |
| 369 '../device/device.gyp:device_bluetooth_mocks', |
369 '../google_apis/google_apis.gyp:google_apis', | 370 '../google_apis/google_apis.gyp:google_apis', |
370 '../skia/skia.gyp:skia', | 371 '../skia/skia.gyp:skia', |
371 '../third_party/bzip2/bzip2.gyp:bzip2', | 372 '../third_party/bzip2/bzip2.gyp:bzip2', |
372 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 373 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
373 '../third_party/cld/cld.gyp:cld', | 374 '../third_party/cld/cld.gyp:cld', |
374 '../third_party/icu/icu.gyp:icui18n', | 375 '../third_party/icu/icu.gyp:icui18n', |
375 '../third_party/icu/icu.gyp:icuuc', | 376 '../third_party/icu/icu.gyp:icuuc', |
376 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 377 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
377 '../third_party/libjingle/libjingle.gyp:libjingle', | 378 '../third_party/libjingle/libjingle.gyp:libjingle', |
378 '../third_party/libxml/libxml.gyp:libxml', | 379 '../third_party/libxml/libxml.gyp:libxml', |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
668 'browser/extensions/api/web_request/upload_data_presenter_unittest.cc', | 669 'browser/extensions/api/web_request/upload_data_presenter_unittest.cc', |
669 'browser/extensions/api/web_request/web_request_api_unittest.cc', | 670 'browser/extensions/api/web_request/web_request_api_unittest.cc', |
670 'browser/extensions/api/web_request/web_request_permissions_unittest.cc'
, | 671 'browser/extensions/api/web_request/web_request_permissions_unittest.cc'
, |
671 'browser/extensions/api/web_request/web_request_time_tracker_unittest.cc
', | 672 'browser/extensions/api/web_request/web_request_time_tracker_unittest.cc
', |
672 'browser/extensions/app_notification_manager_sync_unittest.cc', | 673 'browser/extensions/app_notification_manager_sync_unittest.cc', |
673 'browser/extensions/app_notification_manager_unittest.cc', | 674 'browser/extensions/app_notification_manager_unittest.cc', |
674 'browser/extensions/app_notification_storage_unittest.cc', | 675 'browser/extensions/app_notification_storage_unittest.cc', |
675 'browser/extensions/app_notification_test_util.cc', | 676 'browser/extensions/app_notification_test_util.cc', |
676 'browser/extensions/app_notify_channel_setup_unittest.cc', | 677 'browser/extensions/app_notify_channel_setup_unittest.cc', |
677 'browser/extensions/app_sync_data_unittest.cc', | 678 'browser/extensions/app_sync_data_unittest.cc', |
| 679 'browser/extensions/bluetooth_event_router_unittest.cc', |
678 'browser/extensions/component_loader_unittest.cc', | 680 'browser/extensions/component_loader_unittest.cc', |
679 'browser/extensions/convert_user_script_unittest.cc', | 681 'browser/extensions/convert_user_script_unittest.cc', |
680 'browser/extensions/convert_web_app_unittest.cc', | 682 'browser/extensions/convert_web_app_unittest.cc', |
681 'browser/extensions/default_apps_unittest.cc', | 683 'browser/extensions/default_apps_unittest.cc', |
682 'browser/extensions/event_listener_map_unittest.cc', | 684 'browser/extensions/event_listener_map_unittest.cc', |
683 'browser/extensions/event_router_forwarder_unittest.cc', | 685 'browser/extensions/event_router_forwarder_unittest.cc', |
684 'browser/extensions/extension_action_icon_factory_unittest.cc', | 686 'browser/extensions/extension_action_icon_factory_unittest.cc', |
685 'browser/extensions/extension_action_unittest.cc', | 687 'browser/extensions/extension_action_unittest.cc', |
686 'browser/extensions/extension_context_menu_model_unittest.cc', | 688 'browser/extensions/extension_context_menu_model_unittest.cc', |
687 'browser/extensions/extension_creator_filter_unittest.cc', | 689 'browser/extensions/extension_creator_filter_unittest.cc', |
(...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1632 ['target_arch!="arm"', { | 1634 ['target_arch!="arm"', { |
1633 'dependencies': [ | 1635 'dependencies': [ |
1634 # build time dependency. | 1636 # build time dependency. |
1635 '../v8/tools/gyp/v8.gyp:v8_shell#host', | 1637 '../v8/tools/gyp/v8.gyp:v8_shell#host', |
1636 ], | 1638 ], |
1637 }], | 1639 }], |
1638 ['enable_extensions==0', { | 1640 ['enable_extensions==0', { |
1639 'sources/': [ | 1641 'sources/': [ |
1640 ['exclude', '^browser/extensions/api/'], | 1642 ['exclude', '^browser/extensions/api/'], |
1641 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u
nittest.cc'], | 1643 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u
nittest.cc'], |
| 1644 ['exclude', '^browser/extensions/bluetooth_event_router_unittest.cc'
], |
1642 ], | 1645 ], |
1643 }], | 1646 }], |
1644 ['use_ash==1', { | 1647 ['use_ash==1', { |
1645 'sources': [ | 1648 'sources': [ |
1646 'browser/ui/app_list/apps_model_builder_unittest.cc', | 1649 'browser/ui/app_list/apps_model_builder_unittest.cc', |
1647 ], | 1650 ], |
1648 'dependencies': [ | 1651 'dependencies': [ |
1649 '../ash/ash.gyp:ash_resources', | 1652 '../ash/ash.gyp:ash_resources', |
1650 ], | 1653 ], |
1651 # We eventually want to compile both in Win Aura builds, see | 1654 # We eventually want to compile both in Win Aura builds, see |
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2201 'unit_tests.isolate', | 2204 'unit_tests.isolate', |
2202 ], | 2205 ], |
2203 'sources': [ | 2206 'sources': [ |
2204 'unit_tests.isolate', | 2207 'unit_tests.isolate', |
2205 ], | 2208 ], |
2206 }, | 2209 }, |
2207 ], | 2210 ], |
2208 }], | 2211 }], |
2209 ], # 'conditions' | 2212 ], # 'conditions' |
2210 } | 2213 } |
OLD | NEW |