OLD | NEW |
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 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1680 'browser/sync/sync_prefs_unittest.cc', | 1680 'browser/sync/sync_prefs_unittest.cc', |
1681 'browser/sync/sync_ui_util_mac_unittest.mm', | 1681 'browser/sync/sync_ui_util_mac_unittest.mm', |
1682 'browser/sync/sync_ui_util_unittest.cc', | 1682 'browser/sync/sync_ui_util_unittest.cc', |
1683 'browser/sync/test/test_http_bridge_factory.cc', | 1683 'browser/sync/test/test_http_bridge_factory.cc', |
1684 'browser/sync/test/test_http_bridge_factory.h', | 1684 'browser/sync/test/test_http_bridge_factory.h', |
1685 'browser/sync/test_profile_sync_service.cc', | 1685 'browser/sync/test_profile_sync_service.cc', |
1686 'browser/sync/test_profile_sync_service.h', | 1686 'browser/sync/test_profile_sync_service.h', |
1687 'browser/system_monitor/media_device_notifications_utils_unittest.cc', | 1687 'browser/system_monitor/media_device_notifications_utils_unittest.cc', |
1688 'browser/system_monitor/media_storage_util_unittest.cc', | 1688 'browser/system_monitor/media_storage_util_unittest.cc', |
1689 'browser/system_monitor/media_transfer_protocol_device_observer_linux_un
ittest.cc', | 1689 'browser/system_monitor/media_transfer_protocol_device_observer_linux_un
ittest.cc', |
| 1690 'browser/system_monitor/media_transfer_protocol_device_observer_
win_unittest.cc', |
1690 'browser/system_monitor/removable_device_notifications_chromeos_unittest
.cc', | 1691 'browser/system_monitor/removable_device_notifications_chromeos_unittest
.cc', |
1691 'browser/system_monitor/removable_device_notifications_linux_unittest.cc
', | 1692 'browser/system_monitor/removable_device_notifications_linux_unittest.cc
', |
1692 'browser/system_monitor/removable_device_notifications_mac_unittest.mm', | 1693 'browser/system_monitor/removable_device_notifications_mac_unittest.mm', |
1693 'browser/system_monitor/removable_device_notifications_window_win_unitte
st.cc', | 1694 'browser/system_monitor/removable_device_notifications_window_win_unitte
st.cc', |
1694 'browser/tab_contents/render_view_context_menu_unittest.cc', | 1695 'browser/tab_contents/render_view_context_menu_unittest.cc', |
1695 'browser/task_manager/task_manager_unittest.cc', | 1696 'browser/task_manager/task_manager_unittest.cc', |
1696 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', | 1697 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', |
1697 'browser/themes/browser_theme_pack_unittest.cc', | 1698 'browser/themes/browser_theme_pack_unittest.cc', |
1698 'browser/themes/theme_service_unittest.cc', | 1699 'browser/themes/theme_service_unittest.cc', |
1699 'browser/themes/theme_syncable_service_unittest.cc', | 1700 'browser/themes/theme_syncable_service_unittest.cc', |
(...skipping 3206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4906 '--result', '<@(_outputs)', | 4907 '--result', '<@(_outputs)', |
4907 '--isolate', 'browser_tests.isolate', | 4908 '--isolate', 'browser_tests.isolate', |
4908 ], | 4909 ], |
4909 }, | 4910 }, |
4910 ], | 4911 ], |
4911 }, | 4912 }, |
4912 ], | 4913 ], |
4913 }], | 4914 }], |
4914 ], # 'conditions' | 4915 ], # 'conditions' |
4915 } | 4916 } |
OLD | NEW |