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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 'browser/download/download_request_infobar_delegate_unittest.cc', | 630 'browser/download/download_request_infobar_delegate_unittest.cc', |
630 'browser/download/download_request_limiter_unittest.cc', | 631 'browser/download/download_request_limiter_unittest.cc', |
631 'browser/download/download_path_reservation_tracker_unittest.cc', | 632 'browser/download/download_path_reservation_tracker_unittest.cc', |
632 'browser/download/download_shelf_unittest.cc', | 633 'browser/download/download_shelf_unittest.cc', |
633 'browser/download/download_status_updater_unittest.cc', | 634 'browser/download/download_status_updater_unittest.cc', |
634 'browser/enumerate_modules_model_unittest_win.cc', | 635 'browser/enumerate_modules_model_unittest_win.cc', |
635 'browser/extensions/active_tab_unittest.cc', | 636 'browser/extensions/active_tab_unittest.cc', |
636 'browser/extensions/admin_policy_unittest.cc', | 637 'browser/extensions/admin_policy_unittest.cc', |
637 'browser/extensions/api/alarms/alarms_api_unittest.cc', | 638 'browser/extensions/api/alarms/alarms_api_unittest.cc', |
638 'browser/extensions/api/api_resource_manager_unittest.cc', | 639 'browser/extensions/api/api_resource_manager_unittest.cc', |
| 640 'browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc', |
639 'browser/extensions/api/content_settings/content_settings_store_unittest
.cc', | 641 'browser/extensions/api/content_settings/content_settings_store_unittest
.cc', |
640 'browser/extensions/api/content_settings/content_settings_unittest.cc', | 642 'browser/extensions/api/content_settings/content_settings_unittest.cc', |
641 'browser/extensions/api/cookies/cookies_unittest.cc', | 643 'browser/extensions/api/cookies/cookies_unittest.cc', |
642 'browser/extensions/api/declarative/initializing_rules_registry_unittest
.cc', | 644 'browser/extensions/api/declarative/initializing_rules_registry_unittest
.cc', |
643 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', | 645 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', |
644 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c
c', | 646 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c
c', |
645 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes
t.cc', | 647 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes
t.cc', |
646 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr
ibute_unittest.cc', | 648 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr
ibute_unittest.cc', |
647 'browser/extensions/api/declarative_webrequest/webrequest_condition_unit
test.cc', | 649 'browser/extensions/api/declarative_webrequest/webrequest_condition_unit
test.cc', |
648 'browser/extensions/api/declarative_webrequest/webrequest_rule_unittest.
cc', | 650 'browser/extensions/api/declarative_webrequest/webrequest_rule_unittest.
cc', |
(...skipping 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2205 'unit_tests.isolate', | 2207 'unit_tests.isolate', |
2206 ], | 2208 ], |
2207 'sources': [ | 2209 'sources': [ |
2208 'unit_tests.isolate', | 2210 'unit_tests.isolate', |
2209 ], | 2211 ], |
2210 }, | 2212 }, |
2211 ], | 2213 ], |
2212 }], | 2214 }], |
2213 ], # 'conditions' | 2215 ], # 'conditions' |
2214 } | 2216 } |
OLD | NEW |