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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 'test/base/test_launcher_utils.cc', | 236 'test/base/test_launcher_utils.cc', |
237 'test/base/test_launcher_utils.h', | 237 'test/base/test_launcher_utils.h', |
238 'test/base/test_location_bar.cc', | 238 'test/base/test_location_bar.cc', |
239 'test/base/test_location_bar.h', | 239 'test/base/test_location_bar.h', |
240 'test/base/test_tab_strip_model_observer.cc', | 240 'test/base/test_tab_strip_model_observer.cc', |
241 'test/base/test_tab_strip_model_observer.h', | 241 'test/base/test_tab_strip_model_observer.h', |
242 'test/base/testing_browser_process.cc', | 242 'test/base/testing_browser_process.cc', |
243 'test/base/testing_browser_process.h', | 243 'test/base/testing_browser_process.h', |
244 'test/base/testing_browser_process_platform_part.h', | 244 'test/base/testing_browser_process_platform_part.h', |
245 'test/base/testing_browser_process_platform_part.cc', | 245 'test/base/testing_browser_process_platform_part.cc', |
| 246 'test/base/testing_io_thread_state.cc', |
| 247 'test/base/testing_io_thread_state.h', |
246 'test/base/testing_pref_service_syncable.cc', | 248 'test/base/testing_pref_service_syncable.cc', |
247 'test/base/testing_pref_service_syncable.h', | 249 'test/base/testing_pref_service_syncable.h', |
248 'test/base/testing_profile.cc', | 250 'test/base/testing_profile.cc', |
249 'test/base/testing_profile.h', | 251 'test/base/testing_profile.h', |
250 'test/base/testing_profile_manager.cc', | 252 'test/base/testing_profile_manager.cc', |
251 'test/base/testing_profile_manager.h', | 253 'test/base/testing_profile_manager.h', |
252 'test/base/tracing.cc', | 254 'test/base/tracing.cc', |
253 'test/base/tracing.h', | 255 'test/base/tracing.h', |
254 'test/base/ui_test_utils.cc', | 256 'test/base/ui_test_utils.cc', |
255 'test/base/ui_test_utils.h', | 257 'test/base/ui_test_utils.h', |
(...skipping 2392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2648 # more details. | 2650 # more details. |
2649 'DebugInformationFormat': '3', | 2651 'DebugInformationFormat': '3', |
2650 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2652 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2651 }, | 2653 }, |
2652 }, | 2654 }, |
2653 }, | 2655 }, |
2654 ], | 2656 ], |
2655 }], | 2657 }], |
2656 ], # 'conditions' | 2658 ], # 'conditions' |
2657 } | 2659 } |
OLD | NEW |