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

Side by Side Diff: remoting/android/client_java_tmpl.gni

Issue 2156453002: Add AAR support to Chrome and convert support libraries to using AARs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert change in 3p/android_async_task/README.chromium Created 4 years, 5 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 | « remoting/android/BUILD.gn ('k') | third_party/android_async_task/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//remoting/remoting_options.gni") 6 import("//remoting/remoting_options.gni")
7 7
8 template("remoting_android_client_java_tmpl") { 8 template("remoting_android_client_java_tmpl") {
9 android_library(target_name) { 9 android_library(target_name) {
10 _java_file_prefix = "//remoting/android/java/src/org/chromium/chromoting" 10 _java_file_prefix = "//remoting/android/java/src/org/chromium/chromoting"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "jni/GlDisplay.java", 82 "jni/GlDisplay.java",
83 "jni/JniInterface.java", 83 "jni/JniInterface.java",
84 "jni/TouchEventData.java", 84 "jni/TouchEventData.java",
85 ] 85 ]
86 86
87 java_files = rebase_path(_java_files, ".", _java_file_prefix) 87 java_files = rebase_path(_java_files, ".", _java_file_prefix)
88 88
89 deps = [ 89 deps = [
90 "//base:base_java", 90 "//base:base_java",
91 "//remoting/android:remoting_android_client_java_resources", 91 "//remoting/android:remoting_android_client_java_resources",
92 "//third_party/android_tools:android_support_v13_java", 92 "//third_party/android_tools:android_support_annotations_java",
93 "//third_party/android_tools:android_support_v4_java",
93 "//third_party/android_tools:android_support_v7_appcompat_java", 94 "//third_party/android_tools:android_support_v7_appcompat_java",
94 "//third_party/android_tools:android_support_v7_mediarouter_java", 95 "//third_party/android_tools:android_support_v7_mediarouter_java",
95 "//third_party/cardboard-java", 96 "//third_party/cardboard-java",
96 "//ui/android:ui_java", 97 "//ui/android:ui_java",
97 ] 98 ]
98 99
99 deps += [ invoker.remoting_google_play_services_library ] 100 deps += [ invoker.remoting_google_play_services_library ]
100 } 101 }
101 } 102 }
OLDNEW
« no previous file with comments | « remoting/android/BUILD.gn ('k') | third_party/android_async_task/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698