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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 'test/base/chrome_test_suite.cc', | 226 'test/base/chrome_test_suite.cc', |
227 'test/base/chrome_test_suite.h', | 227 'test/base/chrome_test_suite.h', |
228 'test/base/chrome_unit_test_suite.cc', | 228 'test/base/chrome_unit_test_suite.cc', |
229 'test/base/chrome_unit_test_suite.h', | 229 'test/base/chrome_unit_test_suite.h', |
230 'test/base/find_in_page_observer.cc', | 230 'test/base/find_in_page_observer.cc', |
231 'test/base/find_in_page_observer.h', | 231 'test/base/find_in_page_observer.h', |
232 'test/base/history_index_restore_observer.cc', | 232 'test/base/history_index_restore_observer.cc', |
233 'test/base/history_index_restore_observer.h', | 233 'test/base/history_index_restore_observer.h', |
234 'test/base/in_process_browser_test.cc', | 234 'test/base/in_process_browser_test.cc', |
235 'test/base/in_process_browser_test.h', | 235 'test/base/in_process_browser_test.h', |
236 'test/base/javascript_test_observer.cc', | |
237 'test/base/javascript_test_observer.h', | |
238 'test/base/module_system_test.cc', | 236 'test/base/module_system_test.cc', |
239 'test/base/module_system_test.h', | 237 'test/base/module_system_test.h', |
240 'test/base/profile_mock.cc', | 238 'test/base/profile_mock.cc', |
241 'test/base/profile_mock.h', | 239 'test/base/profile_mock.h', |
242 'test/base/scoped_browser_locale.cc', | 240 'test/base/scoped_browser_locale.cc', |
243 'test/base/scoped_browser_locale.h', | 241 'test/base/scoped_browser_locale.h', |
244 'test/base/scoped_testing_local_state.cc', | 242 'test/base/scoped_testing_local_state.cc', |
245 'test/base/scoped_testing_local_state.h', | 243 'test/base/scoped_testing_local_state.h', |
246 'test/base/test_browser_window.cc', | 244 'test/base/test_browser_window.cc', |
247 'test/base/test_browser_window.h', | 245 'test/base/test_browser_window.h', |
(...skipping 2598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2846 # more details. | 2844 # more details. |
2847 'DebugInformationFormat': '3', | 2845 'DebugInformationFormat': '3', |
2848 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2846 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2849 }, | 2847 }, |
2850 }, | 2848 }, |
2851 }, | 2849 }, |
2852 ], | 2850 ], |
2853 }], | 2851 }], |
2854 ], # 'conditions' | 2852 ], # 'conditions' |
2855 } | 2853 } |
OLD | NEW |