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

Unified Diff: gpu/ipc/common/BUILD.gn

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 | « gpu/gpu_ipc_common.gypi ('k') | gpu/ipc/common/gpu_memory_uma_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/BUILD.gn
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
index e5f9aba3581c0e5a44446de40417ac7591efe5be..5bbbf43411a0f0321c4abee2ccfe07e4c7eab358 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -52,6 +52,7 @@ source_set("ipc_common_sources") {
visibility = [ "//gpu/*" ]
sources = [
+ "gpu_memory_uma_stats.h",
"gpu_message_generator.cc",
"gpu_message_generator.h",
"gpu_messages.h",
@@ -59,6 +60,8 @@ source_set("ipc_common_sources") {
"gpu_param_traits.h",
"gpu_param_traits_macros.h",
"gpu_stream_constants.h",
+ "gpu_surface_lookup.cc",
+ "gpu_surface_lookup.h",
"memory_stats.cc",
"memory_stats.h",
]
« no previous file with comments | « gpu/gpu_ipc_common.gypi ('k') | gpu/ipc/common/gpu_memory_uma_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698