| 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 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1160 'browser/ssl/ssl_browser_tests.cc', | 1160 'browser/ssl/ssl_browser_tests.cc', |
| 1161 'browser/ssl/ssl_client_certificate_selector_test.cc', | 1161 'browser/ssl/ssl_client_certificate_selector_test.cc', |
| 1162 'browser/ssl/ssl_client_certificate_selector_test.h', | 1162 'browser/ssl/ssl_client_certificate_selector_test.h', |
| 1163 'browser/sync_file_system/mock_local_change_processor.cc', | 1163 'browser/sync_file_system/mock_local_change_processor.cc', |
| 1164 'browser/sync_file_system/mock_local_change_processor.h', | 1164 'browser/sync_file_system/mock_local_change_processor.h', |
| 1165 'browser/sync_file_system/mock_remote_file_sync_service.cc', | 1165 'browser/sync_file_system/mock_remote_file_sync_service.cc', |
| 1166 'browser/sync_file_system/mock_remote_file_sync_service.h', | 1166 'browser/sync_file_system/mock_remote_file_sync_service.h', |
| 1167 'browser/tab_contents/render_view_context_menu_browsertest.cc', | 1167 'browser/tab_contents/render_view_context_menu_browsertest.cc', |
| 1168 'browser/tab_contents/render_view_context_menu_browsertest_util.cc', | 1168 'browser/tab_contents/render_view_context_menu_browsertest_util.cc', |
| 1169 'browser/tab_contents/render_view_context_menu_browsertest_util.h', | 1169 'browser/tab_contents/render_view_context_menu_browsertest_util.h', |
| 1170 'browser/tab_contents/render_view_context_menu_test_util.cc', |
| 1171 'browser/tab_contents/render_view_context_menu_test_util.h', |
| 1170 'browser/tab_contents/spellchecker_submenu_observer_browsertest.cc', | 1172 'browser/tab_contents/spellchecker_submenu_observer_browsertest.cc', |
| 1171 'browser/tab_contents/spelling_menu_observer_browsertest.cc', | 1173 'browser/tab_contents/spelling_menu_observer_browsertest.cc', |
| 1172 'browser/tab_contents/view_source_browsertest.cc', | 1174 'browser/tab_contents/view_source_browsertest.cc', |
| 1173 'browser/task_manager/task_manager_browsertest.cc', | 1175 'browser/task_manager/task_manager_browsertest.cc', |
| 1174 'browser/task_manager/task_manager_browsertest_util.cc', | 1176 'browser/task_manager/task_manager_browsertest_util.cc', |
| 1175 'browser/task_manager/task_manager_browsertest_util.h', | 1177 'browser/task_manager/task_manager_browsertest_util.h', |
| 1176 'browser/task_manager/task_manager_notification_browsertest.cc', | 1178 'browser/task_manager/task_manager_notification_browsertest.cc', |
| 1177 'browser/translate/translate_manager_browsertest.cc', | 1179 'browser/translate/translate_manager_browsertest.cc', |
| 1178 'browser/ui/app_list/app_list_controller_browsertest.cc', | 1180 'browser/ui/app_list/app_list_controller_browsertest.cc', |
| 1179 'browser/ui/ash/caps_lock_handler_browsertest.cc', | 1181 'browser/ui/ash/caps_lock_handler_browsertest.cc', |
| (...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2867 'sync_integration_tests.isolate', | 2869 'sync_integration_tests.isolate', |
| 2868 ], | 2870 ], |
| 2869 'sources': [ | 2871 'sources': [ |
| 2870 'sync_integration_tests.isolate', | 2872 'sync_integration_tests.isolate', |
| 2871 ], | 2873 ], |
| 2872 }, | 2874 }, |
| 2873 ], | 2875 ], |
| 2874 }], | 2876 }], |
| 2875 ], # 'conditions' | 2877 ], # 'conditions' |
| 2876 } | 2878 } |
| OLD | NEW |