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

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: Moved media_transfer_protocol_device_observer to chrome/browser/system_monitor 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 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1662 'browser/sync/profile_sync_test_util.cc', 1662 'browser/sync/profile_sync_test_util.cc',
1663 'browser/sync/profile_sync_test_util.h', 1663 'browser/sync/profile_sync_test_util.h',
1664 'browser/sync/sync_global_error_unittest.cc', 1664 'browser/sync/sync_global_error_unittest.cc',
1665 'browser/sync/sync_prefs_unittest.cc', 1665 'browser/sync/sync_prefs_unittest.cc',
1666 'browser/sync/sync_ui_util_mac_unittest.mm', 1666 'browser/sync/sync_ui_util_mac_unittest.mm',
1667 'browser/sync/sync_ui_util_unittest.cc', 1667 'browser/sync/sync_ui_util_unittest.cc',
1668 'browser/sync/test/test_http_bridge_factory.cc', 1668 'browser/sync/test/test_http_bridge_factory.cc',
1669 'browser/sync/test/test_http_bridge_factory.h', 1669 'browser/sync/test/test_http_bridge_factory.h',
1670 'browser/sync/test_profile_sync_service.cc', 1670 'browser/sync/test_profile_sync_service.cc',
1671 'browser/sync/test_profile_sync_service.h', 1671 'browser/sync/test_profile_sync_service.h',
1672 'browser/system_monitor/chromeos/media_transfer_protocol_device_observer _unittest.cc',
1672 'browser/system_monitor/media_device_notifications_chromeos_unittest.cc' , 1673 'browser/system_monitor/media_device_notifications_chromeos_unittest.cc' ,
1673 'browser/system_monitor/media_device_notifications_utils_unittest.cc', 1674 'browser/system_monitor/media_device_notifications_utils_unittest.cc',
1674 'browser/system_monitor/media_device_notifications_window_win_unittest.c c', 1675 'browser/system_monitor/media_device_notifications_window_win_unittest.c c',
1675 'browser/system_monitor/media_storage_util_unittest.cc', 1676 'browser/system_monitor/media_storage_util_unittest.cc',
1676 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ', 1677 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ',
1677 'browser/tab_contents/render_view_context_menu_unittest.cc', 1678 'browser/tab_contents/render_view_context_menu_unittest.cc',
1678 'browser/tab_contents/thumbnail_generator_unittest.cc', 1679 'browser/tab_contents/thumbnail_generator_unittest.cc',
1679 'browser/tab_contents/web_contents_user_data_unittest.cc', 1680 'browser/tab_contents/web_contents_user_data_unittest.cc',
1680 'browser/task_manager/task_manager_unittest.cc', 1681 'browser/task_manager/task_manager_unittest.cc',
1681 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', 1682 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
(...skipping 3084 matching lines...) Expand 10 before | Expand all | Expand 10 after
4766 '--result', '<@(_outputs)', 4767 '--result', '<@(_outputs)',
4767 '--isolate', 'browser_tests.isolate', 4768 '--isolate', 'browser_tests.isolate',
4768 ], 4769 ],
4769 }, 4770 },
4770 ], 4771 ],
4771 }, 4772 },
4772 ], 4773 ],
4773 }], 4774 }],
4774 ], # 'conditions' 4775 ], # 'conditions'
4775 } 4776 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698