| 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 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1174 'browser/ssl/ssl_browser_tests.cc', | 1174 'browser/ssl/ssl_browser_tests.cc', |
| 1175 'browser/ssl/ssl_client_certificate_selector_test.cc', | 1175 'browser/ssl/ssl_client_certificate_selector_test.cc', |
| 1176 'browser/ssl/ssl_client_certificate_selector_test.h', | 1176 'browser/ssl/ssl_client_certificate_selector_test.h', |
| 1177 'browser/sync_file_system/mock_local_change_processor.cc', | 1177 'browser/sync_file_system/mock_local_change_processor.cc', |
| 1178 'browser/sync_file_system/mock_local_change_processor.h', | 1178 'browser/sync_file_system/mock_local_change_processor.h', |
| 1179 'browser/sync_file_system/mock_remote_file_sync_service.cc', | 1179 'browser/sync_file_system/mock_remote_file_sync_service.cc', |
| 1180 'browser/sync_file_system/mock_remote_file_sync_service.h', | 1180 'browser/sync_file_system/mock_remote_file_sync_service.h', |
| 1181 'browser/tab_contents/render_view_context_menu_browsertest.cc', | 1181 'browser/tab_contents/render_view_context_menu_browsertest.cc', |
| 1182 'browser/tab_contents/render_view_context_menu_browsertest_util.cc', | 1182 'browser/tab_contents/render_view_context_menu_browsertest_util.cc', |
| 1183 'browser/tab_contents/render_view_context_menu_browsertest_util.h', | 1183 'browser/tab_contents/render_view_context_menu_browsertest_util.h', |
| 1184 'browser/tab_contents/render_view_context_menu_test_util.cc', |
| 1185 'browser/tab_contents/render_view_context_menu_test_util.h', |
| 1184 'browser/tab_contents/spellchecker_submenu_observer_browsertest.cc', | 1186 'browser/tab_contents/spellchecker_submenu_observer_browsertest.cc', |
| 1185 'browser/tab_contents/spelling_menu_observer_browsertest.cc', | 1187 'browser/tab_contents/spelling_menu_observer_browsertest.cc', |
| 1186 'browser/tab_contents/view_source_browsertest.cc', | 1188 'browser/tab_contents/view_source_browsertest.cc', |
| 1187 'browser/task_manager/task_manager_browsertest.cc', | 1189 'browser/task_manager/task_manager_browsertest.cc', |
| 1188 'browser/task_manager/task_manager_browsertest_util.cc', | 1190 'browser/task_manager/task_manager_browsertest_util.cc', |
| 1189 'browser/task_manager/task_manager_browsertest_util.h', | 1191 'browser/task_manager/task_manager_browsertest_util.h', |
| 1190 'browser/task_manager/task_manager_notification_browsertest.cc', | 1192 'browser/task_manager/task_manager_notification_browsertest.cc', |
| 1191 'browser/translate/translate_manager_browsertest.cc', | 1193 'browser/translate/translate_manager_browsertest.cc', |
| 1192 'browser/ui/app_list/app_list_controller_browsertest.cc', | 1194 'browser/ui/app_list/app_list_controller_browsertest.cc', |
| 1193 'browser/ui/ash/caps_lock_handler_browsertest.cc', | 1195 'browser/ui/ash/caps_lock_handler_browsertest.cc', |
| (...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2881 'sync_integration_tests.isolate', | 2883 'sync_integration_tests.isolate', |
| 2882 ], | 2884 ], |
| 2883 'sources': [ | 2885 'sources': [ |
| 2884 'sync_integration_tests.isolate', | 2886 'sync_integration_tests.isolate', |
| 2885 ], | 2887 ], |
| 2886 }, | 2888 }, |
| 2887 ], | 2889 ], |
| 2888 }], | 2890 }], |
| 2889 ], # 'conditions' | 2891 ], # 'conditions' |
| 2890 } | 2892 } |
| OLD | NEW |