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

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 Android 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
Index: gpu/gpu_ipc_common.gypi
diff --git a/gpu/gpu_ipc_common.gypi b/gpu/gpu_ipc_common.gypi
index 8ca557c5d2bb44b6a37fe642e46ce2e3947bd6dd..ac8fd57b00807ffae9bf6b9ed06a11264cd30889 100644
--- a/gpu/gpu_ipc_common.gypi
+++ b/gpu/gpu_ipc_common.gypi
@@ -20,13 +20,17 @@
'..',
],
'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_param_traits.cc',
'ipc/common/gpu_param_traits.h',
'ipc/common/gpu_param_traits_macros.h',
+ 'ipc/common/gpu_process_launch_causes.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

Powered by Google App Engine
This is Rietveld 408576698