|
Wire up resource bundles on the mac:
- compile resource_bundle
- add resource_bundle_mac by cloning the linux and using some NSBundle to find
the files.
- enable resource bundles on the mac in the calling code.
- added script to app target to repack .pak files into larger chunks (chrome,
theme, and localized bits).
- added script to copy repacked files into the app bundle.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10460
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+145 lines, -123 lines) |
Patch |
 |
M |
chrome/app/chrome_dll_main.cc
|
View
|
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.xcodeproj/project.pbxproj
|
View
|
|
6 chunks |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/l10n_util.cc
|
View
|
|
3 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/common/resource_bundle.h
|
View
|
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
chrome/common/resource_bundle_mac.mm
|
View
|
|
3 chunks |
+32 lines, -57 lines |
10 comments
|
Download
|
 |
M |
chrome/common/temp_scaffolding_stubs.cc
|
View
|
|
2 chunks |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
A |
chrome/tools/mac_copy_grit_resources.sh
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/tools/mac_repack_grit_resources.sh
|
View
|
|
1 chunk |
+34 lines, -0 lines |
2 comments
|
Download
|
Total messages: 3 (0 generated)
|