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

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: Rebase 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1637 matching lines...) Expand 10 before | Expand all | Expand 10 after
1648 'browser/sync/sync_global_error_unittest.cc', 1648 'browser/sync/sync_global_error_unittest.cc',
1649 'browser/sync/sync_prefs_unittest.cc', 1649 'browser/sync/sync_prefs_unittest.cc',
1650 'browser/sync/sync_ui_util_mac_unittest.mm', 1650 'browser/sync/sync_ui_util_mac_unittest.mm',
1651 'browser/sync/sync_ui_util_unittest.cc', 1651 'browser/sync/sync_ui_util_unittest.cc',
1652 'browser/sync/test/test_http_bridge_factory.cc', 1652 'browser/sync/test/test_http_bridge_factory.cc',
1653 'browser/sync/test/test_http_bridge_factory.h', 1653 'browser/sync/test/test_http_bridge_factory.h',
1654 'browser/sync/test_profile_sync_service.cc', 1654 'browser/sync/test_profile_sync_service.cc',
1655 'browser/sync/test_profile_sync_service.h', 1655 'browser/sync/test_profile_sync_service.h',
1656 'browser/system_monitor/media_device_notifications_utils_unittest.cc', 1656 'browser/system_monitor/media_device_notifications_utils_unittest.cc',
1657 'browser/system_monitor/media_storage_util_unittest.cc', 1657 'browser/system_monitor/media_storage_util_unittest.cc',
1658 'browser/system_monitor/media_transfer_protocol_device_observer_chromeos _unittest.cc',
1658 'browser/system_monitor/removable_device_notifications_chromeos_unittest .cc', 1659 'browser/system_monitor/removable_device_notifications_chromeos_unittest .cc',
1659 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ', 1660 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ',
1660 'browser/system_monitor/removable_device_notifications_window_win_unitte st.cc', 1661 'browser/system_monitor/removable_device_notifications_window_win_unitte st.cc',
1661 'browser/tab_contents/render_view_context_menu_unittest.cc', 1662 'browser/tab_contents/render_view_context_menu_unittest.cc',
1662 'browser/tab_contents/thumbnail_generator_unittest.cc', 1663 'browser/tab_contents/thumbnail_generator_unittest.cc',
1663 'browser/tab_contents/web_contents_user_data_unittest.cc', 1664 'browser/tab_contents/web_contents_user_data_unittest.cc',
1664 'browser/task_manager/task_manager_unittest.cc', 1665 'browser/task_manager/task_manager_unittest.cc',
1665 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', 1666 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
1666 'browser/themes/browser_theme_pack_unittest.cc', 1667 'browser/themes/browser_theme_pack_unittest.cc',
1667 'browser/themes/theme_service_unittest.cc', 1668 'browser/themes/theme_service_unittest.cc',
(...skipping 3091 matching lines...) Expand 10 before | Expand all | Expand 10 after
4759 '--result', '<@(_outputs)', 4760 '--result', '<@(_outputs)',
4760 '--isolate', 'browser_tests.isolate', 4761 '--isolate', 'browser_tests.isolate',
4761 ], 4762 ],
4762 }, 4763 },
4763 ], 4764 ],
4764 }, 4765 },
4765 ], 4766 ],
4766 }], 4767 }],
4767 ], # 'conditions' 4768 ], # 'conditions'
4768 } 4769 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698