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

Unified Diff: build/common.gypi

Issue 659883002: Enable hidpi on Linux, refactor a bit on Windows to share Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete some printfs Created 6 years, 2 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 | « no previous file | ui/gfx/pango_util.cc » ('j') | ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 7541519ea06784b5b3df681b94036e6def536f92..76d337107590fe2c4c3ebc263a038e54591c9b25 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -201,7 +201,7 @@
}],
# Enable HiDPI on Mac OS, Chrome OS and Windows.
- ['OS=="mac" or chromeos==1 or OS=="win"', {
+ ['OS=="mac" or chromeos==1 or OS=="win" or OS=="linux"', {
'enable_hidpi%': 1,
}],
« no previous file with comments | « no previous file | ui/gfx/pango_util.cc » ('j') | ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698