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

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

Issue 2717233003: gpu: Use mojom API for getting video memory usage. (Closed)
Patch Set: . Created 3 years, 10 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/OWNERS » ('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 12a0794e4440e1ba04447cc25765e20707592955..9ccc11a0ee65ef7b76b92d457348e271bbe29345 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -142,6 +142,7 @@ mojom("interfaces") {
"gpu_preferences.mojom",
"mailbox.mojom",
"mailbox_holder.mojom",
+ "memory_stats.mojom",
"surface_handle.mojom",
"sync_token.mojom",
]
@@ -167,6 +168,7 @@ source_set("struct_traits") {
sources = [
"mailbox_holder_struct_traits.h",
"mailbox_struct_traits.h",
+ "memory_stats_struct_traits.h",
"surface_handle_struct_traits.h",
"sync_token_struct_traits.h",
]
@@ -174,6 +176,7 @@ source_set("struct_traits") {
":interfaces_shared_cpp_sources",
":surface_handle_type",
"//gpu/command_buffer/common",
+ "//gpu/ipc/common",
"//mojo/public/cpp/bindings:bindings",
]
}
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | gpu/ipc/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698