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

Unified Diff: gpu/gpu_ipc_common.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/gpu_ipc_client.gypi ('k') | gpu/gpu_ipc_service.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu_ipc_common.gypi
diff --git a/gpu/gpu_ipc_common.gypi b/gpu/gpu_ipc_common.gypi
deleted file mode 100644
index 3bf9ec55cf0996182e9ca80cd59b5d770d83663e..0000000000000000000000000000000000000000
--- a/gpu/gpu_ipc_common.gypi
+++ /dev/null
@@ -1,54 +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/base/ui_base.gyp:ui_base',
- '../ui/events/events.gyp:events_base',
- '../ui/events/events.gyp:events_ipc',
- '../ui/gfx/gfx.gyp:gfx_geometry',
- '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
- '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
- '../ui/gl/gl.gyp:gl',
- '../ui/gl/init/gl_init.gyp:gl_init',
- '../url/url.gyp:url_lib',
- '../url/ipc/url_ipc.gyp:url_ipc',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'ipc/common/gpu_memory_buffer_support.cc',
- 'ipc/common/gpu_memory_buffer_support.h',
- 'ipc/common/gpu_memory_uma_stats.h',
- 'ipc/common/gpu_message_generator.cc',
- 'ipc/common/gpu_message_generator.h',
- 'ipc/common/gpu_messages.h',
- 'ipc/common/gpu_param_traits.cc',
- 'ipc/common/gpu_param_traits.h',
- 'ipc/common/gpu_param_traits_macros.h',
- 'ipc/common/gpu_stream_constants.h',
- 'ipc/common/gpu_surface_lookup.cc',
- 'ipc/common/gpu_surface_lookup.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',
- ],
- }],
- ['use_ozone==1', {
- 'dependencies': [
- '../ui/ozone/ozone.gyp:ozone_platform',
- ],
- }],
- ],
-}
« no previous file with comments | « gpu/gpu_ipc_client.gypi ('k') | gpu/gpu_ipc_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698