| 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 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1164 'browser/content_settings/policy_content_settings_provider_unittest.cc', | 1164 'browser/content_settings/policy_content_settings_provider_unittest.cc', |
| 1165 'browser/content_settings/pref_content_settings_provider_unittest.cc', | 1165 'browser/content_settings/pref_content_settings_provider_unittest.cc', |
| 1166 'browser/content_settings/mock_content_settings_provider.cc', | 1166 'browser/content_settings/mock_content_settings_provider.cc', |
| 1167 'browser/content_settings/mock_content_settings_provider.h', | 1167 'browser/content_settings/mock_content_settings_provider.h', |
| 1168 'browser/cookies_tree_model_unittest.cc', | 1168 'browser/cookies_tree_model_unittest.cc', |
| 1169 'browser/debugger/devtools_manager_unittest.cc', | 1169 'browser/debugger/devtools_manager_unittest.cc', |
| 1170 'browser/device_orientation/provider_unittest.cc', | 1170 'browser/device_orientation/provider_unittest.cc', |
| 1171 'browser/dom_ui/dom_ui_unittest.cc', | 1171 'browser/dom_ui/dom_ui_unittest.cc', |
| 1172 'browser/dom_ui/html_dialog_tab_contents_delegate_unittest.cc', | 1172 'browser/dom_ui/html_dialog_tab_contents_delegate_unittest.cc', |
| 1173 'browser/dom_ui/options/language_options_handler_unittest.cc', | 1173 'browser/dom_ui/options/language_options_handler_unittest.cc', |
| 1174 'browser/dom_ui/print_preview_ui_html_source_unittest.cc', |
| 1174 'browser/dom_ui/shown_sections_handler_unittest.cc', | 1175 'browser/dom_ui/shown_sections_handler_unittest.cc', |
| 1175 'browser/dom_ui/sync_internals_ui_unittest.cc', | 1176 'browser/dom_ui/sync_internals_ui_unittest.cc', |
| 1176 'browser/dom_ui/web_ui_theme_source_unittest.cc', | 1177 'browser/dom_ui/web_ui_theme_source_unittest.cc', |
| 1177 'browser/download/base_file_unittest.cc', | 1178 'browser/download/base_file_unittest.cc', |
| 1178 'browser/download/download_file_unittest.cc', | 1179 'browser/download/download_file_unittest.cc', |
| 1179 'browser/download/download_manager_unittest.cc', | 1180 'browser/download/download_manager_unittest.cc', |
| 1180 'browser/download/download_request_infobar_delegate_unittest.cc', | 1181 'browser/download/download_request_infobar_delegate_unittest.cc', |
| 1181 'browser/download/download_request_limiter_unittest.cc', | 1182 'browser/download/download_request_limiter_unittest.cc', |
| 1182 'browser/download/download_status_updater_unittest.cc', | 1183 'browser/download/download_status_updater_unittest.cc', |
| 1183 'browser/download/download_util_unittest.cc', | 1184 'browser/download/download_util_unittest.cc', |
| (...skipping 2497 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 |