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 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1814 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', | 1814 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', |
1815 '../tools/json_schema_compiler/test/objects_unittest.cc', | 1815 '../tools/json_schema_compiler/test/objects_unittest.cc', |
1816 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 1816 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
1817 '../ui/views/test/desktop_test_views_delegate.cc', | 1817 '../ui/views/test/desktop_test_views_delegate.cc', |
1818 '../ui/views/test/desktop_test_views_delegate.h', | 1818 '../ui/views/test/desktop_test_views_delegate.h', |
1819 '../ui/views/test/test_views_delegate.cc', | 1819 '../ui/views/test/test_views_delegate.cc', |
1820 '../ui/views/test/test_views_delegate.h', | 1820 '../ui/views/test/test_views_delegate.h', |
1821 '../ui/views/test/views_test_base.cc', | 1821 '../ui/views/test/views_test_base.cc', |
1822 '../ui/views/test/views_test_base.h', | 1822 '../ui/views/test/views_test_base.h', |
1823 '../ui/webui/resources/js/cr.js', | 1823 '../ui/webui/resources/js/cr.js', |
1824 '../webkit/blob/mock_blob_url_request_context.cc', | 1824 '../webkit/browser/blob/mock_blob_url_request_context.cc', |
1825 '../webkit/blob/mock_blob_url_request_context.h', | 1825 '../webkit/browser/blob/mock_blob_url_request_context.h', |
1826 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', | 1826 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', |
1827 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', | 1827 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', |
1828 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', | 1828 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', |
1829 '../webkit/fileapi/syncable/mock_sync_status_observer.h', | 1829 '../webkit/fileapi/syncable/mock_sync_status_observer.h', |
1830 '../webkit/quota/mock_storage_client.cc', | 1830 '../webkit/quota/mock_storage_client.cc', |
1831 '../webkit/quota/mock_storage_client.h', | 1831 '../webkit/quota/mock_storage_client.h', |
1832 ], | 1832 ], |
1833 'conditions': [ | 1833 'conditions': [ |
1834 ['OS!="ios"', { | 1834 ['OS!="ios"', { |
1835 'dependencies': [ | 1835 'dependencies': [ |
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2528 # more details. | 2528 # more details. |
2529 'DebugInformationFormat': '3', | 2529 'DebugInformationFormat': '3', |
2530 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2530 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2531 }, | 2531 }, |
2532 }, | 2532 }, |
2533 }, | 2533 }, |
2534 ], | 2534 ], |
2535 }], | 2535 }], |
2536 ], # 'conditions' | 2536 ], # 'conditions' |
2537 } | 2537 } |
OLD | NEW |