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

Unified Diff: chrome/chrome_browser.gypi

Issue 9363058: Implement minimal IconManager and IconLoader for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 8 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
« no previous file with comments | « chrome/browser/icon_manager_android.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 8de782bbc88fd9c8f8b02da20aa119c1bccd20cf..242177fcce5aa23202235533485c75744e9b40fb 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1472,12 +1472,14 @@
'browser/history/visitsegment_database.h',
'browser/icon_loader.cc',
'browser/icon_loader.h',
+ 'browser/icon_loader_android.cc',
'browser/icon_loader_chromeos.cc',
'browser/icon_loader_linux.cc',
'browser/icon_loader_mac.mm',
'browser/icon_loader_win.cc',
'browser/icon_manager.cc',
'browser/icon_manager.h',
+ 'browser/icon_manager_android.cc',
'browser/icon_manager_chromeos.cc',
'browser/icon_manager_linux.cc',
'browser/icon_manager_mac.mm',
« no previous file with comments | « chrome/browser/icon_manager_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698