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

Side by Side Diff: gpu/gles2_conform_support/gles2_conform_test.gyp

Issue 1293073006: Make gtk2/gtk3 compile time switchable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove deprecation warning. Created 5 years, 3 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 | « gpu/gles2_conform_support/BUILD.gn ('k') | remoting/host/BUILD.gn » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 6
7 'includes': [ 7 'includes': [
8 'gles2_conform.gypi', 8 'gles2_conform.gypi',
9 ], 9 ],
10 'target_defaults': { 10 'target_defaults': {
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'gles2_conform_test_embedded_data', 101 'gles2_conform_test_embedded_data',
102 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_na tive', 102 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_na tive',
103 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_ma in_windowless', 103 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_ma in_windowless',
104 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib_nocheck', 104 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib_nocheck',
105 '<(DEPTH)/third_party/expat/expat.gyp:expat', 105 '<(DEPTH)/third_party/expat/expat.gyp:expat',
106 ], 106 ],
107 'conditions': [ 107 'conditions': [
108 ['OS=="linux"', { 108 ['OS=="linux"', {
109 'conditions': [ 109 'conditions': [
110 [ 'chromeos==0', { 110 [ 'chromeos==0', {
111 'dependencies': ['../../build/linux/system.gyp:gtk'] 111 'dependencies': ['../../build/linux/system.gyp:gtk2']
112 }], 112 }],
113 [ 'clang==1', { 113 [ 'clang==1', {
114 'cflags': [ 114 'cflags': [
115 '-Wno-array-bounds', 115 '-Wno-array-bounds',
116 '-Wno-implicit-function-declaration', 116 '-Wno-implicit-function-declaration',
117 '-Wno-incompatible-pointer-types', 117 '-Wno-incompatible-pointer-types',
118 '-Wno-parentheses-equality', 118 '-Wno-parentheses-equality',
119 '-Wno-pointer-sign', 119 '-Wno-pointer-sign',
120 '-Wno-return-type', 120 '-Wno-return-type',
121 '-Wno-sizeof-pointer-memaccess', 121 '-Wno-sizeof-pointer-memaccess',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 }], 251 }],
252 ], 252 ],
253 } 253 }
254 254
255 255
256 # Local Variables: 256 # Local Variables:
257 # tab-width:2 257 # tab-width:2
258 # indent-tabs-mode:nil 258 # indent-tabs-mode:nil
259 # End: 259 # End:
260 # vim: set expandtab tabstop=2 shiftwidth=2: 260 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gpu/gles2_conform_support/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698