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

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

Issue 659733003: Revert "Remove 'mojo_' prefix from all mojo applications." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/apps/js/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/BUILD.gn
diff --git a/mojo/apps/js/BUILD.gn b/mojo/apps/js/BUILD.gn
index ab9f56974a2979d8184563599f28d6ba96c9206d..bc63231a3b706f0e026475d8081cae55d8ba758d 100644
--- a/mojo/apps/js/BUILD.gn
+++ b/mojo/apps/js/BUILD.gn
@@ -6,8 +6,8 @@ group("js") {
# Meta-target, don't link into production code.
testonly = true
deps = [
- ":js_content_handler",
- ":js_standalone"
+ ":mojo_js_content_handler",
+ ":mojo_js_standalone"
]
}
@@ -49,7 +49,7 @@ source_set("js_apps") {
]
}
-shared_library("js_content_handler") {
+shared_library("mojo_js_content_handler") {
sources = [
"content_handler_impl.cc",
"content_handler_main.cc",
@@ -64,7 +64,7 @@ shared_library("js_content_handler") {
]
}
-shared_library("js_standalone") {
+shared_library("mojo_js_standalone") {
sources = [
"standalone_main.cc"
]
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/apps/js/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698