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

Unified Diff: chrome/BUILD.gn

Issue 2415863002: Use PermissionType instead of ContentSettingsType in Android permission infobars (Closed)
Patch Set: Merge branch 'master' into use_permission_type_for_infobar Created 4 years, 2 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: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 813a756b556204c93b4986f62cd43e046ab1c8cf..76459be6889a5935cc497849533d34e1890e69eb 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1425,6 +1425,12 @@ if (is_android) {
]
}
+ java_cpp_enum("permission_type_javagen") {
+ sources = [
+ "../content/public/browser/permission_type.h",
+ ]
+ }
+
java_cpp_enum("signin_metrics_enum_javagen") {
sources = [
"../components/signin/core/browser/signin_metrics.h",

Powered by Google App Engine
This is Rietveld 408576698