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

Unified Diff: gpu/gpu_ipc_common.gypi

Issue 1831513003: Pull gpu service/client shared memory buffer code to GpuMemoryBufferSupport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed ifdef mixup 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
Index: gpu/gpu_ipc_common.gypi
diff --git a/gpu/gpu_ipc_common.gypi b/gpu/gpu_ipc_common.gypi
index 6f2bfaa99fe398a04a8b3c1d6a749a17e18677e5..9e9ea60cfcdd35c6f3ffb4cd80258960d87903cf 100644
--- a/gpu/gpu_ipc_common.gypi
+++ b/gpu/gpu_ipc_common.gypi
@@ -20,16 +20,18 @@
'..',
],
'sources': [
- "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_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",
+ '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
@@ -41,5 +43,10 @@
'../ipc/ipc.gyp:ipc',
],
}],
- ],
+ ['use_ozone==1', {
+ 'dependencies': [
+ '../ui/ozone/ozone.gyp:ozone_platform',
+ ],
+ }],
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698