| 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 '../third_party/icu/icu.gyp:icuuc', | 681 '../third_party/icu/icu.gyp:icuuc', |
| 682 '../third_party/libxml/libxml.gyp:libxml', | 682 '../third_party/libxml/libxml.gyp:libxml', |
| 683 ], | 683 ], |
| 684 'include_dirs': [ | 684 'include_dirs': [ |
| 685 '..', | 685 '..', |
| 686 ], | 686 ], |
| 687 'sources': [ | 687 'sources': [ |
| 688 '../third_party/mongoose/mongoose.h', | 688 '../third_party/mongoose/mongoose.h', |
| 689 '../third_party/mongoose/mongoose.c', | 689 '../third_party/mongoose/mongoose.c', |
| 690 '../third_party/webdriver/atoms.h', | 690 '../third_party/webdriver/atoms.h', |
| 691 'test/webdriver/cookie.h', |
| 692 'test/webdriver/cookie.cc', |
| 691 'test/webdriver/dispatch.h', | 693 'test/webdriver/dispatch.h', |
| 692 'test/webdriver/dispatch.cc', | 694 'test/webdriver/dispatch.cc', |
| 693 'test/webdriver/error_codes.h', | 695 'test/webdriver/error_codes.h', |
| 694 'test/webdriver/keymap.h', | 696 'test/webdriver/keymap.h', |
| 695 'test/webdriver/keymap.cc', | 697 'test/webdriver/keymap.cc', |
| 696 'test/webdriver/server.cc', | 698 'test/webdriver/server.cc', |
| 697 'test/webdriver/session.h', | 699 'test/webdriver/session.h', |
| 698 'test/webdriver/session.cc', | 700 'test/webdriver/session.cc', |
| 699 'test/webdriver/session_manager.h', | 701 'test/webdriver/session_manager.h', |
| 700 'test/webdriver/session_manager.cc', | 702 'test/webdriver/session_manager.cc', |
| 701 'test/webdriver/utility_functions.h', | 703 'test/webdriver/utility_functions.h', |
| 702 'test/webdriver/utility_functions.cc', | 704 'test/webdriver/utility_functions.cc', |
| 703 'test/webdriver/commands/command.h', | 705 'test/webdriver/commands/command.h', |
| 704 'test/webdriver/commands/command.cc', | 706 'test/webdriver/commands/command.cc', |
| 707 'test/webdriver/commands/cookie_commands.h', |
| 708 'test/webdriver/commands/cookie_commands.cc', |
| 705 'test/webdriver/commands/create_session.h', | 709 'test/webdriver/commands/create_session.h', |
| 706 'test/webdriver/commands/create_session.cc', | 710 'test/webdriver/commands/create_session.cc', |
| 707 'test/webdriver/commands/find_element_commands.h', | 711 'test/webdriver/commands/find_element_commands.h', |
| 708 'test/webdriver/commands/find_element_commands.cc', | 712 'test/webdriver/commands/find_element_commands.cc', |
| 709 'test/webdriver/commands/implicit_wait_command.h', | 713 'test/webdriver/commands/implicit_wait_command.h', |
| 710 'test/webdriver/commands/implicit_wait_command.cc', | 714 'test/webdriver/commands/implicit_wait_command.cc', |
| 711 'test/webdriver/commands/execute_command.h', | 715 'test/webdriver/commands/execute_command.h', |
| 712 'test/webdriver/commands/execute_command.cc', | 716 'test/webdriver/commands/execute_command.cc', |
| 713 'test/webdriver/commands/navigate_commands.h', | 717 'test/webdriver/commands/navigate_commands.h', |
| 714 'test/webdriver/commands/navigate_commands.cc', | 718 'test/webdriver/commands/navigate_commands.cc', |
| (...skipping 2924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3639 ] | 3643 ] |
| 3640 }], # 'coverage!=0' | 3644 }], # 'coverage!=0' |
| 3641 ], # 'conditions' | 3645 ], # 'conditions' |
| 3642 } | 3646 } |
| 3643 | 3647 |
| 3644 # Local Variables: | 3648 # Local Variables: |
| 3645 # tab-width:2 | 3649 # tab-width:2 |
| 3646 # indent-tabs-mode:nil | 3650 # indent-tabs-mode:nil |
| 3647 # End: | 3651 # End: |
| 3648 # vim: set expandtab tabstop=2 shiftwidth=2: | 3652 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |