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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 605143002: [chromedriver] Accept git hashes in blink version strings from devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review nits Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/browser_info.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 '../third_party/webdriver/atoms.cc', 615 '../third_party/webdriver/atoms.cc',
616 '../third_party/webdriver/atoms.h', 616 '../third_party/webdriver/atoms.h',
617 'common/chrome_constants.cc', 617 'common/chrome_constants.cc',
618 'common/chrome_constants.h', 618 'common/chrome_constants.h',
619 'test/chromedriver/alert_commands.cc', 619 'test/chromedriver/alert_commands.cc',
620 'test/chromedriver/alert_commands.h', 620 'test/chromedriver/alert_commands.h',
621 'test/chromedriver/basic_types.cc', 621 'test/chromedriver/basic_types.cc',
622 'test/chromedriver/basic_types.h', 622 'test/chromedriver/basic_types.h',
623 'test/chromedriver/capabilities.cc', 623 'test/chromedriver/capabilities.cc',
624 'test/chromedriver/capabilities.h', 624 'test/chromedriver/capabilities.h',
625 'test/chromedriver/chrome/browser_info.cc',
626 'test/chromedriver/chrome/browser_info.h',
625 'test/chromedriver/chrome_launcher.cc', 627 'test/chromedriver/chrome_launcher.cc',
626 'test/chromedriver/chrome_launcher.h', 628 'test/chromedriver/chrome_launcher.h',
627 'test/chromedriver/command_listener.h', 629 'test/chromedriver/command_listener.h',
628 'test/chromedriver/command_listener_proxy.cc', 630 'test/chromedriver/command_listener_proxy.cc',
629 'test/chromedriver/command_listener_proxy.h', 631 'test/chromedriver/command_listener_proxy.h',
630 'test/chromedriver/command.h', 632 'test/chromedriver/command.h',
631 'test/chromedriver/commands.cc', 633 'test/chromedriver/commands.cc',
632 'test/chromedriver/commands.h', 634 'test/chromedriver/commands.h',
633 'test/chromedriver/element_commands.cc', 635 'test/chromedriver/element_commands.cc',
634 'test/chromedriver/element_commands.h', 636 'test/chromedriver/element_commands.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 '../testing/gtest.gyp:gtest', 724 '../testing/gtest.gyp:gtest',
723 '../ui/base/ui_base.gyp:ui_base', 725 '../ui/base/ui_base.gyp:ui_base',
724 '../ui/gfx/gfx.gyp:gfx', 726 '../ui/gfx/gfx.gyp:gfx',
725 '../ui/gfx/gfx.gyp:gfx_geometry', 727 '../ui/gfx/gfx.gyp:gfx_geometry',
726 ], 728 ],
727 'include_dirs': [ 729 'include_dirs': [
728 '..,' 730 '..,'
729 ], 731 ],
730 'sources': [ 732 'sources': [
731 'test/chromedriver/capabilities_unittest.cc', 733 'test/chromedriver/capabilities_unittest.cc',
734 'test/chromedriver/chrome/browser_info_unittest.cc',
732 'test/chromedriver/chrome/chrome_finder_unittest.cc', 735 'test/chromedriver/chrome/chrome_finder_unittest.cc',
733 'test/chromedriver/chrome/console_logger_unittest.cc', 736 'test/chromedriver/chrome/console_logger_unittest.cc',
734 'test/chromedriver/chrome/device_manager_unittest.cc', 737 'test/chromedriver/chrome/device_manager_unittest.cc',
735 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', 738 'test/chromedriver/chrome/devtools_client_impl_unittest.cc',
736 'test/chromedriver/chrome/devtools_http_client_unittest.cc', 739 'test/chromedriver/chrome/devtools_http_client_unittest.cc',
737 'test/chromedriver/chrome/dom_tracker_unittest.cc', 740 'test/chromedriver/chrome/dom_tracker_unittest.cc',
738 'test/chromedriver/chrome/frame_tracker_unittest.cc', 741 'test/chromedriver/chrome/frame_tracker_unittest.cc',
739 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', 742 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc',
740 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc', 743 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc',
741 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', 744 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc',
(...skipping 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after
3072 ['enable_webrtc==1', { 3075 ['enable_webrtc==1', {
3073 'dependencies': [ 3076 'dependencies': [
3074 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3077 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3075 ] 3078 ]
3076 }], 3079 }],
3077 ], 3080 ],
3078 }] 3081 }]
3079 }], 3082 }],
3080 ], # 'conditions' 3083 ], # 'conditions'
3081 } 3084 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/browser_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698