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

Unified Diff: gpu/command_buffer_traits.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
« no previous file with comments | « gpu/command_buffer_service.gypi ('k') | gpu/gles2_cmd_helper.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer_traits.gypi
diff --git a/gpu/command_buffer_traits.gypi b/gpu/command_buffer_traits.gypi
deleted file mode 100644
index 1008638fd0bceeb5a50bb529ab9813839642ce5f..0000000000000000000000000000000000000000
--- a/gpu/command_buffer_traits.gypi
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright (c) 2016 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.
-
-{
- 'dependencies': [
- '../base/base.gyp:base',
- '../ipc/ipc.gyp:ipc',
- '../third_party/khronos/khronos.gyp:khronos_headers',
- '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
- 'command_buffer/command_buffer.gyp:gles2_utils',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'ipc/common/gpu_command_buffer_traits.cc',
- 'ipc/common/gpu_command_buffer_traits.h',
- 'ipc/common/memory_stats.cc',
- 'ipc/common/memory_stats.h',
- 'ipc/common/surface_handle.h',
- ],
- 'conditions': [
- # This section applies to gpu_ipc_win64, used by the NaCl Win64 helper
- # (nacl64.exe).
- ['nacl_win64_target==1', {
- # gpu_ipc_win64 must only link against the 64-bit ipc target.
- 'dependencies!': [
- '../base/base.gyp:base',
- '../ipc/ipc.gyp:ipc',
- '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
- 'command_buffer/command_buffer.gyp:gles2_utils',
- ],
- }],
- ['OS=="android"', {
- 'sources': [
- 'ipc/common/android/surface_texture_manager.cc',
- 'ipc/common/android/surface_texture_manager.h',
- 'ipc/common/android/surface_texture_peer.cc',
- 'ipc/common/android/surface_texture_peer.h',
- ]
- }]
- ],
-}
« no previous file with comments | « gpu/command_buffer_service.gypi ('k') | gpu/gles2_cmd_helper.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698