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 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1491 'browser/web_resource/promo_resource_service_unittest.cc', | 1491 'browser/web_resource/promo_resource_service_unittest.cc', |
1492 'browser/webdata/autofill_entry_unittest.cc', | 1492 'browser/webdata/autofill_entry_unittest.cc', |
1493 'browser/webdata/autofill_profile_syncable_service_unittest.cc', | 1493 'browser/webdata/autofill_profile_syncable_service_unittest.cc', |
1494 'browser/webdata/autofill_table_unittest.cc', | 1494 'browser/webdata/autofill_table_unittest.cc', |
1495 'browser/webdata/keyword_table_unittest.cc', | 1495 'browser/webdata/keyword_table_unittest.cc', |
1496 'browser/webdata/token_service_table_unittest.cc', | 1496 'browser/webdata/token_service_table_unittest.cc', |
1497 'browser/webdata/web_apps_table_unittest.cc', | 1497 'browser/webdata/web_apps_table_unittest.cc', |
1498 'browser/webdata/web_data_service_test_util.h', | 1498 'browser/webdata/web_data_service_test_util.h', |
1499 'browser/webdata/web_data_service_unittest.cc', | 1499 'browser/webdata/web_data_service_unittest.cc', |
1500 'browser/webdata/web_database_migration_unittest.cc', | 1500 'browser/webdata/web_database_migration_unittest.cc', |
1501 'browser/webdata/web_intents_table_unittest.cc', | |
1502 'common/bzip2_unittest.cc', | 1501 'common/bzip2_unittest.cc', |
1503 'common/cancelable_task_tracker_unittest.cc', | 1502 'common/cancelable_task_tracker_unittest.cc', |
1504 'common/child_process_logging_mac_unittest.mm', | 1503 'common/child_process_logging_mac_unittest.mm', |
1505 'common/chrome_paths_unittest.cc', | 1504 'common/chrome_paths_unittest.cc', |
1506 'common/cloud_print/cloud_print_helpers_unittest.cc', | 1505 'common/cloud_print/cloud_print_helpers_unittest.cc', |
1507 'common/chrome_content_client_unittest.cc', | 1506 'common/chrome_content_client_unittest.cc', |
1508 'common/content_settings_helper_unittest.cc', | 1507 'common/content_settings_helper_unittest.cc', |
1509 'common/content_settings_pattern_parser_unittest.cc', | 1508 'common/content_settings_pattern_parser_unittest.cc', |
1510 'common/content_settings_pattern_unittest.cc', | 1509 'common/content_settings_pattern_unittest.cc', |
1511 'common/extensions/api/commands/commands_manifest_unittest.cc', | 1510 'common/extensions/api/commands/commands_manifest_unittest.cc', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1690 '../ui/views/test/test_views_delegate.h', | 1689 '../ui/views/test/test_views_delegate.h', |
1691 '../ui/views/test/views_test_base.cc', | 1690 '../ui/views/test/views_test_base.cc', |
1692 '../ui/views/test/views_test_base.h', | 1691 '../ui/views/test/views_test_base.h', |
1693 '../ui/webui/resources/js/cr.js', | 1692 '../ui/webui/resources/js/cr.js', |
1694 '../webkit/blob/mock_blob_url_request_context.cc', | 1693 '../webkit/blob/mock_blob_url_request_context.cc', |
1695 '../webkit/blob/mock_blob_url_request_context.h', | 1694 '../webkit/blob/mock_blob_url_request_context.h', |
1696 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', | 1695 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', |
1697 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', | 1696 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', |
1698 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', | 1697 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', |
1699 '../webkit/fileapi/syncable/mock_sync_status_observer.h', | 1698 '../webkit/fileapi/syncable/mock_sync_status_observer.h', |
1700 '../webkit/glue/web_intent_reply_data_unittest.cc', | |
1701 '../webkit/glue/web_intent_service_data_unittest.cc', | |
1702 '../webkit/quota/mock_storage_client.cc', | 1699 '../webkit/quota/mock_storage_client.cc', |
1703 '../webkit/quota/mock_storage_client.h', | 1700 '../webkit/quota/mock_storage_client.h', |
1704 ], | 1701 ], |
1705 'conditions': [ | 1702 'conditions': [ |
1706 ['OS!="ios"', { | 1703 ['OS!="ios"', { |
1707 'dependencies': [ | 1704 'dependencies': [ |
1708 'common/extensions/api/api.gyp:api', | 1705 'common/extensions/api/api.gyp:api', |
1709 '../device/device.gyp:device_bluetooth_mocks', | 1706 '../device/device.gyp:device_bluetooth_mocks', |
1710 '../gpu/gpu.gyp:gpu_unittest_utils', | 1707 '../gpu/gpu.gyp:gpu_unittest_utils', |
1711 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1708 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2224 ['exclude', '^service/'], | 2221 ['exclude', '^service/'], |
2225 ], | 2222 ], |
2226 'conditions': [ | 2223 'conditions': [ |
2227 ['gtest_target_type == "shared_library"', { | 2224 ['gtest_target_type == "shared_library"', { |
2228 'dependencies': [ | 2225 'dependencies': [ |
2229 '../testing/android/native_test.gyp:native_test_native_code', | 2226 '../testing/android/native_test.gyp:native_test_native_code', |
2230 ], | 2227 ], |
2231 }], | 2228 }], |
2232 ], | 2229 ], |
2233 }], # OS == android | 2230 }], # OS == android |
2234 ['enable_web_intents==0', { | |
2235 'sources!': [ | |
2236 'browser/webdata/web_data_service_unittest.cc', | |
2237 'browser/webdata/web_intents_table_unittest.cc', | |
2238 '../webkit/glue/web_intent_reply_data_unittest.cc', | |
2239 '../webkit/glue/web_intent_service_data_unittest.cc', | |
2240 ], | |
2241 }], | |
2242 ['enable_themes==0', { | 2231 ['enable_themes==0', { |
2243 'sources!': [ | 2232 'sources!': [ |
2244 'browser/ui/webui/theme_source_unittest.cc', | 2233 'browser/ui/webui/theme_source_unittest.cc', |
2245 ], | 2234 ], |
2246 'sources/': [ | 2235 'sources/': [ |
2247 ['exclude', '^browser/themes/'], | 2236 ['exclude', '^browser/themes/'], |
2248 ], | 2237 ], |
2249 }], | 2238 }], |
2250 ['enable_language_detection==0', { | 2239 ['enable_language_detection==0', { |
2251 'sources!': [ | 2240 'sources!': [ |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2402 # more details. | 2391 # more details. |
2403 'DebugInformationFormat': '3', | 2392 'DebugInformationFormat': '3', |
2404 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2393 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2405 }, | 2394 }, |
2406 }, | 2395 }, |
2407 }, | 2396 }, |
2408 ], | 2397 ], |
2409 }], | 2398 }], |
2410 ], # 'conditions' | 2399 ], # 'conditions' |
2411 } | 2400 } |
OLD | NEW |