|
Switch to using .pak files for locale data on Windows.
We were using .dlls, but the .pak files are smaller and this will
allow us to share more code across platforms.
- Remove app/locales.gyp (used on win to generate the locale dlls) and references to it in other gyp(i) files.
- Update various packaging scripts.
- Move functions from resource_bundle_posix.cc to resource_bundle.cc (LoadResourcesDataPak, UnloadLocaleResources, GetLocalizedString, LoadLocaleResources) and delete the corresponding functions from resource_bundle_win.cc.
BUG= 92724
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97941
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+211 lines, -950 lines) |
Patch |
|
M |
build/all.gyp
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
D |
chrome/app/locales/locales.gyp
|
View
|
|
1 chunk |
+0 lines, -678 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_exe.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/installer/mini_installer.gyp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/installer/mini_installer/chrome.release
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/tools/build/win/FILES
|
View
|
|
1 chunk |
+49 lines, -49 lines |
0 comments
|
Download
|
|
M |
chrome/tools/build/win/FILES.cfg
|
View
|
|
1 chunk |
+49 lines, -49 lines |
0 comments
|
Download
|
|
M |
chrome_frame/chrome_frame.gyp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ui/base/resource/resource_bundle.h
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
ui/base/resource/resource_bundle.cc
|
View
|
1
|
4 chunks |
+86 lines, -2 lines |
0 comments
|
Download
|
|
M |
ui/base/resource/resource_bundle_dummy.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
ui/base/resource/resource_bundle_linux.cc
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
|
M |
ui/base/resource/resource_bundle_posix.cc
|
View
|
1
|
4 chunks |
+1 line, -68 lines |
0 comments
|
Download
|
|
M |
ui/base/resource/resource_bundle_win.cc
|
View
|
1
2
3
4
|
4 chunks |
+13 lines, -80 lines |
0 comments
|
Download
|
|
M |
views/views.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|