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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: gpu/khronos_glcts_support/khronos_glcts_defaults.gypi
diff --git a/gpu/khronos_glcts_support/khronos_glcts_defaults.gypi b/gpu/khronos_glcts_support/khronos_glcts_defaults.gypi
deleted file mode 100644
index 5634109a487221884f6432c4f211cbc5f1199a4b..0000000000000000000000000000000000000000
--- a/gpu/khronos_glcts_support/khronos_glcts_defaults.gypi
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'target_defaults': {
- 'defines': [
- 'DEQP_TARGET_NAME="chrome-gpu-command-buffer"',
- 'DEQP_SUPPORT_GLES2=1',
- 'DEQP_SUPPORT_EGL=1',
- 'GTF_API=GTF_GLES20',
- ],
- 'conditions': [
- ['OS=="linux"', {
- 'defines': [
- '_XOPEN_SOURCE=500',
- ],
- 'cflags!': [
- '-fno-exceptions',
- ],
- 'cflags_cc!': [
- '-fno-exceptions',
- ],
- 'target_conditions': [
- ['_type=="static_library"', {
- 'cflags_cc!': [
- '-fno-rtti',
- ],
- }],
- ],
- }],
- ],
- },
-}
« 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