OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |