Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 331943003: [ChromeDriver] Added CommandListener interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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.cc',
621 'test/chromedriver/command_listener.h',
620 'test/chromedriver/command.h', 622 'test/chromedriver/command.h',
621 'test/chromedriver/commands.cc', 623 'test/chromedriver/commands.cc',
622 'test/chromedriver/commands.h', 624 'test/chromedriver/commands.h',
623 'test/chromedriver/element_commands.cc', 625 'test/chromedriver/element_commands.cc',
624 'test/chromedriver/element_commands.h', 626 'test/chromedriver/element_commands.h',
625 'test/chromedriver/element_util.cc', 627 'test/chromedriver/element_util.cc',
626 'test/chromedriver/element_util.h', 628 'test/chromedriver/element_util.h',
627 'test/chromedriver/key_converter.cc', 629 'test/chromedriver/key_converter.cc',
628 'test/chromedriver/key_converter.h', 630 'test/chromedriver/key_converter.h',
629 'test/chromedriver/keycode_text_conversion.h', 631 'test/chromedriver/keycode_text_conversion.h',
(...skipping 2328 matching lines...) Expand 10 before | Expand all | Expand 10 after
2958 ['enable_webrtc==1', { 2960 ['enable_webrtc==1', {
2959 'dependencies': [ 2961 'dependencies': [
2960 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2962 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2961 ] 2963 ]
2962 }], 2964 }],
2963 ], 2965 ],
2964 }] 2966 }]
2965 }], 2967 }],
2966 ], # 'conditions' 2968 ], # 'conditions'
2967 } 2969 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/command_listener.h » ('j') | chrome/test/chromedriver/command_listener.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698