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

Unified Diff: chrome/chrome.gyp

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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 28d62a90a767562f317fe28e432a2adf533caa37..0fd181ded34e011e7411afe1f4eb8056598236d5 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -551,6 +551,7 @@
'shortcut_source_java',
'signin_metrics_enum_java',
'tab_load_status_java',
+ 'website_settings_action_java',
'../base/base.gyp:base',
'../build/android/java_google_api_keys.gyp:google_api_keys_java',
'../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl',
@@ -685,6 +686,15 @@
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
+ # GN: //chrome:website_settings_action_javagen
+ 'target_name': 'website_settings_action_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': 'browser/ui/website_settings/website_settings.h',
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ {
# GN: //chrome:data_use_ui_message_enum_javagen
'target_name': 'data_use_ui_message_enum_java',
'type': 'none',

Powered by Google App Engine
This is Rietveld 408576698