| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'sources': [ | 176 'sources': [ |
| 177 'browser/browser_keyevents_browsertest.cc', | 177 'browser/browser_keyevents_browsertest.cc', |
| 178 'browser/extensions/api/tabs/tabs_interactive_test.cc', | 178 'browser/extensions/api/tabs/tabs_interactive_test.cc', |
| 179 'browser/extensions/extension_apitest.cc', | 179 'browser/extensions/extension_apitest.cc', |
| 180 'browser/extensions/extension_browsertest.cc', | 180 'browser/extensions/extension_browsertest.cc', |
| 181 'browser/extensions/extension_crash_recovery_browsertest.cc', | 181 'browser/extensions/extension_crash_recovery_browsertest.cc', |
| 182 'browser/extensions/extension_function_test_utils.cc', | 182 'browser/extensions/extension_function_test_utils.cc', |
| 183 'browser/extensions/extension_keybinding_apitest.cc', | 183 'browser/extensions/extension_keybinding_apitest.cc', |
| 184 'browser/extensions/notifications_apitest.cc', | 184 'browser/extensions/notifications_apitest.cc', |
| 185 'browser/extensions/window_open_interactive_apitest.cc', | 185 'browser/extensions/window_open_interactive_apitest.cc', |
| 186 'browser/extensions/extension_fullscreen_apitest.cc', |
| 186 'browser/extensions/extension_pointer_lock_apitest.cc', | 187 'browser/extensions/extension_pointer_lock_apitest.cc', |
| 187 'browser/instant/instant_browsertest.cc', | 188 'browser/instant/instant_browsertest.cc', |
| 188 'browser/instant/instant_extended_browsertest.cc', | 189 'browser/instant/instant_extended_browsertest.cc', |
| 189 'browser/instant/instant_test_utils.h', | 190 'browser/instant/instant_test_utils.h', |
| 190 'browser/instant/instant_test_utils.cc', | 191 'browser/instant/instant_test_utils.cc', |
| 191 'browser/mouseleave_browsertest.cc', | 192 'browser/mouseleave_browsertest.cc', |
| 192 'browser/notifications/desktop_notifications_unittest.cc', | 193 'browser/notifications/desktop_notifications_unittest.cc', |
| 193 'browser/notifications/desktop_notifications_unittest.h', | 194 'browser/notifications/desktop_notifications_unittest.h', |
| 194 'browser/notifications/notification_browsertest.cc', | 195 'browser/notifications/notification_browsertest.cc', |
| 195 'browser/printing/print_dialog_cloud_interative_uitest.cc', | 196 'browser/printing/print_dialog_cloud_interative_uitest.cc', |
| (...skipping 2812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3008 'sync_integration_tests.isolate', | 3009 'sync_integration_tests.isolate', |
| 3009 ], | 3010 ], |
| 3010 'sources': [ | 3011 'sources': [ |
| 3011 'sync_integration_tests.isolate', | 3012 'sync_integration_tests.isolate', |
| 3012 ], | 3013 ], |
| 3013 }, | 3014 }, |
| 3014 ], | 3015 ], |
| 3015 }], | 3016 }], |
| 3016 ], # 'conditions' | 3017 ], # 'conditions' |
| 3017 } | 3018 } |
| OLD | NEW |