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

Unified Diff: chrome/android/BUILD.gn

Issue 1954363002: Start using the third_party/custom_tabs_client as support lib source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 4 years, 7 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 | « no previous file | chrome/android/java/proguard.flags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index c785417dcf7ab1eda5d6a8c98581910dba85743e..18deaf0b03a03fa076754422b04f3d4bc888afa4 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -148,6 +148,7 @@ android_library("chrome_java") {
"//third_party/android_tools:android_support_v7_recyclerview_java",
"//third_party/cacheinvalidation:cacheinvalidation_javalib",
"//third_party/cacheinvalidation:cacheinvalidation_proto_java",
+ "//third_party/custom_tabs_client:custom_tabs_support_lib",
"//third_party/gif_player:gif_player_java",
"//third_party/jsr-305:jsr_305_javalib",
"//third_party/leakcanary:leakcanary_java",
@@ -178,7 +179,6 @@ android_library("chrome_java") {
java_files = chrome_java_sources
srcjar_deps += [
- ":custom_tabs_service_aidl",
"//chrome:page_info_connection_type_javagen",
"//chrome:website_settings_action_javagen",
"//components/infobars/core:infobar_enums_java",
@@ -312,16 +312,6 @@ zip("chrome_version_srcjar") {
]
}
-#GYP: //chrome/android/chrome_apk.gyp:custom_tabs_service_aidl
-android_aidl("custom_tabs_service_aidl") {
- import_include = "java/src/android/support/customtabs"
- interface_file = "java/src/android/support/customtabs/common.aidl"
- sources = [
- "java/src/android/support/customtabs/ICustomTabsCallback.aidl",
- "java/src/android/support/customtabs/ICustomTabsService.aidl",
- ]
-}
-
# GYP: //chrome/android/chrome_apk.gyp:chrome_test_java
android_library("chrome_test_java") {
testonly = true
@@ -361,6 +351,7 @@ android_library("chrome_test_java") {
"//third_party/android_tools:android_support_v7_recyclerview_java",
"//third_party/android_tools:legacy_http_javalib",
"//third_party/cacheinvalidation:cacheinvalidation_javalib",
+ "//third_party/custom_tabs_client:custom_tabs_support_lib",
"//third_party/jsr-305:jsr_305_javalib",
"//ui/android:ui_java",
"//ui/android:ui_javatests",
« no previous file with comments | « no previous file | chrome/android/java/proguard.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698