Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(878)

Unified Diff: build/mac/generate_localizer

Issue 159197: Add a custom subclass of GTMUILocalizer that skips the bundle work so we can ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/cocoa/ui_localizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/mac/generate_localizer
===================================================================
--- build/mac/generate_localizer (revision 21272)
+++ build/mac/generate_localizer (working copy)
@@ -27,13 +27,12 @@
#ifndef %(class_name)s_LOCALIZER_H_
#define %(class_name)s_LOCALIZER_H_
-#import "third_party/GTM/AppKit/GTMUILocalizer.h"
+#import "chrome/browser/cocoa/ui_localizer.h"
-// A subclass of GTMUILocalizer that handles localizes based on resource
+// A subclass of ChromeUILocalizer that handles localization based on resource
// constants.
-@interface %(class_name)sLocalizer : GTMUILocalizer {
-}
+@interface %(class_name)sLocalizer : ChromeUILocalizer
@end
#endif // %(class_name)s_LOCALIZER_H_
@@ -49,7 +48,6 @@
#import "%(header_name)s"
-#import "chrome/browser/cocoa/ui_localizer.h"
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
« no previous file with comments | « no previous file | chrome/browser/cocoa/ui_localizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698