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

Side by Side Diff: mojo/public/java/BUILD.gn

Issue 1061313003: Introduce intent manager. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 8 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/public/java/application/src/org/chromium/mojo/application/ShellHelper.java » ('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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 6
7 android_library("system") { 7 android_library("system") {
8 java_files = [ 8 java_files = [
9 "system/src/org/chromium/mojo/system/AsyncWaiter.java", 9 "system/src/org/chromium/mojo/system/AsyncWaiter.java",
10 "system/src/org/chromium/mojo/system/Core.java", 10 "system/src/org/chromium/mojo/system/Core.java",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 ] 55 ]
56 } 56 }
57 57
58 android_library("application") { 58 android_library("application") {
59 java_files = [ 59 java_files = [
60 "application/src/org/chromium/mojo/application/ApplicationConnection.java", 60 "application/src/org/chromium/mojo/application/ApplicationConnection.java",
61 "application/src/org/chromium/mojo/application/ApplicationDelegate.java", 61 "application/src/org/chromium/mojo/application/ApplicationDelegate.java",
62 "application/src/org/chromium/mojo/application/ApplicationImpl.java", 62 "application/src/org/chromium/mojo/application/ApplicationImpl.java",
63 "application/src/org/chromium/mojo/application/ApplicationRunner.java", 63 "application/src/org/chromium/mojo/application/ApplicationRunner.java",
64 "application/src/org/chromium/mojo/application/ServiceFactoryBinder.java", 64 "application/src/org/chromium/mojo/application/ServiceFactoryBinder.java",
65 "application/src/org/chromium/mojo/application/ShellHelper.java",
65 ] 66 ]
66 deps = [ 67 deps = [
67 ":bindings", 68 ":bindings",
68 ":system", 69 ":system",
69 "../interfaces/application:application_java", 70 "../interfaces/application:application_java",
70 ] 71 ]
71 } 72 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/java/application/src/org/chromium/mojo/application/ShellHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698