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

Unified Diff: ui/ui.gyp

Issue 11886074: Use correct favicon scale factor on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments added; GetWidth() renamed to GetDisplayWidth() etc. 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
« ui/gfx/android/gfx_jni_registrar.cc ('K') | « ui/gfx/screen_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index f074cdb72427f5cf8bacfa86d72013a2a7ae20ac..b3395f7998b55ab6f2b44fcc67b440e271c73d25 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -344,6 +344,8 @@
'base/x/x11_util.cc',
'base/x/x11_util.h',
'base/x/x11_util_internal.h',
+ 'gfx/android/device_info.cc',
+ 'gfx/android/device_info.h',
'gfx/android/gfx_jni_registrar.cc',
'gfx/android/gfx_jni_registrar.h',
'gfx/android/java_bitmap.cc',
@@ -872,6 +874,7 @@
'type': 'none',
'sources': [
'android/java/src/org/chromium/ui/gfx/BitmapHelper.java',
+ 'android/java/src/org/chromium/ui/gfx/DeviceInfo.java',
'android/java/src/org/chromium/ui/gfx/NativeWindow.java',
'android/java/src/org/chromium/ui/SelectFileDialog.java',
],
« ui/gfx/android/gfx_jni_registrar.cc ('K') | « ui/gfx/screen_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698