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

Side by Side Diff: services/js/BUILD.gn

Issue 713513002: Change mojo application name to {name}.mojo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add missing library. 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 | « services/http_server/BUILD.gn ('k') | sky/services/inspector/BUILD.gn » ('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 import("//mojo/public/mojo_application.gni")
6
5 group("js") { 7 group("js") {
6 deps = [ 8 deps = [
7 ":js_content_handler", 9 ":js_content_handler",
8 ] 10 ]
9 } 11 }
10 12
11 shared_library("js_content_handler") { 13 mojo_native_application("js_content_handler") {
12 sources = [ 14 sources = [
13 "content_handler_main.cc", 15 "content_handler_main.cc",
14 "js_app.cc", 16 "js_app.cc",
15 "js_app.h", 17 "js_app.h",
16 "mojo_bridge_module.cc", 18 "mojo_bridge_module.cc",
17 "mojo_bridge_module.h", 19 "mojo_bridge_module.h",
18 ] 20 ]
19 21
20 deps = [ 22 deps = [
21 "//base:i18n", 23 "//base:i18n",
(...skipping 14 matching lines...) Expand all
36 "//gin:gin_test", 38 "//gin:gin_test",
37 "//mojo/edk/js", 39 "//mojo/edk/js",
38 "//mojo/edk/test:run_all_unittests", 40 "//mojo/edk/test:run_all_unittests",
39 "//mojo/edk/test:test_support", 41 "//mojo/edk/test:test_support",
40 "//mojo/public/cpp/utility", 42 "//mojo/public/cpp/utility",
41 "//mojo/environment:chromium", 43 "//mojo/environment:chromium",
42 "//mojo/public/interfaces/bindings/tests:test_interfaces", 44 "//mojo/public/interfaces/bindings/tests:test_interfaces",
43 "//services/js/modules/clock/test", 45 "//services/js/modules/clock/test",
44 ] 46 ]
45 } 47 }
OLDNEW
« no previous file with comments | « services/http_server/BUILD.gn ('k') | sky/services/inspector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698