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

Unified Diff: chrome/chrome_browser.gypi

Issue 1288903002: Refactor ShortcutHelper and merge in BookmarkUtils (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test file name Created 5 years, 4 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/webapps/add_to_homescreen_dialog_helper.cc ('k') | no next file » | 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 59e7103361ff7f92e7ab196eb1cb0b3534b6a3c3..3bdcba91a1182e07e5d8b13f33bc04a1895317fd 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -223,8 +223,6 @@
'browser/android/rlz/revenue_stats.h',
'browser/android/seccomp_support_detector.cc',
'browser/android/seccomp_support_detector.h',
- 'browser/android/shortcut_data_fetcher.cc',
- 'browser/android/shortcut_data_fetcher.h',
'browser/android/shortcut_helper.cc',
'browser/android/shortcut_helper.h',
'browser/android/shortcut_info.cc',
@@ -251,6 +249,10 @@
'browser/android/warmup_manager.h',
'browser/android/web_contents_factory.cc',
'browser/android/web_contents_factory.h',
+ 'browser/android/webapps/add_to_homescreen_data_fetcher.cc',
+ 'browser/android/webapps/add_to_homescreen_data_fetcher.h',
+ 'browser/android/webapps/add_to_homescreen_dialog_helper.cc',
+ 'browser/android/webapps/add_to_homescreen_dialog_helper.h',
'browser/android/webapps/single_tab_mode_tab_helper.cc',
'browser/android/webapps/single_tab_mode_tab_helper.h',
'browser/app_controller_mac.h',
@@ -1802,6 +1804,7 @@
'android/java/src/org/chromium/chrome/browser/metrics/LaunchMetrics.java',
'android/java/src/org/chromium/chrome/browser/ssl/ConnectionSecurity.java',
'android/java/src/org/chromium/chrome/browser/toolbar/ToolbarModel.java',
+ 'android/java/src/org/chromium/chrome/browser/webapps/AddToHomescreenDialogHelper.java',
],
'chrome_browser_mdns_sources': [
'browser/local_discovery/privet_traffic_detector.cc',
« no previous file with comments | « chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698