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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 '../third_party/icu/icu.gyp:icuuc', | 702 '../third_party/icu/icu.gyp:icuuc', |
703 '../third_party/libxml/libxml.gyp:libxml', | 703 '../third_party/libxml/libxml.gyp:libxml', |
704 ], | 704 ], |
705 'include_dirs': [ | 705 'include_dirs': [ |
706 '..', | 706 '..', |
707 ], | 707 ], |
708 'sources': [ | 708 'sources': [ |
709 '../third_party/mongoose/mongoose.h', | 709 '../third_party/mongoose/mongoose.h', |
710 '../third_party/mongoose/mongoose.c', | 710 '../third_party/mongoose/mongoose.c', |
711 '../third_party/webdriver/atoms.h', | 711 '../third_party/webdriver/atoms.h', |
| 712 'test/webdriver/cookie.h', |
| 713 'test/webdriver/cookie.cc', |
712 'test/webdriver/dispatch.h', | 714 'test/webdriver/dispatch.h', |
713 'test/webdriver/dispatch.cc', | 715 'test/webdriver/dispatch.cc', |
714 'test/webdriver/error_codes.h', | 716 'test/webdriver/error_codes.h', |
715 'test/webdriver/keymap.h', | 717 'test/webdriver/keymap.h', |
716 'test/webdriver/keymap.cc', | 718 'test/webdriver/keymap.cc', |
717 'test/webdriver/server.cc', | 719 'test/webdriver/server.cc', |
718 'test/webdriver/session.h', | 720 'test/webdriver/session.h', |
719 'test/webdriver/session.cc', | 721 'test/webdriver/session.cc', |
720 'test/webdriver/session_manager.h', | 722 'test/webdriver/session_manager.h', |
721 'test/webdriver/session_manager.cc', | 723 'test/webdriver/session_manager.cc', |
722 'test/webdriver/utility_functions.h', | 724 'test/webdriver/utility_functions.h', |
723 'test/webdriver/utility_functions.cc', | 725 'test/webdriver/utility_functions.cc', |
724 'test/webdriver/commands/command.h', | 726 'test/webdriver/commands/command.h', |
725 'test/webdriver/commands/command.cc', | 727 'test/webdriver/commands/command.cc', |
| 728 'test/webdriver/commands/cookie_commands.h', |
| 729 'test/webdriver/commands/cookie_commands.cc', |
726 'test/webdriver/commands/create_session.h', | 730 'test/webdriver/commands/create_session.h', |
727 'test/webdriver/commands/create_session.cc', | 731 'test/webdriver/commands/create_session.cc', |
728 'test/webdriver/commands/find_element_commands.h', | 732 'test/webdriver/commands/find_element_commands.h', |
729 'test/webdriver/commands/find_element_commands.cc', | 733 'test/webdriver/commands/find_element_commands.cc', |
730 'test/webdriver/commands/implicit_wait_command.h', | 734 'test/webdriver/commands/implicit_wait_command.h', |
731 'test/webdriver/commands/implicit_wait_command.cc', | 735 'test/webdriver/commands/implicit_wait_command.cc', |
732 'test/webdriver/commands/execute_command.h', | 736 'test/webdriver/commands/execute_command.h', |
733 'test/webdriver/commands/execute_command.cc', | 737 'test/webdriver/commands/execute_command.cc', |
734 'test/webdriver/commands/navigate_commands.h', | 738 'test/webdriver/commands/navigate_commands.h', |
735 'test/webdriver/commands/navigate_commands.cc', | 739 'test/webdriver/commands/navigate_commands.cc', |
(...skipping 2946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3682 ] | 3686 ] |
3683 }], # 'coverage!=0' | 3687 }], # 'coverage!=0' |
3684 ], # 'conditions' | 3688 ], # 'conditions' |
3685 } | 3689 } |
3686 | 3690 |
3687 # Local Variables: | 3691 # Local Variables: |
3688 # tab-width:2 | 3692 # tab-width:2 |
3689 # indent-tabs-mode:nil | 3693 # indent-tabs-mode:nil |
3690 # End: | 3694 # End: |
3691 # vim: set expandtab tabstop=2 shiftwidth=2: | 3695 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |