| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'renderer/mock_keyboard_driver_win.cc', | 83 'renderer/mock_keyboard_driver_win.cc', |
| 84 'renderer/mock_keyboard_driver_win.h', | 84 'renderer/mock_keyboard_driver_win.h', |
| 85 'renderer/mock_printer.cc', | 85 'renderer/mock_printer.cc', |
| 86 'renderer/mock_printer.h', | 86 'renderer/mock_printer.h', |
| 87 'renderer/mock_render_process.cc', | 87 'renderer/mock_render_process.cc', |
| 88 'renderer/mock_render_process.h', | 88 'renderer/mock_render_process.h', |
| 89 'renderer/mock_render_thread.cc', | 89 'renderer/mock_render_thread.cc', |
| 90 'renderer/mock_render_thread.h', | 90 'renderer/mock_render_thread.h', |
| 91 'test/automation/autocomplete_edit_proxy.cc', | 91 'test/automation/autocomplete_edit_proxy.cc', |
| 92 'test/automation/autocomplete_edit_proxy.h', | 92 'test/automation/autocomplete_edit_proxy.h', |
| 93 'test/automation/automation_constants.h', | |
| 94 'test/automation/automation_handle_tracker.cc', | 93 'test/automation/automation_handle_tracker.cc', |
| 95 'test/automation/automation_handle_tracker.h', | 94 'test/automation/automation_handle_tracker.h', |
| 96 'test/automation/automation_proxy.cc', | 95 'test/automation/automation_proxy.cc', |
| 97 'test/automation/automation_proxy.h', | 96 'test/automation/automation_proxy.h', |
| 98 'test/automation/browser_proxy.cc', | 97 'test/automation/browser_proxy.cc', |
| 99 'test/automation/browser_proxy.h', | 98 'test/automation/browser_proxy.h', |
| 100 'test/automation/dom_element_proxy.cc', | 99 'test/automation/dom_element_proxy.cc', |
| 101 'test/automation/dom_element_proxy.h', | 100 'test/automation/dom_element_proxy.h', |
| 102 'test/automation/extension_proxy.cc', | 101 'test/automation/extension_proxy.cc', |
| 103 'test/automation/extension_proxy.h', | 102 'test/automation/extension_proxy.h', |
| (...skipping 3262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3366 ] | 3365 ] |
| 3367 }], # 'coverage!=0' | 3366 }], # 'coverage!=0' |
| 3368 ], # 'conditions' | 3367 ], # 'conditions' |
| 3369 } | 3368 } |
| 3370 | 3369 |
| 3371 # Local Variables: | 3370 # Local Variables: |
| 3372 # tab-width:2 | 3371 # tab-width:2 |
| 3373 # indent-tabs-mode:nil | 3372 # indent-tabs-mode:nil |
| 3374 # End: | 3373 # End: |
| 3375 # vim: set expandtab tabstop=2 shiftwidth=2: | 3374 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |