| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 '../components/autofill/browser/data_driven_test.h', | 271 '../components/autofill/browser/data_driven_test.h', |
| 272 '../components/autofill/browser/test_autofill_external_delegate.cc', | 272 '../components/autofill/browser/test_autofill_external_delegate.cc', |
| 273 '../components/autofill/browser/test_autofill_external_delegate.h', | 273 '../components/autofill/browser/test_autofill_external_delegate.h', |
| 274 '../components/autofill/browser/test_autofill_manager_delegate.cc', | 274 '../components/autofill/browser/test_autofill_manager_delegate.cc', |
| 275 '../components/autofill/browser/test_autofill_manager_delegate.h', | 275 '../components/autofill/browser/test_autofill_manager_delegate.h', |
| 276 '../components/autofill/browser/test_personal_data_manager.cc', | 276 '../components/autofill/browser/test_personal_data_manager.cc', |
| 277 '../components/autofill/browser/test_personal_data_manager.h', | 277 '../components/autofill/browser/test_personal_data_manager.h', |
| 278 | 278 |
| 279 '../ui/gfx/image/image_unittest_util.h', | 279 '../ui/gfx/image/image_unittest_util.h', |
| 280 '../ui/gfx/image/image_unittest_util.cc', | 280 '../ui/gfx/image/image_unittest_util.cc', |
| 281 '../webkit/quota/mock_quota_manager.cc', | 281 '../webkit/browser/quota/mock_quota_manager.cc', |
| 282 '../webkit/quota/mock_quota_manager.h', | 282 '../webkit/browser/quota/mock_quota_manager.h', |
| 283 ], | 283 ], |
| 284 'conditions': [ | 284 'conditions': [ |
| 285 ['OS!="ios"', { | 285 ['OS!="ios"', { |
| 286 'dependencies': [ | 286 'dependencies': [ |
| 287 'cloud_policy_proto', | 287 'cloud_policy_proto', |
| 288 'common/extensions/api/api.gyp:api', | 288 'common/extensions/api/api.gyp:api', |
| 289 'plugin', | 289 'plugin', |
| 290 'renderer', | 290 'renderer', |
| 291 'utility', | 291 'utility', |
| 292 '../content/content.gyp:content_gpu', | 292 '../content/content.gyp:content_gpu', |
| (...skipping 1539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1832 '../ui/views/test/test_views_delegate.h', | 1832 '../ui/views/test/test_views_delegate.h', |
| 1833 '../ui/views/test/views_test_base.cc', | 1833 '../ui/views/test/views_test_base.cc', |
| 1834 '../ui/views/test/views_test_base.h', | 1834 '../ui/views/test/views_test_base.h', |
| 1835 '../ui/webui/resources/js/cr.js', | 1835 '../ui/webui/resources/js/cr.js', |
| 1836 '../webkit/browser/blob/mock_blob_url_request_context.cc', | 1836 '../webkit/browser/blob/mock_blob_url_request_context.cc', |
| 1837 '../webkit/browser/blob/mock_blob_url_request_context.h', | 1837 '../webkit/browser/blob/mock_blob_url_request_context.h', |
| 1838 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', | 1838 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', |
| 1839 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', | 1839 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', |
| 1840 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc', | 1840 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc', |
| 1841 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h', | 1841 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h', |
| 1842 '../webkit/quota/mock_storage_client.cc', | 1842 '../webkit/browser/quota/mock_storage_client.cc', |
| 1843 '../webkit/quota/mock_storage_client.h', | 1843 '../webkit/browser/quota/mock_storage_client.h', |
| 1844 ], | 1844 ], |
| 1845 'conditions': [ | 1845 'conditions': [ |
| 1846 ['OS!="ios"', { | 1846 ['OS!="ios"', { |
| 1847 'dependencies': [ | 1847 'dependencies': [ |
| 1848 'common/extensions/api/api.gyp:api', | 1848 'common/extensions/api/api.gyp:api', |
| 1849 '../components/component_resources.gyp:component_resources', | 1849 '../components/component_resources.gyp:component_resources', |
| 1850 '../device/device.gyp:device_bluetooth_mocks', | 1850 '../device/device.gyp:device_bluetooth_mocks', |
| 1851 '../gpu/gpu.gyp:gpu_unittest_utils', | 1851 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 1852 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1852 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 1853 '../third_party/cld/cld.gyp:cld', | 1853 '../third_party/cld/cld.gyp:cld', |
| (...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2544 # more details. | 2544 # more details. |
| 2545 'DebugInformationFormat': '3', | 2545 'DebugInformationFormat': '3', |
| 2546 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2546 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2547 }, | 2547 }, |
| 2548 }, | 2548 }, |
| 2549 }, | 2549 }, |
| 2550 ], | 2550 ], |
| 2551 }], | 2551 }], |
| 2552 ], # 'conditions' | 2552 ], # 'conditions' |
| 2553 } | 2553 } |
| OLD | NEW |