OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'includes': [ | 5 'includes': [ |
6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
7 ], | 7 ], |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 'common/chrome_constants.cc', | 610 'common/chrome_constants.cc', |
611 'common/chrome_constants.h', | 611 'common/chrome_constants.h', |
612 'test/chromedriver/alert_commands.cc', | 612 'test/chromedriver/alert_commands.cc', |
613 'test/chromedriver/alert_commands.h', | 613 'test/chromedriver/alert_commands.h', |
614 'test/chromedriver/basic_types.cc', | 614 'test/chromedriver/basic_types.cc', |
615 'test/chromedriver/basic_types.h', | 615 'test/chromedriver/basic_types.h', |
616 'test/chromedriver/capabilities.cc', | 616 'test/chromedriver/capabilities.cc', |
617 'test/chromedriver/capabilities.h', | 617 'test/chromedriver/capabilities.h', |
618 'test/chromedriver/chrome_launcher.cc', | 618 'test/chromedriver/chrome_launcher.cc', |
619 'test/chromedriver/chrome_launcher.h', | 619 'test/chromedriver/chrome_launcher.h', |
| 620 'test/chromedriver/command_listener.h', |
620 'test/chromedriver/command.h', | 621 'test/chromedriver/command.h', |
621 'test/chromedriver/commands.cc', | 622 'test/chromedriver/commands.cc', |
622 'test/chromedriver/commands.h', | 623 'test/chromedriver/commands.h', |
623 'test/chromedriver/element_commands.cc', | 624 'test/chromedriver/element_commands.cc', |
624 'test/chromedriver/element_commands.h', | 625 'test/chromedriver/element_commands.h', |
625 'test/chromedriver/element_util.cc', | 626 'test/chromedriver/element_util.cc', |
626 'test/chromedriver/element_util.h', | 627 'test/chromedriver/element_util.h', |
627 'test/chromedriver/key_converter.cc', | 628 'test/chromedriver/key_converter.cc', |
628 'test/chromedriver/key_converter.h', | 629 'test/chromedriver/key_converter.h', |
629 'test/chromedriver/keycode_text_conversion.h', | 630 'test/chromedriver/keycode_text_conversion.h', |
(...skipping 2328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2958 ['enable_webrtc==1', { | 2959 ['enable_webrtc==1', { |
2959 'dependencies': [ | 2960 'dependencies': [ |
2960 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2961 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2961 ] | 2962 ] |
2962 }], | 2963 }], |
2963 ], | 2964 ], |
2964 }] | 2965 }] |
2965 }], | 2966 }], |
2966 ], # 'conditions' | 2967 ], # 'conditions' |
2967 } | 2968 } |
OLD | NEW |