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

Side by Side Diff: gpu/khronos_glcts_support/khronos_glcts_defaults.gypi

Issue 2310613002: Inline GPU and opus GYP files into GN build. (Closed)
Patch Set: merge Created 4 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
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'target_defaults': {
7 'defines': [
8 'DEQP_TARGET_NAME="chrome-gpu-command-buffer"',
9 'DEQP_SUPPORT_GLES2=1',
10 'DEQP_SUPPORT_EGL=1',
11 'GTF_API=GTF_GLES20',
12 ],
13 'conditions': [
14 ['OS=="linux"', {
15 'defines': [
16 '_XOPEN_SOURCE=500',
17 ],
18 'cflags!': [
19 '-fno-exceptions',
20 ],
21 'cflags_cc!': [
22 '-fno-exceptions',
23 ],
24 'target_conditions': [
25 ['_type=="static_library"', {
26 'cflags_cc!': [
27 '-fno-rtti',
28 ],
29 }],
30 ],
31 }],
32 ],
33 },
34 }
OLDNEW
« no previous file with comments | « gpu/khronos_glcts_support/khronos_glcts_cts.gyp ('k') | gpu/khronos_glcts_support/khronos_glcts_framework.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698