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/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
667 'test/webdriver/session.h', | 667 'test/webdriver/session.h', |
668 'test/webdriver/session.cc', | 668 'test/webdriver/session.cc', |
669 'test/webdriver/session_manager.h', | 669 'test/webdriver/session_manager.h', |
670 'test/webdriver/session_manager.cc', | 670 'test/webdriver/session_manager.cc', |
671 'test/webdriver/utility_functions.h', | 671 'test/webdriver/utility_functions.h', |
672 'test/webdriver/utility_functions.cc', | 672 'test/webdriver/utility_functions.cc', |
673 'test/webdriver/commands/command.h', | 673 'test/webdriver/commands/command.h', |
674 'test/webdriver/commands/command.cc', | 674 'test/webdriver/commands/command.cc', |
675 'test/webdriver/commands/create_session.h', | 675 'test/webdriver/commands/create_session.h', |
676 'test/webdriver/commands/create_session.cc', | 676 'test/webdriver/commands/create_session.cc', |
| 677 'test/webdriver/commands/find_element_commands.h', |
| 678 'test/webdriver/commands/find_element_commands.cc', |
| 679 'test/webdriver/commands/implicit_wait_command.h', |
| 680 'test/webdriver/commands/implicit_wait_command.cc', |
677 'test/webdriver/commands/execute_command.h', | 681 'test/webdriver/commands/execute_command.h', |
678 'test/webdriver/commands/execute_command.cc', | 682 'test/webdriver/commands/execute_command.cc', |
679 'test/webdriver/commands/navigate_commands.h', | 683 'test/webdriver/commands/navigate_commands.h', |
680 'test/webdriver/commands/navigate_commands.cc', | 684 'test/webdriver/commands/navigate_commands.cc', |
681 'test/webdriver/commands/response.h', | 685 'test/webdriver/commands/response.h', |
682 'test/webdriver/commands/session_with_id.h', | 686 'test/webdriver/commands/session_with_id.h', |
683 'test/webdriver/commands/session_with_id.cc', | 687 'test/webdriver/commands/session_with_id.cc', |
684 'test/webdriver/commands/source_command.h', | 688 'test/webdriver/commands/source_command.h', |
685 'test/webdriver/commands/source_command.cc', | 689 'test/webdriver/commands/source_command.cc', |
686 'test/webdriver/commands/title_command.h', | 690 'test/webdriver/commands/title_command.h', |
(...skipping 2679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3366 ] | 3370 ] |
3367 }], # 'coverage!=0' | 3371 }], # 'coverage!=0' |
3368 ], # 'conditions' | 3372 ], # 'conditions' |
3369 } | 3373 } |
3370 | 3374 |
3371 # Local Variables: | 3375 # Local Variables: |
3372 # tab-width:2 | 3376 # tab-width:2 |
3373 # indent-tabs-mode:nil | 3377 # indent-tabs-mode:nil |
3374 # End: | 3378 # End: |
3375 # vim: set expandtab tabstop=2 shiftwidth=2: | 3379 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |