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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 10918254: [Mac] Move the lists of XIB files into a gypi file. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add a comment Created 8 years, 3 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 | « build/mac/edit_xibs.sh ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 1fb8787c2b425dc5507648b2a43e83499cc3c5d5..78b78f6099fe663a5e198a6bbe3255dc9351de5f 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2453,61 +2453,21 @@
'variables': {
'xib_localizer_tool_path':
'tools/build/mac/generate_localizer',
- 'xib_files_to_scan': [
- # The xibs that need localization
- 'app/nibs/AvatarMenuItem.xib',
- 'app/nibs/BookmarkAllTabs.xib',
- 'app/nibs/BookmarkBar.xib',
- 'app/nibs/BookmarkBubble.xib',
- 'app/nibs/BookmarkEditor.xib',
- 'app/nibs/BookmarkNameFolder.xib',
- 'app/nibs/BrowserWindow.xib',
- 'app/nibs/ChromeToMobileBubble.xib',
- 'app/nibs/CollectedCookies.xib',
- 'app/nibs/ContentBlockedCookies.xib',
- 'app/nibs/ContentBlockedImages.xib',
- 'app/nibs/ContentBlockedJavaScript.xib',
- 'app/nibs/ContentBlockedMixedScript.xib',
- 'app/nibs/ContentBlockedPlugins.xib',
- 'app/nibs/ContentBlockedPopups.xib',
- 'app/nibs/ContentBlockedGeolocation.xib',
- 'app/nibs/ContentProtocolHandlers.xib',
- 'app/nibs/CookieDetailsView.xib',
- 'app/nibs/DownloadItem.xib',
- 'app/nibs/DownloadShelf.xib',
- 'app/nibs/EditSearchEngine.xib',
- 'app/nibs/ExtensionInstallPrompt.xib',
- 'app/nibs/ExtensionInstallPromptBundle.xib',
- 'app/nibs/ExtensionInstallPromptInline.xib',
- 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
- 'app/nibs/ExtensionInstalledBubble.xib',
- 'app/nibs/FirstRunBubble.xib',
- 'app/nibs/FirstRunDialog.xib',
- 'app/nibs/FullscreenExitBubble.xib',
- 'app/nibs/HttpAuthLoginSheet.xib',
- 'app/nibs/HungRendererDialog.xib',
- 'app/nibs/ImportProgressDialog.xib',
- 'app/nibs/MainMenu.xib',
- 'app/nibs/OneClickSigninBubble.xib',
- 'app/nibs/SadTab.xib',
- 'app/nibs/SaveAccessoryView.xib',
- 'app/nibs/SpeechRecognitionBubble.xib',
- 'app/nibs/TaskManager.xib',
- 'app/nibs/Toolbar.xib',
- 'app/nibs/WrenchMenu.xib',
- ],
},
+ 'includes': [
+ 'chrome_nibs.gypi',
+ ],
'action_name': 'Process xibs for localization',
'inputs': [
'<(xib_localizer_tool_path)',
- '<@(xib_files_to_scan)',
+ '<@(mac_translated_xibs)',
],
'outputs': [
'<(INTERMEDIATE_DIR)/ui_localizer_table.h',
],
'action': ['<(xib_localizer_tool_path)',
'<@(_outputs)',
- '<@(xib_files_to_scan)'],
+ '<@(mac_translated_xibs)'],
},
],
}],
« no previous file with comments | « build/mac/edit_xibs.sh ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698