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

Unified Diff: third_party/custom_tabs_client/BUILD.gn

Issue 2103273002: 🎐 Default chromium_code = false for Android targets within third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: 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") {
« build/config/android/internal_rules.gni ('K') | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698