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

Unified Diff: content/browser/BUILD.gn

Issue 2760093002: Making callbacks in Android ChildProcessLauncher generic. (Closed)
Patch Set: Renaming callbacks class to GpuProcessCallback. Created 3 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 28e1bc882e785e9543c0418454e5f4481583cdb9..dc95761ecfb4539b865a0d23340faa6171420918 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -263,6 +263,8 @@ source_set("browser") {
"android/content_video_view.cc",
"android/content_video_view.h",
"android/devtools_auth.cc",
+ "android/gpu_process_callback.cc",
+ "android/gpu_process_callback.h",
"android/java_interfaces_impl.cc",
"android/java_interfaces_impl.h",
"android/scoped_surface_request_manager.cc",

Powered by Google App Engine
This is Rietveld 408576698