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

Unified Diff: gpu/command_buffer_gles2/command_buffer_gles2.gyp

Issue 1320963003: Revert of Add command_buffer_gles2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « gpu/command_buffer_gles2/command_buffer_egl.cc ('k') | gpu/gles2_conform_support/egl/egl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer_gles2/command_buffer_gles2.gyp
diff --git a/gpu/command_buffer_gles2/command_buffer_gles2.gyp b/gpu/command_buffer_gles2/command_buffer_gles2.gyp
deleted file mode 100644
index bf09ebe43eb720c4f67047c54ceec5c96cd92377..0000000000000000000000000000000000000000
--- a/gpu/command_buffer_gles2/command_buffer_gles2.gyp
+++ /dev/null
@@ -1,40 +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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- # GN version: //gpu:command_buffer_gles2
- 'target_name': 'command_buffer_gles2',
- 'type': 'shared_library',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../gpu/gpu.gyp:gles2_c_lib',
- '../../gpu/gpu.gyp:gles2_implementation',
- '../../gpu/gpu.gyp:command_buffer_service',
- '../../ui/gfx/gfx.gyp:gfx_geometry',
- '../../ui/gl/gl.gyp:gl',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- # TODO(hendrikw): Move egl out of gles2_conform_support.
- '../gles2_conform_support/egl/config.cc',
- '../gles2_conform_support/egl/config.h',
- '../gles2_conform_support/egl/display.cc',
- '../gles2_conform_support/egl/display.h',
- '../gles2_conform_support/egl/egl.cc',
- '../gles2_conform_support/egl/surface.cc',
- '../gles2_conform_support/egl/surface.h',
- 'command_buffer_egl.cc',
- ],
- 'defines': [
- 'EGLAPI=',
- 'EGLAPIENTRY=',
- ],
- },
- ],
-}
« no previous file with comments | « gpu/command_buffer_gles2/command_buffer_egl.cc ('k') | gpu/gles2_conform_support/egl/egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698