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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 'test/base/test_launcher_utils.cc', | 241 'test/base/test_launcher_utils.cc', |
242 'test/base/test_launcher_utils.h', | 242 'test/base/test_launcher_utils.h', |
243 'test/base/test_location_bar.cc', | 243 'test/base/test_location_bar.cc', |
244 'test/base/test_location_bar.h', | 244 'test/base/test_location_bar.h', |
245 'test/base/test_tab_strip_model_observer.cc', | 245 'test/base/test_tab_strip_model_observer.cc', |
246 'test/base/test_tab_strip_model_observer.h', | 246 'test/base/test_tab_strip_model_observer.h', |
247 'test/base/testing_browser_process.cc', | 247 'test/base/testing_browser_process.cc', |
248 'test/base/testing_browser_process.h', | 248 'test/base/testing_browser_process.h', |
249 'test/base/testing_browser_process_platform_part.h', | 249 'test/base/testing_browser_process_platform_part.h', |
250 'test/base/testing_browser_process_platform_part.cc', | 250 'test/base/testing_browser_process_platform_part.cc', |
| 251 'test/base/testing_io_thread_state.cc', |
| 252 'test/base/testing_io_thread_state.h', |
251 'test/base/testing_pref_service_syncable.cc', | 253 'test/base/testing_pref_service_syncable.cc', |
252 'test/base/testing_pref_service_syncable.h', | 254 'test/base/testing_pref_service_syncable.h', |
253 'test/base/testing_profile.cc', | 255 'test/base/testing_profile.cc', |
254 'test/base/testing_profile.h', | 256 'test/base/testing_profile.h', |
255 'test/base/testing_profile_manager.cc', | 257 'test/base/testing_profile_manager.cc', |
256 'test/base/testing_profile_manager.h', | 258 'test/base/testing_profile_manager.h', |
257 'test/base/tracing.cc', | 259 'test/base/tracing.cc', |
258 'test/base/tracing.h', | 260 'test/base/tracing.h', |
259 'test/base/ui_test_utils.cc', | 261 'test/base/ui_test_utils.cc', |
260 'test/base/ui_test_utils.h', | 262 'test/base/ui_test_utils.h', |
(...skipping 2400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2661 # more details. | 2663 # more details. |
2662 'DebugInformationFormat': '3', | 2664 'DebugInformationFormat': '3', |
2663 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2665 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2664 }, | 2666 }, |
2665 }, | 2667 }, |
2666 }, | 2668 }, |
2667 ], | 2669 ], |
2668 }], | 2670 }], |
2669 ], # 'conditions' | 2671 ], # 'conditions' |
2670 } | 2672 } |
OLD | NEW |