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

Side by Side Diff: mojo/BUILD.gn

Issue 675573002: Remove mojo/go - this is being developed in the mojo repo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « no previous file | mojo/go/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("//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() {
11 mojo_use_go = false
12 }
13 deps = [ 10 deps = [
14 ":tests", 11 ":tests",
15 "//mojo/apps/js:mojo_js_content_handler", 12 "//mojo/apps/js:mojo_js_content_handler",
16 "//mojo/apps/js:mojo_js_standalone", 13 "//mojo/apps/js:mojo_js_standalone",
17 "//mojo/common", 14 "//mojo/common",
18 "//mojo/examples", 15 "//mojo/examples",
19 "//mojo/public", 16 "//mojo/public",
20 "//mojo/services", 17 "//mojo/services",
21 "//mojo/shell:mojo_shell", 18 "//mojo/shell:mojo_shell",
22 "//mojo/tools/package_manager", 19 "//mojo/tools/package_manager",
23 ] 20 ]
24 21
25 if (is_android) { 22 if (is_android) {
26 deps += [ 23 deps += [
27 "//mojo/android", 24 "//mojo/android",
28 ] 25 ]
29 } 26 }
30
31 if (is_linux) {
32 if (mojo_use_go) {
33 deps += [
34 "//mojo/go",
35 ]
36 }
37 }
38 } 27 }
39 28
40 group("tests") { 29 group("tests") {
41 testonly = true 30 testonly = true
42 deps = [ 31 deps = [
43 "//mojo/application_manager:mojo_application_manager_unittests", 32 "//mojo/application_manager:mojo_application_manager_unittests",
44 "//mojo/apps/js/test:mojo_apps_js_unittests", 33 "//mojo/apps/js/test:mojo_apps_js_unittests",
45 "//mojo/bindings/js/tests:mojo_js_unittests", 34 "//mojo/bindings/js/tests:mojo_js_unittests",
46 "//mojo/common:mojo_common_unittests", 35 "//mojo/common:mojo_common_unittests",
47 "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", 36 "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
(...skipping 27 matching lines...) Expand all
75 sources = [ 64 sources = [
76 "android/javatests/src/org/chromium/mojo/MojoTestCase.java", 65 "android/javatests/src/org/chromium/mojo/MojoTestCase.java",
77 "android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java" , 66 "android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java" ,
78 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java", 67 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java",
79 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java", 68 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java",
80 ] 69 ]
81 70
82 jni_package = "mojo" 71 jni_package = "mojo"
83 } 72 }
84 } 73 }
OLDNEW
« no previous file with comments | « no previous file | mojo/go/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698