| 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 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1643 '../webkit/blob/mock_blob_url_request_context.cc', | 1643 '../webkit/blob/mock_blob_url_request_context.cc', |
| 1644 '../webkit/blob/mock_blob_url_request_context.h', | 1644 '../webkit/blob/mock_blob_url_request_context.h', |
| 1645 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', | 1645 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', |
| 1646 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', | 1646 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', |
| 1647 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', | 1647 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', |
| 1648 '../webkit/fileapi/syncable/mock_sync_status_observer.h', | 1648 '../webkit/fileapi/syncable/mock_sync_status_observer.h', |
| 1649 '../webkit/glue/web_intent_reply_data_unittest.cc', | 1649 '../webkit/glue/web_intent_reply_data_unittest.cc', |
| 1650 '../webkit/glue/web_intent_service_data_unittest.cc', | 1650 '../webkit/glue/web_intent_service_data_unittest.cc', |
| 1651 '../webkit/quota/mock_storage_client.cc', | 1651 '../webkit/quota/mock_storage_client.cc', |
| 1652 '../webkit/quota/mock_storage_client.h', | 1652 '../webkit/quota/mock_storage_client.h', |
| 1653 | |
| 1654 # TODO(boliu): Move this to components_unittests target under | |
| 1655 # components/. | |
| 1656 '../components/auto_login_parser/auto_login_parser_unittest.cc', | |
| 1657 '../components/visitedlink/test/visitedlink_unittest.cc', | |
| 1658 ], | 1653 ], |
| 1659 'conditions': [ | 1654 'conditions': [ |
| 1660 ['OS!="ios"', { | 1655 ['OS!="ios"', { |
| 1661 'dependencies': [ | 1656 'dependencies': [ |
| 1662 'common/extensions/api/api.gyp:api', | 1657 'common/extensions/api/api.gyp:api', |
| 1663 '../device/device.gyp:device_bluetooth_mocks', | 1658 '../device/device.gyp:device_bluetooth_mocks', |
| 1664 '../gpu/gpu.gyp:gpu_unittest_utils', | 1659 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 1665 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1660 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 1666 '../third_party/cld/cld.gyp:cld', | 1661 '../third_party/cld/cld.gyp:cld', |
| 1667 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1662 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2334 'unit_tests.isolate', | 2329 'unit_tests.isolate', |
| 2335 ], | 2330 ], |
| 2336 'sources': [ | 2331 'sources': [ |
| 2337 'unit_tests.isolate', | 2332 'unit_tests.isolate', |
| 2338 ], | 2333 ], |
| 2339 }, | 2334 }, |
| 2340 ], | 2335 ], |
| 2341 }], | 2336 }], |
| 2342 ], # 'conditions' | 2337 ], # 'conditions' |
| 2343 } | 2338 } |
| OLD | NEW |