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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10894045: ChromeOS: Implement MediaTransferProtocolManager observer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit 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 1648 matching lines...) Expand 10 before | Expand all | Expand 10 after
1659 'browser/sync/sync_prefs_unittest.cc', 1659 'browser/sync/sync_prefs_unittest.cc',
1660 'browser/sync/sync_ui_util_mac_unittest.mm', 1660 'browser/sync/sync_ui_util_mac_unittest.mm',
1661 'browser/sync/sync_ui_util_unittest.cc', 1661 'browser/sync/sync_ui_util_unittest.cc',
1662 'browser/sync/test/test_http_bridge_factory.cc', 1662 'browser/sync/test/test_http_bridge_factory.cc',
1663 'browser/sync/test/test_http_bridge_factory.h', 1663 'browser/sync/test/test_http_bridge_factory.h',
1664 'browser/sync/test_profile_sync_service.cc', 1664 'browser/sync/test_profile_sync_service.cc',
1665 'browser/sync/test_profile_sync_service.h', 1665 'browser/sync/test_profile_sync_service.h',
1666 'browser/system_monitor/media_device_notifications_chromeos_unittest.cc' , 1666 'browser/system_monitor/media_device_notifications_chromeos_unittest.cc' ,
1667 'browser/system_monitor/media_device_notifications_utils_unittest.cc', 1667 'browser/system_monitor/media_device_notifications_utils_unittest.cc',
1668 'browser/system_monitor/media_storage_util_unittest.cc', 1668 'browser/system_monitor/media_storage_util_unittest.cc',
1669 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos _unittest.cc',
1669 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ', 1670 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ',
1670 'browser/system_monitor/removable_device_notifications_window_win_unitte st.cc', 1671 'browser/system_monitor/removable_device_notifications_window_win_unitte st.cc',
1671 'browser/tab_contents/render_view_context_menu_unittest.cc', 1672 'browser/tab_contents/render_view_context_menu_unittest.cc',
1672 'browser/tab_contents/thumbnail_generator_unittest.cc', 1673 'browser/tab_contents/thumbnail_generator_unittest.cc',
1673 'browser/tab_contents/web_contents_user_data_unittest.cc', 1674 'browser/tab_contents/web_contents_user_data_unittest.cc',
1674 'browser/task_manager/task_manager_unittest.cc', 1675 'browser/task_manager/task_manager_unittest.cc',
1675 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', 1676 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
1676 'browser/themes/browser_theme_pack_unittest.cc', 1677 'browser/themes/browser_theme_pack_unittest.cc',
1677 'browser/themes/theme_service_unittest.cc', 1678 'browser/themes/theme_service_unittest.cc',
1678 'browser/ui/ash/event_rewriter_unittest.cc', 1679 'browser/ui/ash/event_rewriter_unittest.cc',
(...skipping 3083 matching lines...) Expand 10 before | Expand all | Expand 10 after
4762 '--result', '<@(_outputs)', 4763 '--result', '<@(_outputs)',
4763 '--isolate', 'browser_tests.isolate', 4764 '--isolate', 'browser_tests.isolate',
4764 ], 4765 ],
4765 }, 4766 },
4766 ], 4767 ],
4767 }, 4768 },
4768 ], 4769 ],
4769 }], 4770 }],
4770 ], # 'conditions' 4771 ], # 'conditions'
4771 } 4772 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698