OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 '../sync/sync.gyp:test_support_sync_core', | 424 '../sync/sync.gyp:test_support_sync_core', |
425 '../sync/sync.gyp:test_support_sync_internal_api', | 425 '../sync/sync.gyp:test_support_sync_internal_api', |
426 '../sync/sync.gyp:test_support_sync_notifier', | 426 '../sync/sync.gyp:test_support_sync_notifier', |
427 '../testing/gmock.gyp:gmock', | 427 '../testing/gmock.gyp:gmock', |
428 '../testing/gtest.gyp:gtest', | 428 '../testing/gtest.gyp:gtest', |
429 'test_support_common', | 429 'test_support_common', |
430 'test_support_unit', | 430 'test_support_unit', |
431 # 3) anything tests directly depend on | 431 # 3) anything tests directly depend on |
432 '../google_apis/google_apis.gyp:google_apis', | 432 '../google_apis/google_apis.gyp:google_apis', |
433 '../skia/skia.gyp:skia', | 433 '../skia/skia.gyp:skia', |
434 '../third_party/bzip2/bzip2.gyp:bzip2', | |
435 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 434 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
436 '../third_party/icu/icu.gyp:icui18n', | 435 '../third_party/icu/icu.gyp:icui18n', |
437 '../third_party/icu/icu.gyp:icuuc', | 436 '../third_party/icu/icu.gyp:icuuc', |
438 '../third_party/libxml/libxml.gyp:libxml', | 437 '../third_party/libxml/libxml.gyp:libxml', |
439 '../ui/ui.gyp:ui_resources', | 438 '../ui/ui.gyp:ui_resources', |
440 '../ui/ui.gyp:ui_test_support', | 439 '../ui/ui.gyp:ui_test_support', |
441 'chrome_resources.gyp:chrome_resources', | 440 'chrome_resources.gyp:chrome_resources', |
442 'chrome_resources.gyp:chrome_strings', | 441 'chrome_resources.gyp:chrome_strings', |
443 ], | 442 ], |
444 'include_dirs': [ | 443 'include_dirs': [ |
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1534 'browser/value_store/value_store_unittest.cc', | 1533 'browser/value_store/value_store_unittest.cc', |
1535 'browser/value_store/value_store_unittest.h', | 1534 'browser/value_store/value_store_unittest.h', |
1536 'browser/web_applications/web_app_mac_unittest.mm', | 1535 'browser/web_applications/web_app_mac_unittest.mm', |
1537 'browser/web_applications/web_app_unittest.cc', | 1536 'browser/web_applications/web_app_unittest.cc', |
1538 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 1537 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
1539 'browser/web_resource/promo_resource_service_unittest.cc', | 1538 'browser/web_resource/promo_resource_service_unittest.cc', |
1540 'browser/webdata/autofill_profile_syncable_service_unittest.cc', | 1539 'browser/webdata/autofill_profile_syncable_service_unittest.cc', |
1541 'browser/webdata/keyword_table_unittest.cc', | 1540 'browser/webdata/keyword_table_unittest.cc', |
1542 'browser/webdata/token_service_table_unittest.cc', | 1541 'browser/webdata/token_service_table_unittest.cc', |
1543 'browser/webdata/web_apps_table_unittest.cc', | 1542 'browser/webdata/web_apps_table_unittest.cc', |
1544 'common/bzip2_unittest.cc', | |
1545 'common/cancelable_task_tracker_unittest.cc', | 1543 'common/cancelable_task_tracker_unittest.cc', |
1546 'common/child_process_logging_mac_unittest.mm', | 1544 'common/child_process_logging_mac_unittest.mm', |
1547 'common/chrome_paths_unittest.cc', | 1545 'common/chrome_paths_unittest.cc', |
1548 'common/cloud_print/cloud_print_helpers_unittest.cc', | 1546 'common/cloud_print/cloud_print_helpers_unittest.cc', |
1549 'common/chrome_content_client_unittest.cc', | 1547 'common/chrome_content_client_unittest.cc', |
1550 'common/content_settings_helper_unittest.cc', | 1548 'common/content_settings_helper_unittest.cc', |
1551 'common/content_settings_pattern_parser_unittest.cc', | 1549 'common/content_settings_pattern_parser_unittest.cc', |
1552 'common/content_settings_pattern_unittest.cc', | 1550 'common/content_settings_pattern_unittest.cc', |
1553 'common/extensions/api/commands/commands_manifest_unittest.cc', | 1551 'common/extensions/api/commands/commands_manifest_unittest.cc', |
1554 'common/extensions/api/extension_action/browser_action_manifest_unittest
.cc', | 1552 'common/extensions/api/extension_action/browser_action_manifest_unittest
.cc', |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1826 }, { # OS=="ios" | 1824 }, { # OS=="ios" |
1827 'dependencies': [ | 1825 'dependencies': [ |
1828 '../third_party/ocmock/ocmock.gyp:ocmock', | 1826 '../third_party/ocmock/ocmock.gyp:ocmock', |
1829 ], | 1827 ], |
1830 'sources/': [ | 1828 'sources/': [ |
1831 # Exclude everything but iOS-specific files. | 1829 # Exclude everything but iOS-specific files. |
1832 ['exclude', '\\.(cc|mm)$'], | 1830 ['exclude', '\\.(cc|mm)$'], |
1833 ['include', '_ios\\.(cc|mm)$'], | 1831 ['include', '_ios\\.(cc|mm)$'], |
1834 ['include', '(^|/)ios/'], | 1832 ['include', '(^|/)ios/'], |
1835 # TODO(ios): Add files here as they are updated to compile on iOS. | 1833 # TODO(ios): Add files here as they are updated to compile on iOS. |
1836 ['include', '^common/bzip2_unittest\\.cc$'], | |
1837 ['include', '^common/zip_'], | 1834 ['include', '^common/zip_'], |
1838 ], | 1835 ], |
1839 'conditions': [ | 1836 'conditions': [ |
1840 ['coverage != 0', { | 1837 ['coverage != 0', { |
1841 'sources/': [ | 1838 'sources/': [ |
1842 # These tests crash when run with coverage turned on due to an | 1839 # These tests crash when run with coverage turned on due to an |
1843 # issue with llvm_gcda_increment_indirect_counter: | 1840 # issue with llvm_gcda_increment_indirect_counter: |
1844 # http://crbug.com/156058 | 1841 # http://crbug.com/156058 |
1845 ['exclude', '^browser/autocomplete/bookmark_provider_unittest\\.
cc$'], | 1842 ['exclude', '^browser/autocomplete/bookmark_provider_unittest\\.
cc$'], |
1846 ['exclude', '^browser/autocomplete/builtin_provider_unittest\\.c
c$'], | 1843 ['exclude', '^browser/autocomplete/builtin_provider_unittest\\.c
c$'], |
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2503 # more details. | 2500 # more details. |
2504 'DebugInformationFormat': '3', | 2501 'DebugInformationFormat': '3', |
2505 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2502 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2506 }, | 2503 }, |
2507 }, | 2504 }, |
2508 }, | 2505 }, |
2509 ], | 2506 ], |
2510 }], | 2507 }], |
2511 ], # 'conditions' | 2508 ], # 'conditions' |
2512 } | 2509 } |
OLD | NEW |