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

Unified Diff: gpu/gpu_ipc_common.gypi

Issue 1823763003: Move more files to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed GYP build 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 | « content/gpu/gpu_child_thread.cc ('k') | gpu/ipc/common/BUILD.gn » ('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 8ca557c5d2bb44b6a37fe642e46ce2e3947bd6dd..6f2bfaa99fe398a04a8b3c1d6a749a17e18677e5 100644
--- a/gpu/gpu_ipc_common.gypi
+++ b/gpu/gpu_ipc_common.gypi
@@ -20,6 +20,7 @@
'..',
],
'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",
@@ -27,6 +28,8 @@
'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
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698