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

Unified Diff: chrome/chrome_browser.gypi

Issue 1241823002: Add UMA metrics for Bookmark widgets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nico's nit Created 5 years, 5 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 | « chrome/chrome.gyp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index defa395b6dd863ce085b4f07705bb046e43453d0..5f19ebca577b5be2345c3900122b76fa51cffb45 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4031,6 +4031,15 @@
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
+ # GN: //chrome/android:chrome_android_java_enums_srcjar
+ 'target_name': 'shortcut_source_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': 'browser/android/shortcut_info.h',
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ {
#GN: //chrome/browser:client_discourse_context_proto
'target_name': 'client_discourse_context_proto',
'type': 'static_library',
« no previous file with comments | « chrome/chrome.gyp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698