diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 02:12:11 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 02:12:11 +0000 |
commit | 2e317bffec137548f6240fff37b70b5f4b372740 (patch) | |
tree | 3db7b06819fcd1e729530a801dccaa74653a2644 /ui/base/ui_base_paths.h | |
parent | 83d9dc34879eb006cb7f3ba53f0e6ec5e24772a9 (diff) | |
download | chromium_src-2e317bffec137548f6240fff37b70b5f4b372740.zip chromium_src-2e317bffec137548f6240fff37b70b5f4b372740.tar.gz chromium_src-2e317bffec137548f6240fff37b70b5f4b372740.tar.bz2 |
Metro/HiDPI: Move 1x icons into separate pak file
Currently all 1x art files are repacked into chrome.pak files.
This is a problem on Windows where we want to choose which pak file to load based on metro and DPI scale.
As a first step this CL does the following:
- add a new enable_hidpi build flag. This allows us to test HiDPI mode on Windows Chrome.
- stop packing theme_resources_standard.pak and ui_resources_standard.pak into chrome.pak
- update the Mac and Windows installer code to package the extra pak files.
Note, I'll be updating the Linux installer script in a separate CL. I'm still looking into the ChromeOS situation.
BUG=114311
TEST=Ran on Windows, and Mac and Linux.
Review URL: http://codereview.chromium.org/10024050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132517 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/ui_base_paths.h')
-rw-r--r-- | ui/base/ui_base_paths.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/base/ui_base_paths.h b/ui/base/ui_base_paths.h index 2884ae9..6d58d49 100644 --- a/ui/base/ui_base_paths.h +++ b/ui/base/ui_base_paths.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -18,9 +18,6 @@ enum { DIR_LOCALES, // Directory where locale resources are stored. - FILE_RESOURCES_PAK, // Path to the data .pak file which holds binary - // resources. - // Valid only in development environment; TODO(darin): move these DIR_TEST_DATA, // Directory where unit test data resides. |