| 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 2321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2332 'xib_files_to_scan': [ | 2332 'xib_files_to_scan': [ |
| 2333 # The xibs that need localization | 2333 # The xibs that need localization |
| 2334 'app/nibs/About.xib', | 2334 'app/nibs/About.xib', |
| 2335 'app/nibs/BookmarkBar.xib', | 2335 'app/nibs/BookmarkBar.xib', |
| 2336 'app/nibs/BookmarkBubble.xib', | 2336 'app/nibs/BookmarkBubble.xib', |
| 2337 'app/nibs/BookmarkEditor.xib', | 2337 'app/nibs/BookmarkEditor.xib', |
| 2338 'app/nibs/BookmarkNameFolder.xib', | 2338 'app/nibs/BookmarkNameFolder.xib', |
| 2339 'app/nibs/ClearBrowsingData.xib', | 2339 'app/nibs/ClearBrowsingData.xib', |
| 2340 'app/nibs/EditSearchEngine.xib', | 2340 'app/nibs/EditSearchEngine.xib', |
| 2341 'app/nibs/FirstRunDialog.xib', | 2341 'app/nibs/FirstRunDialog.xib', |
| 2342 'app/nibs/HttpAuthLoginSheet.xib', |
| 2342 'app/nibs/HungRendererDialog.xib', | 2343 'app/nibs/HungRendererDialog.xib', |
| 2343 'app/nibs/ImportProgressDialog.xib', | 2344 'app/nibs/ImportProgressDialog.xib', |
| 2344 'app/nibs/KeywordEditor.xib', | 2345 'app/nibs/KeywordEditor.xib', |
| 2345 'app/nibs/MainMenu.xib', | 2346 'app/nibs/MainMenu.xib', |
| 2346 'app/nibs/SaveAccessoryView.xib', | 2347 'app/nibs/SaveAccessoryView.xib', |
| 2347 'app/nibs/TabView.xib', | 2348 'app/nibs/TabView.xib', |
| 2348 'app/nibs/Toolbar.xib', | 2349 'app/nibs/Toolbar.xib', |
| 2349 ], | 2350 ], |
| 2350 }, | 2351 }, |
| 2351 'action_name': 'Process xibs for localization', | 2352 'action_name': 'Process xibs for localization', |
| (...skipping 3741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6093 # Use outputs of this action as inputs for the main target build. | 6094 # Use outputs of this action as inputs for the main target build. |
| 6094 # Seems as a misnomer but makes this happy on Linux (scons). | 6095 # Seems as a misnomer but makes this happy on Linux (scons). |
| 6095 'process_outputs_as_sources': 1, | 6096 'process_outputs_as_sources': 1, |
| 6096 }, | 6097 }, |
| 6097 ], # 'actions' | 6098 ], # 'actions' |
| 6098 }, | 6099 }, |
| 6099 ] | 6100 ] |
| 6100 }], | 6101 }], |
| 6101 ], # 'conditions' | 6102 ], # 'conditions' |
| 6102 } | 6103 } |
| OLD | NEW |