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

Unified Diff: build/common.gypi

Issue 1028703004: Enable hi-dpi support on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enable hi-dpi support on Linux. Created 5 years, 9 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 | build/config/ui.gni » ('j') | no next file with comments »
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 515f50a3aaccf36ac15df18d0b98e1b4ee82cf4b..42ccc123fbc89d794ae329d863176aba07073d54 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -210,8 +210,8 @@
'toolkit_views%': 0,
}],
- # Enable HiDPI on Mac OS, Chrome OS and Windows.
- ['OS=="mac" or chromeos==1 or OS=="win"', {
+ # Enable HiDPI on Mac OS, Chrome OS, Windows and Linux.
+ ['OS=="mac" or chromeos==1 or OS=="win" or OS=="linux"', {
'enable_hidpi%': 1,
}],
« no previous file with comments | « no previous file | build/config/ui.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698