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

Unified Diff: mojo/apps/js/BUILD.gn

Issue 687273002: mojo: Update content handler API (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rename content_handler.h Created 6 years, 2 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: mojo/apps/js/BUILD.gn
diff --git a/mojo/apps/js/BUILD.gn b/mojo/apps/js/BUILD.gn
index 1f85a4248c45ecb4b5bf3a7433a1bc731e6369a4..82ceb72ad117f014051d46bf6191875e8e36f813 100644
--- a/mojo/apps/js/BUILD.gn
+++ b/mojo/apps/js/BUILD.gn
@@ -7,7 +7,6 @@ group("js") {
testonly = true
deps = [
":js_content_handler",
- ":js_standalone"
]
}
@@ -31,7 +30,6 @@ source_set("mojo_runner") {
source_set("js_apps") {
sources = [
- "application_delegate_impl.cc",
"js_app.cc",
"mojo_bridge_module.cc",
]
@@ -49,7 +47,6 @@ source_set("js_apps") {
shared_library("js_content_handler") {
sources = [
- "content_handler_impl.cc",
"content_handler_main.cc",
]
@@ -57,24 +54,8 @@ shared_library("js_content_handler") {
":js_apps",
"//base:i18n",
"//mojo/application:application",
+ "//mojo/application:content_handler",
"//mojo/environment:chromium",
"//mojo/services/public/interfaces/content_handler",
]
}
-
-shared_library("js_standalone") {
- sources = [
- "standalone_main.cc"
- ]
-
- deps = [
- ":js_apps",
- "//base:i18n",
- "//mojo/application:application",
- "//mojo/environment:chromium",
- "//mojo/public/cpp/application",
- ]
-}
-
-
-

Powered by Google App Engine
This is Rietveld 408576698