| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 'browser/extensions/api/tabs/tabs_interactive_test.cc', | 175 'browser/extensions/api/tabs/tabs_interactive_test.cc', |
| 176 'browser/extensions/extension_apitest.cc', | 176 'browser/extensions/extension_apitest.cc', |
| 177 'browser/extensions/extension_browsertest.cc', | 177 'browser/extensions/extension_browsertest.cc', |
| 178 'browser/extensions/extension_crash_recovery_browsertest.cc', | 178 'browser/extensions/extension_crash_recovery_browsertest.cc', |
| 179 'browser/extensions/extension_function_test_utils.cc', | 179 'browser/extensions/extension_function_test_utils.cc', |
| 180 'browser/extensions/extension_keybinding_apitest.cc', | 180 'browser/extensions/extension_keybinding_apitest.cc', |
| 181 'browser/extensions/notifications_apitest.cc', | 181 'browser/extensions/notifications_apitest.cc', |
| 182 'browser/extensions/window_open_interactive_apitest.cc', | 182 'browser/extensions/window_open_interactive_apitest.cc', |
| 183 'browser/extensions/extension_pointer_lock_apitest.cc', | 183 'browser/extensions/extension_pointer_lock_apitest.cc', |
| 184 'browser/instant/instant_browsertest.cc', | 184 'browser/instant/instant_browsertest.cc', |
| 185 'browser/instant/instant_extended_browsertest.cc', |
| 185 'browser/mouseleave_browsertest.cc', | 186 'browser/mouseleave_browsertest.cc', |
| 186 'browser/notifications/desktop_notifications_unittest.cc', | 187 'browser/notifications/desktop_notifications_unittest.cc', |
| 187 'browser/notifications/desktop_notifications_unittest.h', | 188 'browser/notifications/desktop_notifications_unittest.h', |
| 188 'browser/notifications/notification_browsertest.cc', | 189 'browser/notifications/notification_browsertest.cc', |
| 189 'browser/printing/print_dialog_cloud_interative_uitest.cc', | 190 'browser/printing/print_dialog_cloud_interative_uitest.cc', |
| 190 'browser/task_manager/task_manager_browsertest_util.cc', | 191 'browser/task_manager/task_manager_browsertest_util.cc', |
| 191 'browser/ui/browser_focus_uitest.cc', | 192 'browser/ui/browser_focus_uitest.cc', |
| 192 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm', | 193 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm', |
| 193 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc'
, | 194 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc'
, |
| 194 'browser/ui/fullscreen/fullscreen_controller_state_interactive_browserte
st.cc', | 195 'browser/ui/fullscreen/fullscreen_controller_state_interactive_browserte
st.cc', |
| (...skipping 2660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2855 'sync_integration_tests.isolate', | 2856 'sync_integration_tests.isolate', |
| 2856 ], | 2857 ], |
| 2857 'sources': [ | 2858 'sources': [ |
| 2858 'sync_integration_tests.isolate', | 2859 'sync_integration_tests.isolate', |
| 2859 ], | 2860 ], |
| 2860 }, | 2861 }, |
| 2861 ], | 2862 ], |
| 2862 }], | 2863 }], |
| 2863 ], # 'conditions' | 2864 ], # 'conditions' |
| 2864 } | 2865 } |
| OLD | NEW |