| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'browser/extensions/test_extension_service.cc', | 117 'browser/extensions/test_extension_service.cc', |
| 118 'browser/extensions/test_extension_service.h', | 118 'browser/extensions/test_extension_service.h', |
| 119 'browser/extensions/test_extension_system.cc', | 119 'browser/extensions/test_extension_system.cc', |
| 120 'browser/extensions/test_extension_system.h', | 120 'browser/extensions/test_extension_system.h', |
| 121 'browser/extensions/test_management_policy.cc', | 121 'browser/extensions/test_management_policy.cc', |
| 122 'browser/extensions/test_management_policy.h', | 122 'browser/extensions/test_management_policy.h', |
| 123 'browser/google_apis/dummy_drive_service.cc', | 123 'browser/google_apis/dummy_drive_service.cc', |
| 124 'browser/google_apis/dummy_drive_service.h', | 124 'browser/google_apis/dummy_drive_service.h', |
| 125 'browser/google_apis/test_util.cc', | 125 'browser/google_apis/test_util.cc', |
| 126 'browser/google_apis/test_util.h', | 126 'browser/google_apis/test_util.h', |
| 127 'browser/media_galleries/fileapi/async_file_util_test_helper.cc', |
| 128 'browser/media_galleries/fileapi/async_file_util_test_helper.h', |
| 127 'browser/media_galleries/fileapi/picasa/pmp_test_helper.cc', | 129 'browser/media_galleries/fileapi/picasa/pmp_test_helper.cc', |
| 128 'browser/media_galleries/fileapi/picasa/pmp_test_helper.h', | 130 'browser/media_galleries/fileapi/picasa/pmp_test_helper.h', |
| 129 'browser/media_galleries/media_galleries_test_util.cc', | 131 'browser/media_galleries/media_galleries_test_util.cc', |
| 130 'browser/media_galleries/media_galleries_test_util.h', | 132 'browser/media_galleries/media_galleries_test_util.h', |
| 131 'browser/net/url_request_mock_util.cc', | 133 'browser/net/url_request_mock_util.cc', |
| 132 'browser/net/url_request_mock_util.h', | 134 'browser/net/url_request_mock_util.h', |
| 133 'browser/notifications/notification_test_util.cc', | 135 'browser/notifications/notification_test_util.cc', |
| 134 'browser/notifications/notification_test_util.h', | 136 'browser/notifications/notification_test_util.h', |
| 135 'browser/password_manager/mock_password_store.cc', | 137 'browser/password_manager/mock_password_store.cc', |
| 136 'browser/password_manager/mock_password_store.h', | 138 'browser/password_manager/mock_password_store.h', |
| (...skipping 2406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2543 # more details. | 2545 # more details. |
| 2544 'DebugInformationFormat': '3', | 2546 'DebugInformationFormat': '3', |
| 2545 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2547 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2546 }, | 2548 }, |
| 2547 }, | 2549 }, |
| 2548 }, | 2550 }, |
| 2549 ], | 2551 ], |
| 2550 }], | 2552 }], |
| 2551 ], # 'conditions' | 2553 ], # 'conditions' |
| 2552 } | 2554 } |
| OLD | NEW |