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

Unified Diff: remoting/android/BUILD.gn

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/android/BUILD.gn ('k') | remoting/android/client_java_tmpl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/BUILD.gn
diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
index 067f30bf48565a824ad707e7dd29b3a7351a7431..af463b4e5a2505186706c34084480daf8a3b83fc 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -108,7 +108,7 @@ android_resources("remoting_android_client_java_resources") {
deps = [
":remoting_android_raw_resources",
"//remoting/resources:strings_java",
- "//third_party/android_tools:android_support_v7_appcompat_resources",
+ "//third_party/android_tools:android_support_v7_appcompat_java",
]
}
@@ -194,7 +194,7 @@ android_resources("remoting_host_apk_resources") {
custom_package = "org.chromium.chromoting.host"
resource_dirs = [ "host/res" ]
deps = [
- "//third_party/android_tools:android_support_v7_appcompat_resources",
+ "//third_party/android_tools:android_support_v7_appcompat_java",
]
}
@@ -216,7 +216,6 @@ android_apk("remoting_host_apk") {
":remoting_host_apk_resources",
"//base:base_java",
"//net/android:net_java",
- "//third_party/android_tools:android_support_v13_java",
"//third_party/android_tools:android_support_v7_appcompat_java",
google_play_services_library,
]
« no previous file with comments | « content/public/android/BUILD.gn ('k') | remoting/android/client_java_tmpl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698