| 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 1429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1440 'browser/ui/window_sizer/window_sizer_unittest.cc', | 1440 'browser/ui/window_sizer/window_sizer_unittest.cc', |
| 1441 'browser/ui/zoom/zoom_controller_unittest.cc', | 1441 'browser/ui/zoom/zoom_controller_unittest.cc', |
| 1442 'browser/chrome_to_mobile_service_unittest.cc', | 1442 'browser/chrome_to_mobile_service_unittest.cc', |
| 1443 'browser/user_style_sheet_watcher_unittest.cc', | 1443 'browser/user_style_sheet_watcher_unittest.cc', |
| 1444 'browser/value_store/leveldb_value_store_unittest.cc', | 1444 'browser/value_store/leveldb_value_store_unittest.cc', |
| 1445 'browser/value_store/testing_value_store_unittest.cc', | 1445 'browser/value_store/testing_value_store_unittest.cc', |
| 1446 'browser/value_store/value_store_change_unittest.cc', | 1446 'browser/value_store/value_store_change_unittest.cc', |
| 1447 'browser/value_store/value_store_frontend_unittest.cc', | 1447 'browser/value_store/value_store_frontend_unittest.cc', |
| 1448 'browser/value_store/value_store_unittest.cc', | 1448 'browser/value_store/value_store_unittest.cc', |
| 1449 'browser/value_store/value_store_unittest.h', | 1449 'browser/value_store/value_store_unittest.h', |
| 1450 'browser/visitedlink/visitedlink_unittest.cc', | |
| 1451 'browser/web_applications/web_app_mac_unittest.mm', | 1450 'browser/web_applications/web_app_mac_unittest.mm', |
| 1452 'browser/web_applications/web_app_unittest.cc', | 1451 'browser/web_applications/web_app_unittest.cc', |
| 1453 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 1452 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
| 1454 'browser/web_resource/promo_resource_service_unittest.cc', | 1453 'browser/web_resource/promo_resource_service_unittest.cc', |
| 1455 'browser/webdata/autofill_entry_unittest.cc', | 1454 'browser/webdata/autofill_entry_unittest.cc', |
| 1456 'browser/webdata/autofill_profile_syncable_service_unittest.cc', | 1455 'browser/webdata/autofill_profile_syncable_service_unittest.cc', |
| 1457 'browser/webdata/autofill_table_unittest.cc', | 1456 'browser/webdata/autofill_table_unittest.cc', |
| 1458 'browser/webdata/keyword_table_unittest.cc', | 1457 'browser/webdata/keyword_table_unittest.cc', |
| 1459 'browser/webdata/token_service_table_unittest.cc', | 1458 'browser/webdata/token_service_table_unittest.cc', |
| 1460 'browser/webdata/web_apps_table_unittest.cc', | 1459 'browser/webdata/web_apps_table_unittest.cc', |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1660 '../webkit/blob/mock_blob_url_request_context.h', | 1659 '../webkit/blob/mock_blob_url_request_context.h', |
| 1661 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', | 1660 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', |
| 1662 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', | 1661 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', |
| 1663 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', | 1662 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', |
| 1664 '../webkit/fileapi/syncable/mock_sync_status_observer.h', | 1663 '../webkit/fileapi/syncable/mock_sync_status_observer.h', |
| 1665 '../webkit/glue/web_intent_reply_data_unittest.cc', | 1664 '../webkit/glue/web_intent_reply_data_unittest.cc', |
| 1666 '../webkit/glue/web_intent_service_data_unittest.cc', | 1665 '../webkit/glue/web_intent_service_data_unittest.cc', |
| 1667 '../webkit/quota/mock_storage_client.cc', | 1666 '../webkit/quota/mock_storage_client.cc', |
| 1668 '../webkit/quota/mock_storage_client.h', | 1667 '../webkit/quota/mock_storage_client.h', |
| 1669 | 1668 |
| 1670 # TODO(boliu): Move this to component unit test target. | 1669 # TODO(boliu): Move this to components_unittests target under |
| 1670 # components/. |
| 1671 '../components/auto_login_parser/auto_login_parser_unittest.cc', | 1671 '../components/auto_login_parser/auto_login_parser_unittest.cc', |
| 1672 '../components/visitedlink/test/visitedlink_unittest.cc', |
| 1672 ], | 1673 ], |
| 1673 'conditions': [ | 1674 'conditions': [ |
| 1674 ['OS!="ios"', { | 1675 ['OS!="ios"', { |
| 1675 'dependencies': [ | 1676 'dependencies': [ |
| 1676 'common/extensions/api/api.gyp:api', | 1677 'common/extensions/api/api.gyp:api', |
| 1677 '../device/device.gyp:device_bluetooth_mocks', | 1678 '../device/device.gyp:device_bluetooth_mocks', |
| 1678 '../gpu/gpu.gyp:gpu_unittest_utils', | 1679 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 1679 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1680 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 1680 '../third_party/cld/cld.gyp:cld', | 1681 '../third_party/cld/cld.gyp:cld', |
| 1681 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1682 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2348 'unit_tests.isolate', | 2349 'unit_tests.isolate', |
| 2349 ], | 2350 ], |
| 2350 'sources': [ | 2351 'sources': [ |
| 2351 'unit_tests.isolate', | 2352 'unit_tests.isolate', |
| 2352 ], | 2353 ], |
| 2353 }, | 2354 }, |
| 2354 ], | 2355 ], |
| 2355 }], | 2356 }], |
| 2356 ], # 'conditions' | 2357 ], # 'conditions' |
| 2357 } | 2358 } |
| OLD | NEW |