| 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 ef99dee8bb1711aef4f515636ed05535925c0848..77977f4354d9d37515c368fb73187a92e6bdede2 100644
|
| --- a/third_party/custom_tabs_client/BUILD.gn
|
| +++ b/third_party/custom_tabs_client/BUILD.gn
|
| @@ -38,6 +38,7 @@ android_library("custom_tabs_client_shared_lib") {
|
| deps = [
|
| ":custom_tabs_support_lib",
|
| ]
|
| + chromium_code = true
|
| }
|
|
|
| android_library("custom_tabs_support_lib") {
|
| @@ -54,6 +55,7 @@ android_library("custom_tabs_support_lib") {
|
| "//third_party/android_tools:android_support_v13_java",
|
| ]
|
| srcjar_deps = [ ":chrome_custom_tabs_service_aidl" ]
|
| + chromium_code = true
|
| }
|
|
|
| android_aidl("chrome_custom_tabs_service_aidl") {
|
|
|