| 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 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2494 'app/keystone_glue.m', | 2494 'app/keystone_glue.m', |
| 2495 'app/scoped_ole_initializer.h', | 2495 'app/scoped_ole_initializer.h', |
| 2496 ], | 2496 ], |
| 2497 'dependencies': [ | 2497 'dependencies': [ |
| 2498 '../build/util/support/support.gyp:*', | 2498 '../build/util/support/support.gyp:*', |
| 2499 ], | 2499 ], |
| 2500 'mac_bundle_resources': [ | 2500 'mac_bundle_resources': [ |
| 2501 # put any pdfs down in the sources block below so pdfsqueeze runs on | 2501 # put any pdfs down in the sources block below so pdfsqueeze runs on |
| 2502 # them. | 2502 # them. |
| 2503 'app/nibs/en.lproj/About.xib', | 2503 'app/nibs/en.lproj/About.xib', |
| 2504 'app/nibs/en.lproj/BookmarkBar.xib', |
| 2504 'app/nibs/en.lproj/BrowserWindow.xib', | 2505 'app/nibs/en.lproj/BrowserWindow.xib', |
| 2505 'app/nibs/en.lproj/ClearBrowsingData.xib', | 2506 'app/nibs/en.lproj/ClearBrowsingData.xib', |
| 2506 'app/nibs/en.lproj/DownloadItem.xib', | 2507 'app/nibs/en.lproj/DownloadItem.xib', |
| 2507 'app/nibs/en.lproj/DownloadShelf.xib', | 2508 'app/nibs/en.lproj/DownloadShelf.xib', |
| 2508 'app/nibs/en.lproj/FindBar.xib', | 2509 'app/nibs/en.lproj/FindBar.xib', |
| 2509 'app/nibs/en.lproj/FirstRunDialog.xib', | 2510 'app/nibs/en.lproj/FirstRunDialog.xib', |
| 2510 'app/nibs/en.lproj/HungRendererDialog.xib', | 2511 'app/nibs/en.lproj/HungRendererDialog.xib', |
| 2511 'app/nibs/en.lproj/MainMenu.xib', | 2512 'app/nibs/en.lproj/MainMenu.xib', |
| 2512 'app/nibs/en.lproj/PageInfo.xib', | 2513 'app/nibs/en.lproj/PageInfo.xib', |
| 2513 'app/nibs/en.lproj/Preferences.xib', | 2514 'app/nibs/en.lproj/Preferences.xib', |
| (...skipping 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4991 # Use outputs of this action as inputs for the main target build. | 4992 # Use outputs of this action as inputs for the main target build. |
| 4992 # Seems as a misnomer but makes this happy on Linux (scons). | 4993 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4993 'process_outputs_as_sources': 1, | 4994 'process_outputs_as_sources': 1, |
| 4994 }, | 4995 }, |
| 4995 ], # 'actions' | 4996 ], # 'actions' |
| 4996 }, | 4997 }, |
| 4997 ] | 4998 ] |
| 4998 }], | 4999 }], |
| 4999 ], # 'conditions' | 5000 ], # 'conditions' |
| 5000 } | 5001 } |
| OLD | NEW |