| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2059 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc', | 2059 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc', |
| 2060 'browser/chromeos/update_browsertest.cc', | 2060 'browser/chromeos/update_browsertest.cc', |
| 2061 'browser/crash_recovery_browsertest.cc', | 2061 'browser/crash_recovery_browsertest.cc', |
| 2062 'browser/device_orientation/device_orientation_browsertest.cc', | 2062 'browser/device_orientation/device_orientation_browsertest.cc', |
| 2063 'browser/dom_ui/dom_ui_browsertest.cc', | 2063 'browser/dom_ui/dom_ui_browsertest.cc', |
| 2064 'browser/dom_ui/dom_ui_browsertest.h', | 2064 'browser/dom_ui/dom_ui_browsertest.h', |
| 2065 'browser/dom_ui/dom_ui_handler_browsertest.cc', | 2065 'browser/dom_ui/dom_ui_handler_browsertest.cc', |
| 2066 'browser/dom_ui/dom_ui_handler_browsertest.h', | 2066 'browser/dom_ui/dom_ui_handler_browsertest.h', |
| 2067 'browser/dom_ui/file_browse_browsertest.cc', | 2067 'browser/dom_ui/file_browse_browsertest.cc', |
| 2068 'browser/dom_ui/mediaplayer_browsertest.cc', | 2068 'browser/dom_ui/mediaplayer_browsertest.cc', |
| 2069 'browser/dom_ui/settings_browsertest.cc', |
| 2069 'browser/download/download_browsertest.cc', | 2070 'browser/download/download_browsertest.cc', |
| 2070 'browser/download/save_page_browsertest.cc', | 2071 'browser/download/save_page_browsertest.cc', |
| 2071 'browser/extensions/alert_apitest.cc', | 2072 'browser/extensions/alert_apitest.cc', |
| 2072 'browser/extensions/all_urls_apitest.cc', | 2073 'browser/extensions/all_urls_apitest.cc', |
| 2073 'browser/extensions/app_background_page_apitest.cc', | 2074 'browser/extensions/app_background_page_apitest.cc', |
| 2074 'browser/extensions/app_process_apitest.cc', | 2075 'browser/extensions/app_process_apitest.cc', |
| 2075 'browser/extensions/autoupdate_interceptor.cc', | 2076 'browser/extensions/autoupdate_interceptor.cc', |
| 2076 'browser/extensions/autoupdate_interceptor.h', | 2077 'browser/extensions/autoupdate_interceptor.h', |
| 2077 'browser/extensions/browser_action_apitest.cc', | 2078 'browser/extensions/browser_action_apitest.cc', |
| 2078 'browser/extensions/browser_action_test_util.h', | 2079 'browser/extensions/browser_action_test_util.h', |
| (...skipping 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3681 ] | 3682 ] |
| 3682 }], # 'coverage!=0' | 3683 }], # 'coverage!=0' |
| 3683 ], # 'conditions' | 3684 ], # 'conditions' |
| 3684 } | 3685 } |
| 3685 | 3686 |
| 3686 # Local Variables: | 3687 # Local Variables: |
| 3687 # tab-width:2 | 3688 # tab-width:2 |
| 3688 # indent-tabs-mode:nil | 3689 # indent-tabs-mode:nil |
| 3689 # End: | 3690 # End: |
| 3690 # vim: set expandtab tabstop=2 shiftwidth=2: | 3691 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |