| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 2253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2264 'xib_localizer_tool_path': | 2264 'xib_localizer_tool_path': |
| 2265 '<(DEPTH)/build/mac/generate_localizer', | 2265 '<(DEPTH)/build/mac/generate_localizer', |
| 2266 'xib_files_to_scan': [ | 2266 'xib_files_to_scan': [ |
| 2267 # The xibs that need localization | 2267 # The xibs that need localization |
| 2268 'app/nibs/About.xib', | 2268 'app/nibs/About.xib', |
| 2269 'app/nibs/BookmarkBar.xib', | 2269 'app/nibs/BookmarkBar.xib', |
| 2270 'app/nibs/BookmarkBubble.xib', | 2270 'app/nibs/BookmarkBubble.xib', |
| 2271 'app/nibs/BookmarkEditor.xib', | 2271 'app/nibs/BookmarkEditor.xib', |
| 2272 'app/nibs/BookmarkNameFolder.xib', | 2272 'app/nibs/BookmarkNameFolder.xib', |
| 2273 'app/nibs/ClearBrowsingData.xib', | 2273 'app/nibs/ClearBrowsingData.xib', |
| 2274 'app/nibs/FirstRunDialog.xib', |
| 2274 'app/nibs/HungRendererDialog.xib', | 2275 'app/nibs/HungRendererDialog.xib', |
| 2276 'app/nibs/ImportProgressDialog.xib', |
| 2275 'app/nibs/MainMenu.xib', | 2277 'app/nibs/MainMenu.xib', |
| 2276 'app/nibs/SaveAccessoryView.xib', | 2278 'app/nibs/SaveAccessoryView.xib', |
| 2277 'app/nibs/TabView.xib', | 2279 'app/nibs/TabView.xib', |
| 2278 'app/nibs/Toolbar.xib', | 2280 'app/nibs/Toolbar.xib', |
| 2279 ], | 2281 ], |
| 2280 }, | 2282 }, |
| 2281 'action_name': 'Process xibs for localization', | 2283 'action_name': 'Process xibs for localization', |
| 2282 'process_outputs_as_sources': 1, | 2284 'process_outputs_as_sources': 1, |
| 2283 'inputs': [ | 2285 'inputs': [ |
| 2284 '<(xib_localizer_tool_path)', | 2286 '<(xib_localizer_tool_path)', |
| (...skipping 3637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5922 # Use outputs of this action as inputs for the main target build. | 5924 # Use outputs of this action as inputs for the main target build. |
| 5923 # Seems as a misnomer but makes this happy on Linux (scons). | 5925 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5924 'process_outputs_as_sources': 1, | 5926 'process_outputs_as_sources': 1, |
| 5925 }, | 5927 }, |
| 5926 ], # 'actions' | 5928 ], # 'actions' |
| 5927 }, | 5929 }, |
| 5928 ] | 5930 ] |
| 5929 }], | 5931 }], |
| 5930 ], # 'conditions' | 5932 ], # 'conditions' |
| 5931 } | 5933 } |
| OLD | NEW |