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

Unified Diff: content/shell/BUILD.gn

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Kill ApplicationRegistry Created 5 years, 7 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/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 5f00dde219fdd1bb1300f44f54a2d299286bd7c6..0d0311902e85746021b6d5f621502e5c4cb6d6e2 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -233,6 +233,8 @@ static_library("content_shell_lib") {
"renderer/test_runner/web_test_proxy.cc",
"renderer/test_runner/web_test_proxy.h",
"renderer/test_runner/web_test_runner.h",
+ "utility/shell_content_utility_client.cc",
+ "utility/shell_content_utility_client.h",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.

Powered by Google App Engine
This is Rietveld 408576698