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

Side by Side Diff: mojo/BUILD.gn

Issue 485523004: GN: Mojo wget, sample_app, surfaces app and component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | mojo/cc/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/examples",
8 "//mojo/public", 9 "//mojo/public",
9 "//mojo/services", 10 "//mojo/services",
10 "//mojo/shell:mojo_shell", 11 "//mojo/shell:mojo_shell",
11 "//mojo/shell:mojo_shell_tests", 12 "//mojo/shell:mojo_shell_tests",
12 ] 13 ]
13 } 14 }
14 15
15 if (is_android) { 16 if (is_android) {
16 import("//build/config/android/rules.gni") 17 import("//build/config/android/rules.gni")
17 18
18 generate_jni("jni_headers") { 19 generate_jni("jni_headers") {
19 sources = [ 20 sources = [
20 "android/javatests/src/org/chromium/mojo/MojoTestCase.java", 21 "android/javatests/src/org/chromium/mojo/MojoTestCase.java",
21 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java", 22 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java",
22 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java", 23 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java",
23 ] 24 ]
24 25
25 jni_package = "mojo" 26 jni_package = "mojo"
26 } 27 }
27 } 28 }
OLDNEW
« no previous file with comments | « no previous file | mojo/cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698