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

Side by Side Diff: gpu/khronos_glcts_support/khronos_glcts_cts.gyp

Issue 1427433007: gpu/khronos_glcts_support: Move target_defaults into separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glcts
Patch Set: rebase Created 5 years, 1 month 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
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'includes': [ 6 'includes': [
7 'khronos_glcts.gypi', 7 'khronos_glcts.gypi',
8 'khronos_glcts_defaults.gypi',
8 ], 9 ],
9 'targets': [ 10 'targets': [
10 { 11 {
11 'target_name': 'glcts_common', 12 'target_name': 'glcts_common',
12 'type': 'static_library', 13 'type': 'static_library',
13 'conditions': [ 14 'conditions': [
14 ['OS=="linux"', { 15 ['OS=="linux"', {
15 'cflags_cc': [ 16 'cflags_cc': [
16 # WA: Suppress "implicit conversion turns string literal into 17 # WA: Suppress "implicit conversion turns string literal into
17 # bool" compile warning from glcShaderIndexingTests.cpp, 18 # bool" compile warning from glcShaderIndexingTests.cpp,
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 }, 96 },
96 'export_dependent_settings': [ 97 'export_dependent_settings': [
97 'glcts_common', 98 'glcts_common',
98 ], 99 ],
99 'sources': [ 100 'sources': [
100 '<@(glcts_es2_srcs)', 101 '<@(glcts_es2_srcs)',
101 ], 102 ],
102 }, 103 },
103 ], 104 ],
104 } 105 }
OLDNEW
« no previous file with comments | « gpu/khronos_glcts_support/khronos_glcts.gypi ('k') | gpu/khronos_glcts_support/khronos_glcts_defaults.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698