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

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

Issue 2285593002: Add ScopedSurfaceRequestManager (Closed)
Patch Set: Added RunUntilIdle() to 2 UTs Created 4 years, 3 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/test/BUILD.gn ('k') | gpu/ipc/common/android/scoped_surface_request_conduit.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 a5cff512bfe900f4c584b4ba41acb6ed69a7aca6..f35238208fc4638202fdc8c5170accaa926b311d 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -105,6 +105,8 @@ source_set("ipc_common_sources") {
if (is_android) {
sources += [
+ "android/scoped_surface_request_conduit.cc",
+ "android/scoped_surface_request_conduit.h",
"android/surface_texture_manager.cc",
"android/surface_texture_manager.h",
"android/surface_texture_peer.cc",
« no previous file with comments | « content/test/BUILD.gn ('k') | gpu/ipc/common/android/scoped_surface_request_conduit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698