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

Unified Diff: gpu/khronos_glcts_support/khronos_glcts_gtf.gyp

Issue 1053393002: Remove //gpu/{blink,ipc}, gyp files, DEPS files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: gpu/khronos_glcts_support/khronos_glcts_gtf.gyp
diff --git a/gpu/khronos_glcts_support/khronos_glcts_gtf.gyp b/gpu/khronos_glcts_support/khronos_glcts_gtf.gyp
deleted file mode 100644
index 246ab073042d21e48e087c6d2a5f590cdd599a86..0000000000000000000000000000000000000000
--- a/gpu/khronos_glcts_support/khronos_glcts_gtf.gyp
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2014 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.
-
-{
- 'includes': [
- 'khronos_glcts.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'gtf_es',
- 'type': 'static_library',
- 'conditions': [
- ['OS=="linux"', {
- 'cflags': [
- # WA: Suppress "control reaches end of non-void function" compile
- # warning from GTFTestDriver.c.
- # TODO(uartie) fix.
- '-Wno-return-type',
-
- # WA: Suppress "incompatible pointer types passing to parameter"
- # compile warning from GTFTestExtension.c.
- # TODO(uartie) fix.
- '-Wno-incompatible-pointer-types',
-
- # WA: Suppress "passing 'GLint [15]' to parameter of type
- # 'GLuint *' (aka 'unsigned int') converts between pointers to
- # integer types with different sign" compile warning from
- # GTFGL2TestGetAttachedObjects.c
- # TODO(uartie) fix.
- '-Wno-pointer-sign',
-
- # WA: Suppress "comparison of unsigned expression >= 0 is always
- # true" compile warning from GTFgl.c
- # TODO(uartie) fix.
- '-Wno-tautological-compare',
-
- # WA: Suppress "equality comparison with extraneous parentheses"
- # compile warning from GTFgl.c
- # TODO(uartie) fix.
- '-Wno-parentheses-equality',
- ],
- }],
- ],
- 'dependencies': [
- '<(DEPTH)/gpu/khronos_glcts_support/khronos_glcts_framework.gyp:debase',
- '<(DEPTH)/gpu/khronos_glcts_support/khronos_glcts_cts.gyp:glcts_gtf_wrapper',
- '<(DEPTH)/third_party/expat/expat.gyp:expat',
- ],
- 'include_dirs': [
- '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source',
- ],
- },
- 'sources': [
- '<@(gtf_core_srcs)',
- '<@(gtf_gl_core_srcs)',
- '<@(gtf_gles2_srcs)',
- '<@(gtf_gles2_es_only_srcs)',
- ],
- },
- ],
-}
« no previous file with comments | « gpu/khronos_glcts_support/khronos_glcts_framework.gyp ('k') | gpu/khronos_glcts_support/khronos_glcts_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698