|
Metro/HiDPI: Use metro resource pak in metro mode
This CL does the following:
- add a new enable_metro build flag
- if the build flag is set then add a new metro icon resource pak to chrome
- at run time if Chrome is running in metro mode AND ENABLE_METRO is set then use the metro icon resource pak
BUG= 114311
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133843
Total comments: 4
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+104 lines, -10 lines) |
Patch |
|
M |
build/common.gypi
|
View
|
1
2
3
4
5
6
|
5 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/app/theme/theme_resources_metro_1x.grd
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_resources.gyp
|
View
|
1
2
|
2 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/installer/mini_installer/chrome.release
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/tools/build/win/FILES.cfg
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/tools/build/win/create_installer_archive.py
|
View
|
1
2
3
4
5
6
|
4 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/tools/build/win/release.rules
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/gritsettings/resource_ids
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/base/resource/resource_bundle_win.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
|
A |
ui/base/win/metro.h
|
View
|
1
2
3
4
5
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/base/win/metro.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/ui.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|