| 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 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1060         'browser/speech/speech_recognition_bubble_controller_unittest.cc', | 1060         'browser/speech/speech_recognition_bubble_controller_unittest.cc', | 
| 1061         'browser/speech/tts_controller_unittest.cc', | 1061         'browser/speech/tts_controller_unittest.cc', | 
| 1062         'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 1062         'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 
| 1063         'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 1063         'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 
| 1064         'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 1064         'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 
| 1065         'browser/spellchecker/spellcheck_service_unittest.cc', | 1065         'browser/spellchecker/spellcheck_service_unittest.cc', | 
| 1066         'browser/spellchecker/spelling_service_client_unittest.cc', | 1066         'browser/spellchecker/spelling_service_client_unittest.cc', | 
| 1067         'browser/status_icons/status_icon_unittest.cc', | 1067         'browser/status_icons/status_icon_unittest.cc', | 
| 1068         'browser/status_icons/status_tray_unittest.cc', | 1068         'browser/status_icons/status_tray_unittest.cc', | 
| 1069         'browser/storage_monitor/image_capture_device_manager_unittest.mm', | 1069         'browser/storage_monitor/image_capture_device_manager_unittest.mm', | 
| 1070         'browser/storage_monitor/media_device_notifications_utils_unittest.cc', |  | 
| 1071         'browser/storage_monitor/media_storage_util_unittest.cc', | 1070         'browser/storage_monitor/media_storage_util_unittest.cc', | 
| 1072         'browser/storage_monitor/media_transfer_protocol_device_observer_linux_u
      nittest.cc', | 1071         'browser/storage_monitor/media_transfer_protocol_device_observer_linux_u
      nittest.cc', | 
| 1073         'browser/storage_monitor/mock_removable_storage_observer.cc', | 1072         'browser/storage_monitor/mock_removable_storage_observer.cc', | 
| 1074         'browser/storage_monitor/mock_removable_storage_observer.h', | 1073         'browser/storage_monitor/mock_removable_storage_observer.h', | 
| 1075         'browser/storage_monitor/storage_monitor_chromeos_unittest.cc', | 1074         'browser/storage_monitor/storage_monitor_chromeos_unittest.cc', | 
| 1076         'browser/storage_monitor/storage_monitor_linux_unittest.cc', | 1075         'browser/storage_monitor/storage_monitor_linux_unittest.cc', | 
| 1077         'browser/storage_monitor/storage_monitor_mac_unittest.mm', | 1076         'browser/storage_monitor/storage_monitor_mac_unittest.mm', | 
| 1078         'browser/storage_monitor/storage_monitor_win_unittest.cc', | 1077         'browser/storage_monitor/storage_monitor_win_unittest.cc', | 
| 1079         'browser/storage_monitor/storage_monitor_unittest.cc', | 1078         'browser/storage_monitor/storage_monitor_unittest.cc', | 
| 1080         'browser/storage_monitor/test_portable_device_watcher_win.cc', | 1079         'browser/storage_monitor/test_portable_device_watcher_win.cc', | 
| (...skipping 1329 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 2410               # more details. | 2409               # more details. | 
| 2411               'DebugInformationFormat': '3', | 2410               'DebugInformationFormat': '3', | 
| 2412               'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2411               'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 
| 2413             }, | 2412             }, | 
| 2414           }, | 2413           }, | 
| 2415         }, | 2414         }, | 
| 2416       ], | 2415       ], | 
| 2417     }], | 2416     }], | 
| 2418   ],  # 'conditions' | 2417   ],  # 'conditions' | 
| 2419 } | 2418 } | 
| OLD | NEW | 
|---|