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

Side by Side Diff: mojo/BUILD.gn

Issue 461903002: GN: Add mojo_shell_tests, get more things working on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix up android linking Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « content/renderer/BUILD.gn ('k') | mojo/environment/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 group("mojo") { 5 group("mojo") {
6 deps = [ 6 deps = [
7 "//mojo/common", 7 "//mojo/common",
8 "//mojo/public", 8 "//mojo/public",
9 "//mojo/services", 9 "//mojo/services",
10 "//mojo/shell:mojo_shell", 10 "//mojo/shell:mojo_shell",
11 "//mojo/shell:mojo_shell_tests",
11 ] 12 ]
12 } 13 }
13 14
14 if (is_android) { 15 if (is_android) {
15 import("//build/config/android/rules.gni") 16 import("//build/config/android/rules.gni")
16 17
17 generate_jni("jni_headers") { 18 generate_jni("jni_headers") {
18 sources = [ 19 sources = [
19 "android/javatests/src/org/chromium/mojo/MojoTestCase.java", 20 "android/javatests/src/org/chromium/mojo/MojoTestCase.java",
20 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java", 21 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java",
21 "services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndr oid.java", 22 "services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndr oid.java",
22 ] 23 ]
23 24
24 jni_package = "mojo" 25 jni_package = "mojo"
25 } 26 }
26 } 27 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | mojo/environment/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698