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

Unified Diff: chrome/BUILD.gn

Issue 1714383002: Android: Record metrics for buttons in the Origin Info Bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | chrome/browser/ui/website_settings/website_settings.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 3ebcf1329c2cc7b8354ebe439b6d4c1376b9f75b..4f9c6e8582558616a2c7ee3bcd940b6cc16d7020 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -973,6 +973,13 @@ if (is_android) {
]
}
+ # GYP: //chrome/chrome.gyp:website_settings_action_java
+ java_cpp_enum("website_settings_action_javagen") {
+ sources = [
+ "browser/ui/website_settings/website_settings.h",
+ ]
+ }
+
# Some android targets still depend on --gc-sections to link.
# TODO: remove --gc-sections for Debug builds (crbug.com/159847).
config("gc_sections") {
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | chrome/browser/ui/website_settings/website_settings.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698