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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 359453003: Added accurate TouchToMouseMode testing to SplitTap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: browser test now checks for hidden cursor aftera long press Created 6 years, 5 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 1774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1785 'browser/service_process/service_process_control_browsertest.cc', 1785 'browser/service_process/service_process_control_browsertest.cc',
1786 'browser/signin/signin_browsertest.cc', 1786 'browser/signin/signin_browsertest.cc',
1787 # chromeos does not use cross-platform panels 1787 # chromeos does not use cross-platform panels
1788 'browser/ui/panels/panel_extension_browsertest.cc', 1788 'browser/ui/panels/panel_extension_browsertest.cc',
1789 # chromeos does not use the desktop user manager 1789 # chromeos does not use the desktop user manager
1790 'browser/ui/webui/signin/user_manager_ui_browsertest.cc', 1790 'browser/ui/webui/signin/user_manager_ui_browsertest.cc',
1791 ], 1791 ],
1792 'dependencies': [ 1792 'dependencies': [
1793 '../dbus/dbus.gyp:dbus_test_support', 1793 '../dbus/dbus.gyp:dbus_test_support',
1794 '../build/linux/system.gyp:dbus', 1794 '../build/linux/system.gyp:dbus',
1795 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
1795 ], 1796 ],
1796 }], 1797 }],
1797 ['configuration_policy==0', { 1798 ['configuration_policy==0', {
1798 'sources/': [ 1799 'sources/': [
1799 ['exclude', '^browser/policy/'], 1800 ['exclude', '^browser/policy/'],
1800 ], 1801 ],
1801 'sources!': [ 1802 'sources!': [
1802 'browser/ui/webui/options/certificate_manager_browsertest.cc', 1803 'browser/ui/webui/options/certificate_manager_browsertest.cc',
1803 'browser/ui/webui/options/preferences_browsertest.cc', 1804 'browser/ui/webui/options/preferences_browsertest.cc',
1804 'browser/ui/webui/policy_ui_browsertest.cc', 1805 'browser/ui/webui/policy_ui_browsertest.cc',
(...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
2986 ['enable_webrtc==1', { 2987 ['enable_webrtc==1', {
2987 'dependencies': [ 2988 'dependencies': [
2988 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2989 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2989 ] 2990 ]
2990 }], 2991 }],
2991 ], 2992 ],
2992 }] 2993 }]
2993 }], 2994 }],
2994 ], # 'conditions' 2995 ], # 'conditions'
2995 } 2996 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698