| Index: third_party/custom_tabs_client/BUILD.gn
|
| diff --git a/third_party/custom_tabs_client/BUILD.gn b/third_party/custom_tabs_client/BUILD.gn
|
| index 830c70a86af4c5632905c1c32a8f99c3d5df7544..443424c139850b9f63378e01127b44ca8ed3a6b6 100644
|
| --- a/third_party/custom_tabs_client/BUILD.gn
|
| +++ b/third_party/custom_tabs_client/BUILD.gn
|
| @@ -16,8 +16,8 @@ android_apk("custom_tabs_client_example_apk") {
|
| apk_name = "CustomTabsClientExample"
|
| deps = [
|
| ":chrome_tabs_client_example_apk_resources",
|
| - ":custom_tabs_support_lib",
|
| ":custom_tabs_client_shared_lib",
|
| + ":custom_tabs_support_lib",
|
| ]
|
| chromium_code = false
|
| }
|
|
|