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

Side by Side Diff: mojo/apps/js/BUILD.gn

Issue 554363005: GN: Replace mojo/system.gni with forwarding groups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 unified diff | Download patch
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | mojo/apps/js/bindings/gl/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/system.gni")
6
7 shared_library("mojo_js") { 5 shared_library("mojo_js") {
8 sources = [ 6 sources = [
9 "application_delegate_impl.cc", 7 "application_delegate_impl.cc",
10 "js_app.cc", 8 "js_app.cc",
11 "mojo_module.cc", 9 "mojo_module.cc",
12 "main.cc" 10 "main.cc"
13 ] 11 ]
14 12
15 deps = [ 13 deps = [
16 ":js", 14 ":js",
17 "//base:i18n", 15 "//base:i18n",
18 "//mojo/application", 16 "//mojo/application",
17 "//mojo/public/c/system:for_shared_library",
19 "//mojo/public/cpp/bindings", 18 "//mojo/public/cpp/bindings",
20 "//mojo/public/cpp/utility", 19 "//mojo/public/cpp/utility",
21 "//mojo/services/public/interfaces/content_handler", 20 "//mojo/services/public/interfaces/content_handler",
22 ] + mojo_system_for_shared_library 21 ]
23 } 22 }
24 23
25 # GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib 24 # GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib
26 source_set("js") { 25 source_set("js") {
27 deps = [ 26 deps = [
28 "//base", 27 "//base",
29 "//gin", 28 "//gin",
30 "//mojo/apps/js/bindings", 29 "//mojo/apps/js/bindings",
31 "//mojo/apps/js/bindings/gl", 30 "//mojo/apps/js/bindings/gl",
32 "//mojo/bindings/js", 31 "//mojo/bindings/js",
33 "//v8", 32 "//v8",
34 ] 33 ]
35 sources = [ 34 sources = [
36 "mojo_runner_delegate.cc", 35 "mojo_runner_delegate.cc",
37 "mojo_runner_delegate.h", 36 "mojo_runner_delegate.h",
38 ] 37 ]
39 } 38 }
OLDNEW
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | mojo/apps/js/bindings/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698