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

Unified Diff: content/content_common.gypi

Issue 11886074: Use correct favicon scale factor on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split DeviceTelephonyInfo from DeviceDisplayInfo; added SCALE_FACTOR_150P and 300P. Created 7 years, 11 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 481bbe491ef047a3d5065e376d12ece304d13a88..feb7d7b5ba4680a7ee1af7b70579875ab9af29ce 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -110,8 +110,8 @@
'common/android/command_line.h',
'common/android/common_jni_registrar.cc',
'common/android/common_jni_registrar.h',
- 'common/android/device_info.cc',
- 'common/android/device_info.h',
+ 'common/android/device_telephony_info.cc',
+ 'common/android/device_telephony_info.h',
'common/android/surface_callback.cc',
'common/android/surface_callback.h',
'common/android/surface_texture_bridge.cc',

Powered by Google App Engine
This is Rietveld 408576698