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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 305053002: Added xdisplaycheck target to browser_tests deps (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
« no previous file with comments | « no previous file | no next file » | 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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 830 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
831 '../ui/compositor/compositor.gyp:compositor_test_support', 831 '../ui/compositor/compositor.gyp:compositor_test_support',
832 '../ui/resources/ui_resources.gyp:ui_resources', 832 '../ui/resources/ui_resources.gyp:ui_resources',
833 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 833 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
834 '../v8/tools/gyp/v8.gyp:v8', 834 '../v8/tools/gyp/v8.gyp:v8',
835 # Runtime dependencies 835 # Runtime dependencies
836 '../ppapi/ppapi_internal.gyp:ppapi_tests', 836 '../ppapi/ppapi_internal.gyp:ppapi_tests',
837 '../remoting/remoting.gyp:remoting_browser_test_resources', 837 '../remoting/remoting.gyp:remoting_browser_test_resources',
838 '../third_party/mesa/mesa.gyp:osmesa', 838 '../third_party/mesa/mesa.gyp:osmesa',
839 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv er', 839 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv er',
840 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
Vadim Sh. 2014/05/30 20:57:13 Other targets list it in ['use_x11==1', {...}] sec
nodir 2014/05/30 21:03:08 Done.
840 ], 841 ],
841 'include_dirs': [ 842 'include_dirs': [
842 '..', 843 '..',
843 '<(SHARED_INTERMEDIATE_DIR)', 844 '<(SHARED_INTERMEDIATE_DIR)',
844 ], 845 ],
845 'defines': [ 846 'defines': [
846 'HAS_OUT_OF_PROC_TEST_RUNNER', 847 'HAS_OUT_OF_PROC_TEST_RUNNER',
847 ], 848 ],
848 'sources': [ 849 'sources': [
849 '../apps/app_restore_service_browsertest.cc', 850 '../apps/app_restore_service_browsertest.cc',
(...skipping 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2991 ['enable_webrtc==1', { 2992 ['enable_webrtc==1', {
2992 'dependencies': [ 2993 'dependencies': [
2993 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2994 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2994 ] 2995 ]
2995 }], 2996 }],
2996 ], 2997 ],
2997 }] 2998 }]
2998 }], 2999 }],
2999 ], # 'conditions' 3000 ], # 'conditions'
3000 } 3001 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698