Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1770)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12544005: Consolidate storage_monitor/MediaDeviceNotificationsUtils into MediaStorageUtil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another chromeos fix Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 'browser/speech/speech_recognition_bubble_controller_unittest.cc', 1096 'browser/speech/speech_recognition_bubble_controller_unittest.cc',
1097 'browser/speech/tts_controller_unittest.cc', 1097 'browser/speech/tts_controller_unittest.cc',
1098 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', 1098 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc',
1099 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', 1099 'browser/spellchecker/spellcheck_host_metrics_unittest.cc',
1100 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', 1100 'browser/spellchecker/spellcheck_platform_mac_unittest.cc',
1101 'browser/spellchecker/spellcheck_service_unittest.cc', 1101 'browser/spellchecker/spellcheck_service_unittest.cc',
1102 'browser/spellchecker/spelling_service_client_unittest.cc', 1102 'browser/spellchecker/spelling_service_client_unittest.cc',
1103 'browser/status_icons/status_icon_unittest.cc', 1103 'browser/status_icons/status_icon_unittest.cc',
1104 'browser/status_icons/status_tray_unittest.cc', 1104 'browser/status_icons/status_tray_unittest.cc',
1105 'browser/storage_monitor/image_capture_device_manager_unittest.mm', 1105 'browser/storage_monitor/image_capture_device_manager_unittest.mm',
1106 'browser/storage_monitor/media_device_notifications_utils_unittest.cc',
1107 'browser/storage_monitor/media_storage_util_unittest.cc', 1106 'browser/storage_monitor/media_storage_util_unittest.cc',
1108 'browser/storage_monitor/media_transfer_protocol_device_observer_linux_u nittest.cc', 1107 'browser/storage_monitor/media_transfer_protocol_device_observer_linux_u nittest.cc',
1109 'browser/storage_monitor/mock_removable_storage_observer.cc', 1108 'browser/storage_monitor/mock_removable_storage_observer.cc',
1110 'browser/storage_monitor/mock_removable_storage_observer.h', 1109 'browser/storage_monitor/mock_removable_storage_observer.h',
1111 'browser/storage_monitor/storage_monitor_chromeos_unittest.cc', 1110 'browser/storage_monitor/storage_monitor_chromeos_unittest.cc',
1112 'browser/storage_monitor/storage_monitor_linux_unittest.cc', 1111 'browser/storage_monitor/storage_monitor_linux_unittest.cc',
1113 'browser/storage_monitor/storage_monitor_mac_unittest.mm', 1112 'browser/storage_monitor/storage_monitor_mac_unittest.mm',
1114 'browser/storage_monitor/storage_monitor_win_unittest.cc', 1113 'browser/storage_monitor/storage_monitor_win_unittest.cc',
1115 'browser/storage_monitor/storage_monitor_unittest.cc', 1114 'browser/storage_monitor/storage_monitor_unittest.cc',
1116 'browser/storage_monitor/test_portable_device_watcher_win.cc', 1115 'browser/storage_monitor/test_portable_device_watcher_win.cc',
(...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
2399 # more details. 2398 # more details.
2400 'DebugInformationFormat': '3', 2399 'DebugInformationFormat': '3',
2401 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2400 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2402 }, 2401 },
2403 }, 2402 },
2404 }, 2403 },
2405 ], 2404 ],
2406 }], 2405 }],
2407 ], # 'conditions' 2406 ], # 'conditions'
2408 } 2407 }
OLDNEW
« chrome/browser/storage_monitor/storage_monitor_linux.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698