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

Side by Side Diff: mojo/BUILD.gn

Issue 675563002: Remove mojo/python and gyp targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/PRESUBMIT.py » ('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() { 10 declare_args() {
(...skipping 11 matching lines...) Expand all
22 "//mojo/tools/package_manager", 22 "//mojo/tools/package_manager",
23 ] 23 ]
24 24
25 if (is_android) { 25 if (is_android) {
26 deps += [ 26 deps += [
27 "//mojo/android", 27 "//mojo/android",
28 ] 28 ]
29 } 29 }
30 30
31 if (is_linux) { 31 if (is_linux) {
32 deps += [
33 "//mojo/python",
34 ]
35 if (mojo_use_go) { 32 if (mojo_use_go) {
36 deps += [ 33 deps += [
37 "//mojo/go", 34 "//mojo/go",
38 ] 35 ]
39 } 36 }
40 } 37 }
41 } 38 }
42 39
43 group("tests") { 40 group("tests") {
44 testonly = true 41 testonly = true
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 sources = [ 75 sources = [
79 "android/javatests/src/org/chromium/mojo/MojoTestCase.java", 76 "android/javatests/src/org/chromium/mojo/MojoTestCase.java",
80 "android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java" , 77 "android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java" ,
81 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java", 78 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java",
82 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java", 79 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java",
83 ] 80 ]
84 81
85 jni_package = "mojo" 82 jni_package = "mojo"
86 } 83 }
87 } 84 }
OLDNEW
« no previous file with comments | « no previous file | mojo/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698