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

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: 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
Index: remoting/android/BUILD.gn
diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
index 067f30bf48565a824ad707e7dd29b3a7351a7431..dcef243bf024d42cb6890cad037da9647d467453 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",
]
}

Powered by Google App Engine
This is Rietveld 408576698