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

Side by Side Diff: build/linux/system.gyp

Issue 288603002: ozone: Add egltest platform (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: drop EGL header dep from shim Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | ui/ozone/ozone.gyp » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['sysroot!=""', { 8 ['sysroot!=""', {
9 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target _arch)"', 9 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target _arch)"',
10 # libgcrypt-config-wrapper invokes libgcrypt-config directly from the 10 # libgcrypt-config-wrapper invokes libgcrypt-config directly from the
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ], 104 ],
105 'libraries': [ 105 'libraries': [
106 '<!@(<(pkg-config) --libs-only-l gtk+-unix-print-2.0)', 106 '<!@(<(pkg-config) --libs-only-l gtk+-unix-print-2.0)',
107 ], 107 ],
108 }, 108 },
109 }], 109 }],
110 ], 110 ],
111 }, 111 },
112 ], # targets 112 ], # targets
113 }], 113 }],
114 [ 'use_x11==1 or ozone_platform_ozonex==1', { 114 [ 'use_x11==1 or use_ozone==1', {
115 # Hide X11 and related dependencies when use_x11=0 115 # Hide X11 and related dependencies when use_x11=0
116 'targets': [ 116 'targets': [
117 { 117 {
118 'target_name': 'x11', 118 'target_name': 'x11',
119 'type': 'none', 119 'type': 'none',
120 'toolsets': ['host', 'target'], 120 'toolsets': ['host', 'target'],
121 'conditions': [ 121 'conditions': [
122 ['_toolset=="target"', { 122 ['_toolset=="target"', {
123 'direct_dependent_settings': { 123 'direct_dependent_settings': {
124 'cflags': [ 124 'cflags': [
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 ], 1044 ],
1045 'libraries': [ 1045 'libraries': [
1046 '<!@(<(pkg-config) --libs-only-l libudev)', 1046 '<!@(<(pkg-config) --libs-only-l libudev)',
1047 ], 1047 ],
1048 }, 1048 },
1049 }], 1049 }],
1050 ], 1050 ],
1051 }, 1051 },
1052 ], 1052 ],
1053 } 1053 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | ui/ozone/ozone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698