diff options
author | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 20:10:13 +0000 |
---|---|---|
committer | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 20:10:13 +0000 |
commit | d4d81e9eab18552d0ce9e1c75b02af06cbd1d72c (patch) | |
tree | 1954865de35e98d6fc9566b63599504df39b15d0 /build | |
parent | afa501d729384ede2b1d71d81e08f58ea842fd11 (diff) | |
download | chromium_src-d4d81e9eab18552d0ce9e1c75b02af06cbd1d72c.zip chromium_src-d4d81e9eab18552d0ce9e1c75b02af06cbd1d72c.tar.gz chromium_src-d4d81e9eab18552d0ce9e1c75b02af06cbd1d72c.tar.bz2 |
Use chrome_html structure for shared_resources and options2 page.
This will automatically pull in high DPI theme resources and locally available high DPI webui resources.
BUG=130124
TEST=Theme resources are referenced using @2x when running with scale factor 2.
Review URL: https://chromiumcodereview.appspot.com/10444060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140355 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index bc9cee2..b2a7693 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'], |