Commit c519eef8 authored by Lei Tian's avatar Lei Tian Committed by Commit Bot

Change Browser Actions resources package name to android.support.customtabs

Now Browser Actions fails when importing to Android studio because all
its classes using resources does not import R file. However, importing
android.support.customtabs.R fails on ninja compile because BUILD.gn sets
the resource package name to android.support.customtabs.browseraction.
This CL changes the package name to android.support.customtabs to allow
importing android.support.customtabs.R and roll out custom-tab-client
change: third-party/custom-tab-client/54788baf5bfbe5bb42977dc52c2f608392e60f72.

Bug: None
Change-Id: I9f58305c2610f049fb750f152e0e22961d2b7482
Reviewed-on: https://chromium-review.googlesource.com/939853
Commit-Queue: Lei Tian <ltian@chromium.org>
Reviewed-by: default avatarBernhard Bauer <bauerb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541253}
parent 0b453a66
......@@ -336,7 +336,7 @@ deps = {
},
'src/third_party/custom_tabs_client/src': {
'url': Var('chromium_git') + '/custom-tabs-client.git' + '@' + '7884a658507dc99bcb54b328bc29d76e64c3b684',
'url': Var('chromium_git') + '/custom-tabs-client.git' + '@' + '54788baf5bfbe5bb42977dc52c2f608392e60f72',
'condition': 'checkout_android',
},
......
......@@ -16,7 +16,7 @@ android_resources("chrome_tabs_client_example_apk_resources") {
android_resources("custom_tabs_support_resources") {
resource_dirs = [ "src/customtabs/res" ]
android_manifest = "src/customtabs/AndroidManifest.xml"
custom_package = "android.support.customtabs.browseractions"
custom_package = "android.support.customtabs"
}
android_apk("custom_tabs_client_example_apk") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment