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

Unified Diff: chrome/chrome_browser.gypi

Issue 1840013002: Move most_visited_sites* files to the ntp directory in c/b/a/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/prefs/browser_prefs.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 71ae3dbfb79e7c4f97cb3f22e1f1e3e224099115..5c8a82fdb170fa061ddf26088172dc97aa24beb8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -865,10 +865,10 @@
'browser/android/metrics/uma_utils.h',
'browser/android/metrics/variations_session.cc',
'browser/android/metrics/variations_session.h',
- 'browser/android/most_visited_sites.cc',
- 'browser/android/most_visited_sites.h',
'browser/android/net/external_estimate_provider_android.cc',
'browser/android/net/external_estimate_provider_android.h',
+ 'browser/android/ntp/most_visited_sites.cc',
+ 'browser/android/ntp/most_visited_sites.h',
'browser/android/ntp/new_tab_page_prefs.cc',
'browser/android/ntp/new_tab_page_prefs.h',
'browser/android/ntp/new_tab_page_url_handler.cc',
@@ -4070,7 +4070,7 @@
'target_name': 'most_visited_tile_type_java',
'type': 'none',
'variables': {
- 'source_file': 'browser/android/most_visited_sites.cc',
+ 'source_file': 'browser/android/ntp/most_visited_sites.cc',
},
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698