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

Unified Diff: components/ntp_tiles.gypi

Issue 2105933002: NTP: Fix metrics recording crash by plumbing the necessary data to Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address treib@ comments. 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
« no previous file with comments | « chrome/browser/android/ntp/most_visited_sites_bridge.cc ('k') | components/ntp_tiles/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles.gypi
diff --git a/components/ntp_tiles.gypi b/components/ntp_tiles.gypi
index 8a77eff021a24e222f497ecd552dd6ef0a9afc86..eb9b828559e6ad7c9fd7c35217b6d07ed7a5712b 100644
--- a/components/ntp_tiles.gypi
+++ b/components/ntp_tiles.gypi
@@ -47,7 +47,7 @@
'target_name': 'ntp_tiles_enums_java',
'type': 'none',
'variables': {
- 'source_file': 'ntp_tiles/most_visited_sites.cc',
+ 'source_file': 'ntp_tiles/most_visited_sites.h',
},
'includes': [
'../build/android/java_cpp_enum.gypi'
« no previous file with comments | « chrome/browser/android/ntp/most_visited_sites_bridge.cc ('k') | components/ntp_tiles/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698