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

Unified Diff: build/common.gypi

Issue 10444060: Use chrome_html structure for shared_resources and options2 page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. 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/resources/chromeos/login/header_bar.css » ('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 bc9cee2f659f36f3e18849b99310f9763b5e1e21..b2a7693325d5aeebca6bcfe1d138fed3021ee108 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1037,7 +1037,7 @@
'-E', 'CHROMIUM_BUILD=chromium'],
}],
['chromeos==1', {
- 'grit_defines': ['-D', 'chromeos'],
+ 'grit_defines': ['-D', 'chromeos', '-D', 'scale_factors=2x'],
}],
['toolkit_views==1', {
'grit_defines': ['-D', 'toolkit_views'],
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/header_bar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698