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

Side by Side 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, 1 month 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 unified diff | Download patch
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/apps/js/main.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 group("js") { 5 group("js") {
6 # Meta-target, don't link into production code. 6 # Meta-target, don't link into production code.
7 testonly = true 7 testonly = true
8 deps = [ 8 deps = [
9 ":js_content_handler", 9 ":mojo_js_content_handler",
10 ":js_standalone" 10 ":mojo_js_standalone"
11 ] 11 ]
12 } 12 }
13 13
14 # GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib 14 # GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib
15 source_set("mojo_runner") { 15 source_set("mojo_runner") {
16 sources = [ 16 sources = [
17 "mojo_runner_delegate.cc", 17 "mojo_runner_delegate.cc",
18 "mojo_runner_delegate.h", 18 "mojo_runner_delegate.h",
19 ] 19 ]
20 20
(...skipping 21 matching lines...) Expand all
42 "//mojo/bindings/js", 42 "//mojo/bindings/js",
43 ] 43 ]
44 deps = [ 44 deps = [
45 ":mojo_runner", 45 ":mojo_runner",
46 "//mojo/application", 46 "//mojo/application",
47 "//mojo/public/c/system:for_shared_library", 47 "//mojo/public/c/system:for_shared_library",
48 "//mojo/public/cpp/utility", 48 "//mojo/public/cpp/utility",
49 ] 49 ]
50 } 50 }
51 51
52 shared_library("js_content_handler") { 52 shared_library("mojo_js_content_handler") {
53 sources = [ 53 sources = [
54 "content_handler_impl.cc", 54 "content_handler_impl.cc",
55 "content_handler_main.cc", 55 "content_handler_main.cc",
56 ] 56 ]
57 57
58 deps = [ 58 deps = [
59 ":js_apps", 59 ":js_apps",
60 "//base:i18n", 60 "//base:i18n",
61 "//mojo/application:application", 61 "//mojo/application:application",
62 "//mojo/environment:chromium", 62 "//mojo/environment:chromium",
63 "//mojo/services/public/interfaces/content_handler", 63 "//mojo/services/public/interfaces/content_handler",
64 ] 64 ]
65 } 65 }
66 66
67 shared_library("js_standalone") { 67 shared_library("mojo_js_standalone") {
68 sources = [ 68 sources = [
69 "standalone_main.cc" 69 "standalone_main.cc"
70 ] 70 ]
71 71
72 deps = [ 72 deps = [
73 ":js_apps", 73 ":js_apps",
74 "//base:i18n", 74 "//base:i18n",
75 "//mojo/application:application", 75 "//mojo/application:application",
76 "//mojo/environment:chromium", 76 "//mojo/environment:chromium",
77 "//mojo/public/cpp/application", 77 "//mojo/public/cpp/application",
78 ] 78 ]
79 } 79 }
80 80
81 81
82 82
OLDNEW
« 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