| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'test/base/in_process_browser_test.cc', | 211 'test/base/in_process_browser_test.cc', |
| 212 'test/base/in_process_browser_test.h', | 212 'test/base/in_process_browser_test.h', |
| 213 'test/base/javascript_test_observer.cc', | 213 'test/base/javascript_test_observer.cc', |
| 214 'test/base/javascript_test_observer.h', | 214 'test/base/javascript_test_observer.h', |
| 215 'test/base/model_test_utils.cc', | 215 'test/base/model_test_utils.cc', |
| 216 'test/base/model_test_utils.h', | 216 'test/base/model_test_utils.h', |
| 217 'test/base/module_system_test.cc', | 217 'test/base/module_system_test.cc', |
| 218 'test/base/module_system_test.h', | 218 'test/base/module_system_test.h', |
| 219 'test/base/profile_mock.cc', | 219 'test/base/profile_mock.cc', |
| 220 'test/base/profile_mock.h', | 220 'test/base/profile_mock.h', |
| 221 'test/base/scoped_testing_local_state.cc', |
| 222 'test/base/scoped_testing_local_state.h', |
| 221 'test/base/test_browser_window.cc', | 223 'test/base/test_browser_window.cc', |
| 222 'test/base/test_browser_window.h', | 224 'test/base/test_browser_window.h', |
| 223 'test/base/test_launcher_utils.cc', | 225 'test/base/test_launcher_utils.cc', |
| 224 'test/base/test_launcher_utils.h', | 226 'test/base/test_launcher_utils.h', |
| 225 'test/base/test_location_bar.cc', | 227 'test/base/test_location_bar.cc', |
| 226 'test/base/test_location_bar.h', | 228 'test/base/test_location_bar.h', |
| 227 'test/base/test_tab_strip_model_observer.cc', | 229 'test/base/test_tab_strip_model_observer.cc', |
| 228 'test/base/test_tab_strip_model_observer.h', | 230 'test/base/test_tab_strip_model_observer.h', |
| 229 'test/base/testing_browser_process.cc', | 231 'test/base/testing_browser_process.cc', |
| 230 'test/base/testing_browser_process.h', | 232 'test/base/testing_browser_process.h', |
| 231 'test/base/testing_pref_service.cc', | 233 'test/base/testing_pref_service.cc', |
| 232 'test/base/testing_pref_service.h', | 234 'test/base/testing_pref_service.h', |
| 235 'test/base/testing_pref_service_syncable.cc', |
| 236 'test/base/testing_pref_service_syncable.h', |
| 233 'test/base/testing_profile.cc', | 237 'test/base/testing_profile.cc', |
| 234 'test/base/testing_profile.h', | 238 'test/base/testing_profile.h', |
| 235 'test/base/testing_profile_manager.cc', | 239 'test/base/testing_profile_manager.cc', |
| 236 'test/base/testing_profile_manager.h', | 240 'test/base/testing_profile_manager.h', |
| 237 'test/base/thread_observer_helper.h', | 241 'test/base/thread_observer_helper.h', |
| 238 'test/base/tracing.cc', | 242 'test/base/tracing.cc', |
| 239 'test/base/tracing.h', | 243 'test/base/tracing.h', |
| 240 'test/base/ui_test_utils.cc', | 244 'test/base/ui_test_utils.cc', |
| 241 'test/base/ui_test_utils.h', | 245 'test/base/ui_test_utils.h', |
| 242 'test/base/uma_histogram_helper.cc', | 246 'test/base/uma_histogram_helper.cc', |
| (...skipping 2129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2372 # more details. | 2376 # more details. |
| 2373 'DebugInformationFormat': '3', | 2377 'DebugInformationFormat': '3', |
| 2374 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2378 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2375 }, | 2379 }, |
| 2376 }, | 2380 }, |
| 2377 }, | 2381 }, |
| 2378 ], | 2382 ], |
| 2379 }], | 2383 }], |
| 2380 ], # 'conditions' | 2384 ], # 'conditions' |
| 2381 } | 2385 } |
| OLD | NEW |