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

Side by Side Diff: third_party/mesa/mesa.gyp

Issue 409423002: Add osmesa to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « third_party/mesa/BUILD.gn ('k') | ui/aura/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) 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 'generated_src_dir': 'src/chromium_gensrc', 7 'generated_src_dir': 'src/chromium_gensrc',
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'defines': [ 10 'defines': [
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'src/src/glsl/opt_noop_swizzle.cpp', 216 'src/src/glsl/opt_noop_swizzle.cpp',
217 'src/src/glsl/opt_redundant_jumps.cpp', 217 'src/src/glsl/opt_redundant_jumps.cpp',
218 'src/src/glsl/opt_structure_splitting.cpp', 218 'src/src/glsl/opt_structure_splitting.cpp',
219 'src/src/glsl/opt_swizzle_swizzle.cpp', 219 'src/src/glsl/opt_swizzle_swizzle.cpp',
220 'src/src/glsl/opt_tree_grafting.cpp', 220 'src/src/glsl/opt_tree_grafting.cpp',
221 'src/src/glsl/program.h', 221 'src/src/glsl/program.h',
222 'src/src/glsl/ralloc.c', 222 'src/src/glsl/ralloc.c',
223 'src/src/glsl/ralloc.h', 223 'src/src/glsl/ralloc.h',
224 'src/src/glsl/s_expression.cpp', 224 'src/src/glsl/s_expression.cpp',
225 'src/src/glsl/s_expression.h', 225 'src/src/glsl/s_expression.h',
226 'src/src/glsl/standalone_scaffolding.cpp', 226 # This file is not needed and has duplicate symbols (although it
227 'src/src/glsl/standalone_scaffolding.h', 227 # happens to link because of static library link ordering).
228 #'src/src/glsl/standalone_scaffolding.cpp',
229 #'src/src/glsl/standalone_scaffolding.h',
228 'src/src/glsl/strtod.c', 230 'src/src/glsl/strtod.c',
229 'src/src/glsl/strtod.h', 231 'src/src/glsl/strtod.h',
230 ], 232 ],
231 'conditions': [ 233 'conditions': [
232 ['clang == 1', { 234 ['clang == 1', {
233 'xcode_settings': { 235 'xcode_settings': {
234 'WARNING_CFLAGS': [ 236 'WARNING_CFLAGS': [
235 '-Wno-tautological-constant-out-of-range-compare', 237 '-Wno-tautological-constant-out-of-range-compare',
236 ], 238 ],
237 'WARNING_CFLAGS!': [ 239 'WARNING_CFLAGS!': [
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 '<(PRODUCT_DIR)/libosmesa.so', 832 '<(PRODUCT_DIR)/libosmesa.so',
831 '<(SHARED_LIB_DIR)/libosmesa.so', 833 '<(SHARED_LIB_DIR)/libosmesa.so',
832 ], 834 ],
833 }, 835 },
834 ], 836 ],
835 }, 837 },
836 ], 838 ],
837 }], 839 }],
838 ], 840 ],
839 } 841 }
OLDNEW
« no previous file with comments | « third_party/mesa/BUILD.gn ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698