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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11573048: [Media Galleries] Move RemovableStorageInfo notifications to chrome namespace (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing up tests Created 7 years, 11 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 | Annotate | Revision Log
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 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 'browser/system_monitor/mock_removable_storage_observer.h', 1157 'browser/system_monitor/mock_removable_storage_observer.h',
1158 'browser/system_monitor/removable_device_notifications_chromeos_unittest .cc', 1158 'browser/system_monitor/removable_device_notifications_chromeos_unittest .cc',
1159 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ', 1159 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ',
1160 'browser/system_monitor/removable_device_notifications_mac_unittest.mm', 1160 'browser/system_monitor/removable_device_notifications_mac_unittest.mm',
1161 'browser/system_monitor/removable_device_notifications_window_win_unitte st.cc', 1161 'browser/system_monitor/removable_device_notifications_window_win_unitte st.cc',
1162 'browser/system_monitor/removable_storage_notifications_unittest.cc', 1162 'browser/system_monitor/removable_storage_notifications_unittest.cc',
1163 'browser/system_monitor/test_portable_device_watcher_win.cc', 1163 'browser/system_monitor/test_portable_device_watcher_win.cc',
1164 'browser/system_monitor/test_portable_device_watcher_win.h', 1164 'browser/system_monitor/test_portable_device_watcher_win.h',
1165 'browser/system_monitor/test_removable_device_notifications_window_win.c c', 1165 'browser/system_monitor/test_removable_device_notifications_window_win.c c',
1166 'browser/system_monitor/test_removable_device_notifications_window_win.h ', 1166 'browser/system_monitor/test_removable_device_notifications_window_win.h ',
1167 'browser/system_monitor/test_removable_storage_notifications.cc',
1168 'browser/system_monitor/test_removable_storage_notifications.h',
1167 'browser/system_monitor/test_volume_mount_watcher_win.cc', 1169 'browser/system_monitor/test_volume_mount_watcher_win.cc',
1168 'browser/system_monitor/test_volume_mount_watcher_win.h', 1170 'browser/system_monitor/test_volume_mount_watcher_win.h',
1169 'browser/tab_contents/render_view_context_menu_test_util.cc', 1171 'browser/tab_contents/render_view_context_menu_test_util.cc',
1170 'browser/tab_contents/render_view_context_menu_test_util.h', 1172 'browser/tab_contents/render_view_context_menu_test_util.h',
1171 'browser/tab_contents/render_view_context_menu_unittest.cc', 1173 'browser/tab_contents/render_view_context_menu_unittest.cc',
1172 'browser/task_manager/task_manager_unittest.cc', 1174 'browser/task_manager/task_manager_unittest.cc',
1173 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', 1175 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
1174 'browser/themes/browser_theme_pack_unittest.cc', 1176 'browser/themes/browser_theme_pack_unittest.cc',
1175 'browser/themes/theme_service_unittest.cc', 1177 'browser/themes/theme_service_unittest.cc',
1176 'browser/themes/theme_syncable_service_unittest.cc', 1178 'browser/themes/theme_syncable_service_unittest.cc',
(...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
2347 'unit_tests.isolate', 2349 'unit_tests.isolate',
2348 ], 2350 ],
2349 'sources': [ 2351 'sources': [
2350 'unit_tests.isolate', 2352 'unit_tests.isolate',
2351 ], 2353 ],
2352 }, 2354 },
2353 ], 2355 ],
2354 }], 2356 }],
2355 ], # 'conditions' 2357 ], # 'conditions'
2356 } 2358 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698