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_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
10 'common/pref_names.h', | 10 'common/pref_names.h', |
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 'test/webdriver/session.h', | 665 'test/webdriver/session.h', |
666 'test/webdriver/session.cc', | 666 'test/webdriver/session.cc', |
667 'test/webdriver/session_manager.h', | 667 'test/webdriver/session_manager.h', |
668 'test/webdriver/session_manager.cc', | 668 'test/webdriver/session_manager.cc', |
669 'test/webdriver/utility_functions.h', | 669 'test/webdriver/utility_functions.h', |
670 'test/webdriver/utility_functions.cc', | 670 'test/webdriver/utility_functions.cc', |
671 'test/webdriver/commands/command.h', | 671 'test/webdriver/commands/command.h', |
672 'test/webdriver/commands/command.cc', | 672 'test/webdriver/commands/command.cc', |
673 'test/webdriver/commands/create_session.h', | 673 'test/webdriver/commands/create_session.h', |
674 'test/webdriver/commands/create_session.cc', | 674 'test/webdriver/commands/create_session.cc', |
| 675 'test/webdriver/commands/find_element_commands.h', |
| 676 'test/webdriver/commands/find_element_commands.cc', |
| 677 'test/webdriver/commands/implicit_wait_command.h', |
| 678 'test/webdriver/commands/implicit_wait_command.cc', |
675 'test/webdriver/commands/execute_command.h', | 679 'test/webdriver/commands/execute_command.h', |
676 'test/webdriver/commands/execute_command.cc', | 680 'test/webdriver/commands/execute_command.cc', |
677 'test/webdriver/commands/navigate_commands.h', | 681 'test/webdriver/commands/navigate_commands.h', |
678 'test/webdriver/commands/navigate_commands.cc', | 682 'test/webdriver/commands/navigate_commands.cc', |
679 'test/webdriver/commands/response.h', | 683 'test/webdriver/commands/response.h', |
680 'test/webdriver/commands/session_with_id.h', | 684 'test/webdriver/commands/session_with_id.h', |
681 'test/webdriver/commands/session_with_id.cc', | 685 'test/webdriver/commands/session_with_id.cc', |
682 'test/webdriver/commands/source_command.h', | 686 'test/webdriver/commands/source_command.h', |
683 'test/webdriver/commands/source_command.cc', | 687 'test/webdriver/commands/source_command.cc', |
684 'test/webdriver/commands/title_command.h', | 688 'test/webdriver/commands/title_command.h', |
(...skipping 2648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3333 ] | 3337 ] |
3334 }], # 'coverage!=0' | 3338 }], # 'coverage!=0' |
3335 ], # 'conditions' | 3339 ], # 'conditions' |
3336 } | 3340 } |
3337 | 3341 |
3338 # Local Variables: | 3342 # Local Variables: |
3339 # tab-width:2 | 3343 # tab-width:2 |
3340 # indent-tabs-mode:nil | 3344 # indent-tabs-mode:nil |
3341 # End: | 3345 # End: |
3342 # vim: set expandtab tabstop=2 shiftwidth=2: | 3346 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |