| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 'test/base/test_tab_strip_model_observer.cc', | 234 'test/base/test_tab_strip_model_observer.cc', |
| 235 'test/base/test_tab_strip_model_observer.h', | 235 'test/base/test_tab_strip_model_observer.h', |
| 236 'test/base/testing_browser_process.cc', | 236 'test/base/testing_browser_process.cc', |
| 237 'test/base/testing_browser_process.h', | 237 'test/base/testing_browser_process.h', |
| 238 'test/base/testing_pref_service_syncable.cc', | 238 'test/base/testing_pref_service_syncable.cc', |
| 239 'test/base/testing_pref_service_syncable.h', | 239 'test/base/testing_pref_service_syncable.h', |
| 240 'test/base/testing_profile.cc', | 240 'test/base/testing_profile.cc', |
| 241 'test/base/testing_profile.h', | 241 'test/base/testing_profile.h', |
| 242 'test/base/testing_profile_manager.cc', | 242 'test/base/testing_profile_manager.cc', |
| 243 'test/base/testing_profile_manager.h', | 243 'test/base/testing_profile_manager.h', |
| 244 'test/base/thread_observer_helper.h', | |
| 245 'test/base/tracing.cc', | 244 'test/base/tracing.cc', |
| 246 'test/base/tracing.h', | 245 'test/base/tracing.h', |
| 247 'test/base/ui_test_utils.cc', | 246 'test/base/ui_test_utils.cc', |
| 248 'test/base/ui_test_utils.h', | 247 'test/base/ui_test_utils.h', |
| 249 'test/base/uma_histogram_helper.cc', | 248 'test/base/uma_histogram_helper.cc', |
| 250 'test/base/uma_histogram_helper.h', | 249 'test/base/uma_histogram_helper.h', |
| 251 'test/logging/win/file_logger.cc', | 250 'test/logging/win/file_logger.cc', |
| 252 'test/logging/win/file_logger.h', | 251 'test/logging/win/file_logger.h', |
| 253 'test/logging/win/log_file_printer.cc', | 252 'test/logging/win/log_file_printer.cc', |
| 254 'test/logging/win/log_file_printer.h', | 253 'test/logging/win/log_file_printer.h', |
| (...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2409 # more details. | 2408 # more details. |
| 2410 'DebugInformationFormat': '3', | 2409 'DebugInformationFormat': '3', |
| 2411 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2410 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2412 }, | 2411 }, |
| 2413 }, | 2412 }, |
| 2414 }, | 2413 }, |
| 2415 ], | 2414 ], |
| 2416 }], | 2415 }], |
| 2417 ], # 'conditions' | 2416 ], # 'conditions' |
| 2418 } | 2417 } |
| OLD | NEW |