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

Unified Diff: gpu/gpu_ipc_common.gypi

Issue 1809183002: gpu_messages.h => gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make win_clang_x64_dbg happy by making command_buffer_traits an alias to gpu component on compnet b… Created 4 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
« no previous file with comments | « gpu/gpu.gyp ('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_common.gypi
diff --git a/gpu/gpu_ipc_common.gypi b/gpu/gpu_ipc_common.gypi
index 2b261f19d2bef412f90033fc012f3a031131c70d..8ca557c5d2bb44b6a37fe642e46ce2e3947bd6dd 100644
--- a/gpu/gpu_ipc_common.gypi
+++ b/gpu/gpu_ipc_common.gypi
@@ -7,17 +7,26 @@
'../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/gfx_ipc.gyp:gfx_ipc',
+ '../ui/gl/gl.gyp:gl',
+ '../url/url.gyp:url_lib',
+ '../url/ipc/url_ipc.gyp:url_ipc',
],
'include_dirs': [
'..',
],
'sources': [
- 'ipc/common/gpu_command_buffer_traits.cc',
- 'ipc/common/gpu_command_buffer_traits.h',
- 'ipc/common/id_type_traits.h',
- 'ipc/common/memory_stats.cc',
- 'ipc/common/memory_stats.h',
- 'ipc/common/surface_handle.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",
],
'conditions': [
# This section applies to gpu_ipc_win64, used by the NaCl Win64 helper
@@ -29,13 +38,5 @@
'../ipc/ipc.gyp:ipc',
],
}],
- ['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/gpu.gyp ('k') | gpu/gpu_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698