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

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

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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 | « third_party/mesa/BUILD.gn ('k') | third_party/ots/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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'cflags': [ 73 'cflags': [
74 '-fPIC', 74 '-fPIC',
75 ], 75 ],
76 }], 76 }],
77 ['ubsan_vptr == 1', { 77 ['ubsan_vptr == 1', {
78 'cflags!': [ 78 'cflags!': [
79 # UBsan's vptr is not compatible with -fno-rtti, 79 # UBsan's vptr is not compatible with -fno-rtti,
80 # which is used by gallium/auxiliary/Makefile. 80 # which is used by gallium/auxiliary/Makefile.
81 '-fsanitize=null', 81 '-fsanitize=null',
82 '-fsanitize=vptr', 82 '-fsanitize=vptr',
83 '-fsanitize-coverage=<(sanitizer_coverage)',
83 ], 84 ],
84 }], 85 }],
85 ], 86 ],
86 }, 87 },
87 'targets': [ 88 'targets': [
88 { 89 {
89 'target_name': 'mesa_headers', 90 'target_name': 'mesa_headers',
90 'type': 'none', 91 'type': 'none',
91 'direct_dependent_settings': { 92 'direct_dependent_settings': {
92 'include_dirs': [ 93 'include_dirs': [
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 '<(PRODUCT_DIR)/libosmesa.so', 741 '<(PRODUCT_DIR)/libosmesa.so',
741 '<(SHARED_LIB_DIR)/libosmesa.so', 742 '<(SHARED_LIB_DIR)/libosmesa.so',
742 ], 743 ],
743 }, 744 },
744 ], 745 ],
745 }, 746 },
746 ], 747 ],
747 }], 748 }],
748 ], 749 ],
749 } 750 }
OLDNEW
« no previous file with comments | « third_party/mesa/BUILD.gn ('k') | third_party/ots/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698