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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10919185: Implement RemovableDeviceNotifications for Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 8 years, 3 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after
1669 'browser/sync/sync_ui_util_mac_unittest.mm', 1669 'browser/sync/sync_ui_util_mac_unittest.mm',
1670 'browser/sync/sync_ui_util_unittest.cc', 1670 'browser/sync/sync_ui_util_unittest.cc',
1671 'browser/sync/test/test_http_bridge_factory.cc', 1671 'browser/sync/test/test_http_bridge_factory.cc',
1672 'browser/sync/test/test_http_bridge_factory.h', 1672 'browser/sync/test/test_http_bridge_factory.h',
1673 'browser/sync/test_profile_sync_service.cc', 1673 'browser/sync/test_profile_sync_service.cc',
1674 'browser/sync/test_profile_sync_service.h', 1674 'browser/sync/test_profile_sync_service.h',
1675 'browser/system_monitor/media_device_notifications_chromeos_unittest.cc' , 1675 'browser/system_monitor/media_device_notifications_chromeos_unittest.cc' ,
1676 'browser/system_monitor/media_device_notifications_utils_unittest.cc', 1676 'browser/system_monitor/media_device_notifications_utils_unittest.cc',
1677 'browser/system_monitor/media_storage_util_unittest.cc', 1677 'browser/system_monitor/media_storage_util_unittest.cc',
1678 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ', 1678 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ',
1679 'browser/system_monitor/removable_device_notifications_mac_unittest.mm',
1679 'browser/system_monitor/removable_device_notifications_window_win_unitte st.cc', 1680 'browser/system_monitor/removable_device_notifications_window_win_unitte st.cc',
1680 'browser/tab_contents/render_view_context_menu_unittest.cc', 1681 'browser/tab_contents/render_view_context_menu_unittest.cc',
1681 'browser/tab_contents/thumbnail_generator_unittest.cc', 1682 'browser/tab_contents/thumbnail_generator_unittest.cc',
1682 'browser/tab_contents/web_contents_user_data_unittest.cc', 1683 'browser/tab_contents/web_contents_user_data_unittest.cc',
1683 'browser/task_manager/task_manager_unittest.cc', 1684 'browser/task_manager/task_manager_unittest.cc',
1684 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', 1685 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
1685 'browser/themes/browser_theme_pack_unittest.cc', 1686 'browser/themes/browser_theme_pack_unittest.cc',
1686 'browser/themes/theme_service_unittest.cc', 1687 'browser/themes/theme_service_unittest.cc',
1687 'browser/ui/ash/event_rewriter_unittest.cc', 1688 'browser/ui/ash/event_rewriter_unittest.cc',
1688 'browser/ui/ash/ime_controller_chromeos_unittest.cc', 1689 'browser/ui/ash/ime_controller_chromeos_unittest.cc',
(...skipping 3082 matching lines...) Expand 10 before | Expand all | Expand 10 after
4771 '--result', '<@(_outputs)', 4772 '--result', '<@(_outputs)',
4772 '--isolate', 'browser_tests.isolate', 4773 '--isolate', 'browser_tests.isolate',
4773 ], 4774 ],
4774 }, 4775 },
4775 ], 4776 ],
4776 }, 4777 },
4777 ], 4778 ],
4778 }], 4779 }],
4779 ], # 'conditions' 4780 ], # 'conditions'
4780 } 4781 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698