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

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

Issue 1967553002: DO NOT COMMIT - DialogSurface initial implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 5 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/dialog_surface_lookup.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 67ca2e7f4f0741808e1a8303192dbe3b2c58ee9a..d3609aa1b5183e45aaa31419d2fda0805399d1c3 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -65,6 +65,8 @@ source_set("ipc_common_sources") {
visibility = [ "//gpu/*" ]
sources = [
+ "dialog_surface_lookup.cc",
+ "dialog_surface_lookup.h",
"gpu_memory_buffer_support.cc",
"gpu_memory_buffer_support.h",
"gpu_memory_uma_stats.h",
« no previous file with comments | « gpu/gpu_ipc_common.gypi ('k') | gpu/ipc/common/dialog_surface_lookup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698