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

Side by Side Diff: mojo/BUILD.gn

Issue 608333002: Standalone Mojo Javascript application (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the GN build 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 unified diff | Download patch
« no previous file with comments | « no previous file | mojo/apps/js/BUILD.gn » ('j') | mojo/apps/js/standalone_main.cc » ('J')
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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 group("mojo") { 7 group("mojo") {
8 # Meta-target, don't link into production code. 8 # Meta-target, don't link into production code.
9 testonly = true 9 testonly = true
10 declare_args() { 10 declare_args() {
11 mojo_use_go = false 11 mojo_use_go = false
12 } 12 }
13 deps = [ 13 deps = [
14 ":tests", 14 ":tests",
15 "//mojo/apps/js:mojo_js", 15 "//mojo/apps/js",
16 "//mojo/common", 16 "//mojo/common",
17 "//mojo/examples", 17 "//mojo/examples",
18 "//mojo/public", 18 "//mojo/public",
19 "//mojo/services", 19 "//mojo/services",
20 "//mojo/shell:mojo_shell", 20 "//mojo/shell:mojo_shell",
21 "//mojo/tools/package_manager", 21 "//mojo/tools/package_manager",
22 ] 22 ]
23 23
24 if (is_linux) { 24 if (is_linux) {
25 deps += [ 25 deps += [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 sources = [ 71 sources = [
72 "android/javatests/src/org/chromium/mojo/MojoTestCase.java", 72 "android/javatests/src/org/chromium/mojo/MojoTestCase.java",
73 "android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java" , 73 "android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java" ,
74 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java", 74 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java",
75 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java", 75 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java",
76 ] 76 ]
77 77
78 jni_package = "mojo" 78 jni_package = "mojo"
79 } 79 }
80 } 80 }
OLDNEW
« no previous file with comments | « no previous file | mojo/apps/js/BUILD.gn » ('j') | mojo/apps/js/standalone_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698