| 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 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1237 'browser/sync_file_system/sync_file_system_test_util.h', | 1237 'browser/sync_file_system/sync_file_system_test_util.h', |
| 1238 'browser/tab_contents/render_view_context_menu_test_util.cc', | 1238 'browser/tab_contents/render_view_context_menu_test_util.cc', |
| 1239 'browser/tab_contents/render_view_context_menu_test_util.h', | 1239 'browser/tab_contents/render_view_context_menu_test_util.h', |
| 1240 'browser/tab_contents/render_view_context_menu_unittest.cc', | 1240 'browser/tab_contents/render_view_context_menu_unittest.cc', |
| 1241 'browser/task_manager/task_manager_unittest.cc', | 1241 'browser/task_manager/task_manager_unittest.cc', |
| 1242 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', | 1242 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', |
| 1243 'browser/themes/browser_theme_pack_unittest.cc', | 1243 'browser/themes/browser_theme_pack_unittest.cc', |
| 1244 'browser/themes/theme_properties_unittest.cc', | 1244 'browser/themes/theme_properties_unittest.cc', |
| 1245 'browser/themes/theme_service_unittest.cc', | 1245 'browser/themes/theme_service_unittest.cc', |
| 1246 'browser/themes/theme_syncable_service_unittest.cc', | 1246 'browser/themes/theme_syncable_service_unittest.cc', |
| 1247 'browser/thumbnails/advanced_thumbnail_crop_unittest.cc', |
| 1247 'browser/thumbnails/content_analysis_unittest.cc', | 1248 'browser/thumbnails/content_analysis_unittest.cc', |
| 1248 'browser/thumbnails/render_widget_snapshot_taker_unittest.cc', | 1249 'browser/thumbnails/render_widget_snapshot_taker_unittest.cc', |
| 1249 'browser/thumbnails/simple_thumbnail_crop_unittest.cc', | 1250 'browser/thumbnails/simple_thumbnail_crop_unittest.cc', |
| 1250 'browser/thumbnails/thumbnail_service_unittest.cc', | 1251 'browser/thumbnails/thumbnail_service_unittest.cc', |
| 1251 'browser/translate/translate_manager_metrics_unittest.cc', | 1252 'browser/translate/translate_manager_metrics_unittest.cc', |
| 1252 'browser/translate/translate_manager_unittest.cc', | 1253 'browser/translate/translate_manager_unittest.cc', |
| 1253 'browser/ui/android/tab_model/tab_model_unittest.cc', | 1254 'browser/ui/android/tab_model/tab_model_unittest.cc', |
| 1254 'browser/ui/ash/event_rewriter_unittest.cc', | 1255 'browser/ui/ash/event_rewriter_unittest.cc', |
| 1255 'browser/ui/ash/ime_controller_chromeos_unittest.cc', | 1256 'browser/ui/ash/ime_controller_chromeos_unittest.cc', |
| 1256 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc', | 1257 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc', |
| (...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2521 # more details. | 2522 # more details. |
| 2522 'DebugInformationFormat': '3', | 2523 'DebugInformationFormat': '3', |
| 2523 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2524 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2524 }, | 2525 }, |
| 2525 }, | 2526 }, |
| 2526 }, | 2527 }, |
| 2527 ], | 2528 ], |
| 2528 }], | 2529 }], |
| 2529 ], # 'conditions' | 2530 ], # 'conditions' |
| 2530 } | 2531 } |
| OLD | NEW |