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

Unified Diff: build/common.gypi

Issue 10662039: Add HiDPI assets for the WebUI bookmarks manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 | chrome/browser/browser_resources.grd » ('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 ace84baf73b24546a8f0e3dc1910f8df69a57905..7c6cfde4acedfde06f9a7fc4028e77b205a5ec3f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1082,6 +1082,9 @@
['OS=="android"', {
'grit_defines': ['-D', 'android'],
}],
+ ['OS=="mac"', {
+ 'grit_defines': ['-D', 'scale_factors=2x'],
+ }],
['enable_extensions==1', {
'grit_defines': ['-D', 'enable_extensions'],
}],
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698