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/gpu_ipc_service.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_common.gypi ('k') | gpu/gpu_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu_ipc_service.gypi
diff --git a/gpu/gpu_ipc_service.gypi b/gpu/gpu_ipc_service.gypi
deleted file mode 100644
index 7da721defc1ce492510923ea405820cc37f88ac4..0000000000000000000000000000000000000000
--- a/gpu/gpu_ipc_service.gypi
+++ /dev/null
@@ -1,99 +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',
- '../ui/events/events.gyp:events_base',
- '../ui/events/events.gyp:events_ipc',
- '../ui/gfx/gfx.gyp:gfx',
- '../ui/gfx/gfx.gyp:gfx_geometry',
- '../ui/gl/gl.gyp:gl',
- '../ui/gl/init/gl_init.gyp:gl_init',
- '../url/url.gyp:url_lib',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'ipc/service/gpu_channel.cc',
- 'ipc/service/gpu_channel.h',
- 'ipc/service/gpu_channel_manager.cc',
- 'ipc/service/gpu_channel_manager.h',
- 'ipc/service/gpu_channel_manager_delegate.h',
- 'ipc/service/gpu_command_buffer_stub.cc',
- 'ipc/service/gpu_command_buffer_stub.h',
- 'ipc/service/gpu_config.h',
- 'ipc/service/gpu_memory_buffer_factory.cc',
- 'ipc/service/gpu_memory_buffer_factory.h',
- 'ipc/service/gpu_memory_manager.cc',
- 'ipc/service/gpu_memory_manager.h',
- 'ipc/service/gpu_memory_tracking.cc',
- 'ipc/service/gpu_memory_tracking.h',
- 'ipc/service/gpu_watchdog_thread.cc',
- 'ipc/service/gpu_watchdog_thread.h',
- 'ipc/service/image_transport_surface.h',
- 'ipc/service/pass_through_image_transport_surface.cc',
- 'ipc/service/pass_through_image_transport_surface.h',
- ],
- 'conditions': [
- ['OS=="win"', {
- 'sources': [
- 'ipc/service/child_window_surface_win.cc',
- 'ipc/service/child_window_surface_win.h',
- 'ipc/service/image_transport_surface_win.cc',
- ],
- }],
- ['OS=="mac"', {
- 'sources': [
- 'ipc/service/image_transport_surface_overlay_mac.h',
- 'ipc/service/image_transport_surface_overlay_mac.mm',
- 'ipc/service/gpu_memory_buffer_factory_io_surface.cc',
- 'ipc/service/gpu_memory_buffer_factory_io_surface.h',
- 'ipc/service/image_transport_surface_mac.mm',
- ],
- 'dependencies': [
- '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_widget_mac',
- ],
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
- ],
- },
- }],
- ['OS=="android"', {
- 'sources': [
- 'ipc/service/image_transport_surface_android.cc',
- 'ipc/service/stream_texture_android.cc',
- 'ipc/service/stream_texture_android.h',
- 'ipc/service/gpu_memory_buffer_factory_surface_texture.cc',
- 'ipc/service/gpu_memory_buffer_factory_surface_texture.h',
- ],
- 'link_settings': {
- 'libraries': [
- '-landroid', # ANativeWindow
- ],
- },
- }],
- ['OS=="linux"', {
- 'sources': [ 'ipc/service/image_transport_surface_linux.cc' ],
- }],
- ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
- 'sources': [
- 'ipc/service/x_util.h',
- ],
- }],
- ['use_ozone == 1', {
- 'sources': [
- 'ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
- 'ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.h',
- ],
- 'dependencies': [
- '../ui/ozone/gl/ozone_gl.gyp:ozone_gl',
- '../ui/ozone/ozone.gyp:ozone',
- ],
- }],
- ],
-}
« no previous file with comments | « gpu/gpu_ipc_common.gypi ('k') | gpu/gpu_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698