summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-09 15:56:00 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-09 15:56:00 +0000
commit380849006703f05d5c18892e329f86572c15a53e (patch)
treed098674eb735fc16f67ad19fb9dea9436d0ba5cf /chrome/chrome.gyp
parent1b1435141e8fe2fd37291159fbf688069320916f (diff)
downloadchromium_src-380849006703f05d5c18892e329f86572c15a53e.zip
chromium_src-380849006703f05d5c18892e329f86572c15a53e.tar.gz
chromium_src-380849006703f05d5c18892e329f86572c15a53e.tar.bz2
Remove the preference localizer class.
Add some new strings that didn't exit to the grd file needed by Mac prefs. Update all the strings in the file to use the localizer. BUG=20538 TEST=Almost all the pref strings should be localized, there area few new ones that won't show up localized until we do a TC run. The controls do *NOT* auto size yet, so there can be clipping/oversized controls. Review URL: http://codereview.chromium.org/273001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28539 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 3af72d3..cd9138d 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1109,8 +1109,6 @@
'browser/cocoa/page_info_window_controller.mm',
'browser/cocoa/page_info_window_mac.h',
'browser/cocoa/page_info_window_mac.mm',
- 'browser/cocoa/preferences_localizer.h',
- 'browser/cocoa/preferences_localizer.mm',
'browser/cocoa/preferences_window_controller.h',
'browser/cocoa/preferences_window_controller.mm',
'browser/cocoa/rwhvm_editcommand_helper.h',
@@ -2499,6 +2497,7 @@
'app/nibs/KeywordEditor.xib',
'app/nibs/MainMenu.xib',
'app/nibs/PageInfo.xib',
+ 'app/nibs/Preferences.xib',
'app/nibs/SaveAccessoryView.xib',
'app/nibs/TabView.xib',
'app/nibs/TaskManager.xib',