| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'test/base/testing_pref_service_syncable.cc', | 263 'test/base/testing_pref_service_syncable.cc', |
| 264 'test/base/testing_pref_service_syncable.h', | 264 'test/base/testing_pref_service_syncable.h', |
| 265 'test/base/testing_profile.cc', | 265 'test/base/testing_profile.cc', |
| 266 'test/base/testing_profile.h', | 266 'test/base/testing_profile.h', |
| 267 'test/base/testing_profile_manager.cc', | 267 'test/base/testing_profile_manager.cc', |
| 268 'test/base/testing_profile_manager.h', | 268 'test/base/testing_profile_manager.h', |
| 269 'test/base/tracing.cc', | 269 'test/base/tracing.cc', |
| 270 'test/base/tracing.h', | 270 'test/base/tracing.h', |
| 271 'test/base/ui_test_utils.cc', | 271 'test/base/ui_test_utils.cc', |
| 272 'test/base/ui_test_utils.h', | 272 'test/base/ui_test_utils.h', |
| 273 'test/base/uma_histogram_helper.cc', | |
| 274 'test/base/uma_histogram_helper.h', | |
| 275 'test/logging/win/file_logger.cc', | 273 'test/logging/win/file_logger.cc', |
| 276 'test/logging/win/file_logger.h', | 274 'test/logging/win/file_logger.h', |
| 277 'test/logging/win/log_file_printer.cc', | 275 'test/logging/win/log_file_printer.cc', |
| 278 'test/logging/win/log_file_printer.h', | 276 'test/logging/win/log_file_printer.h', |
| 279 'test/logging/win/log_file_reader.cc', | 277 'test/logging/win/log_file_reader.cc', |
| 280 'test/logging/win/log_file_reader.h', | 278 'test/logging/win/log_file_reader.h', |
| 281 'test/logging/win/mof_data_parser.cc', | 279 'test/logging/win/mof_data_parser.cc', |
| 282 'test/logging/win/mof_data_parser.h', | 280 'test/logging/win/mof_data_parser.h', |
| 283 'test/logging/win/test_log_collector.cc', | 281 'test/logging/win/test_log_collector.cc', |
| 284 'test/logging/win/test_log_collector.h', | 282 'test/logging/win/test_log_collector.h', |
| (...skipping 2632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2917 'unit_tests.isolate', | 2915 'unit_tests.isolate', |
| 2918 ], | 2916 ], |
| 2919 'sources': [ | 2917 'sources': [ |
| 2920 'unit_tests.isolate', | 2918 'unit_tests.isolate', |
| 2921 ], | 2919 ], |
| 2922 }, | 2920 }, |
| 2923 ], | 2921 ], |
| 2924 }], | 2922 }], |
| 2925 ], # 'conditions' | 2923 ], # 'conditions' |
| 2926 } | 2924 } |
| OLD | NEW |