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

Unified Diff: content/public/app/BUILD.gn

Issue 2104553002: Migrate GpuProcess to use MojoChild/ShellConnection for the Shell handshake (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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') | content/public/app/mojo/content_gpu_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 0854ed23295cbd49a80c75f8f317339be23f40a8..5bb7c8b541fe2872d3449bb3aa278ce572f97492 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -161,3 +161,9 @@ mojo_application_manifest("renderer_manifest") {
application_name = "content_renderer"
source = "mojo/content_renderer_manifest.json"
}
+
+mojo_application_manifest("gpu_manifest") {
+ type = "exe"
+ application_name = "content_gpu"
+ source = "mojo/content_gpu_manifest.json"
+}
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/public/app/mojo/content_gpu_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698