| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   242         'test/base/test_tab_strip_model_observer.cc', |   242         'test/base/test_tab_strip_model_observer.cc', | 
|   243         'test/base/test_tab_strip_model_observer.h', |   243         'test/base/test_tab_strip_model_observer.h', | 
|   244         'test/base/testing_browser_process.cc', |   244         'test/base/testing_browser_process.cc', | 
|   245         'test/base/testing_browser_process.h', |   245         'test/base/testing_browser_process.h', | 
|   246         'test/base/testing_pref_service_syncable.cc', |   246         'test/base/testing_pref_service_syncable.cc', | 
|   247         'test/base/testing_pref_service_syncable.h', |   247         'test/base/testing_pref_service_syncable.h', | 
|   248         'test/base/testing_profile.cc', |   248         'test/base/testing_profile.cc', | 
|   249         'test/base/testing_profile.h', |   249         'test/base/testing_profile.h', | 
|   250         'test/base/testing_profile_manager.cc', |   250         'test/base/testing_profile_manager.cc', | 
|   251         'test/base/testing_profile_manager.h', |   251         'test/base/testing_profile_manager.h', | 
|   252         'test/base/thread_observer_helper.h', |  | 
|   253         'test/base/tracing.cc', |   252         'test/base/tracing.cc', | 
|   254         'test/base/tracing.h', |   253         'test/base/tracing.h', | 
|   255         'test/base/ui_test_utils.cc', |   254         'test/base/ui_test_utils.cc', | 
|   256         'test/base/ui_test_utils.h', |   255         'test/base/ui_test_utils.h', | 
|   257         'test/base/uma_histogram_helper.cc', |   256         'test/base/uma_histogram_helper.cc', | 
|   258         'test/base/uma_histogram_helper.h', |   257         'test/base/uma_histogram_helper.h', | 
|   259         'test/logging/win/file_logger.cc', |   258         'test/logging/win/file_logger.cc', | 
|   260         'test/logging/win/file_logger.h', |   259         'test/logging/win/file_logger.h', | 
|   261         'test/logging/win/log_file_printer.cc', |   260         'test/logging/win/log_file_printer.cc', | 
|   262         'test/logging/win/log_file_printer.h', |   261         'test/logging/win/log_file_printer.h', | 
| (...skipping 2160 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  2423               # more details. |  2422               # more details. | 
|  2424               'DebugInformationFormat': '3', |  2423               'DebugInformationFormat': '3', | 
|  2425               'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |  2424               'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 
|  2426             }, |  2425             }, | 
|  2427           }, |  2426           }, | 
|  2428         }, |  2427         }, | 
|  2429       ], |  2428       ], | 
|  2430     }], |  2429     }], | 
|  2431   ],  # 'conditions' |  2430   ],  # 'conditions' | 
|  2432 } |  2431 } | 
| OLD | NEW |