| 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 3042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3053 'app/theme/newtab.pdf', | 3053 'app/theme/newtab.pdf', |
| 3054 'app/theme/o2_globe.png', | 3054 'app/theme/o2_globe.png', |
| 3055 'app/theme/o2_history.png', | 3055 'app/theme/o2_history.png', |
| 3056 'app/theme/o2_more.png', | 3056 'app/theme/o2_more.png', |
| 3057 'app/theme/o2_search.png', | 3057 'app/theme/o2_search.png', |
| 3058 'app/theme/o2_star.png', | 3058 'app/theme/o2_star.png', |
| 3059 'app/theme/otr_icon.pdf', | 3059 'app/theme/otr_icon.pdf', |
| 3060 'app/theme/pageinfo_bad.png', | 3060 'app/theme/pageinfo_bad.png', |
| 3061 'app/theme/pageinfo_good.png', | 3061 'app/theme/pageinfo_good.png', |
| 3062 'app/theme/reload_Template.pdf', | 3062 'app/theme/reload_Template.pdf', |
| 3063 'app/theme/sadfavicon.png', | |
| 3064 'app/theme/sadtab.png', | |
| 3065 'app/theme/star_Template.pdf', | 3063 'app/theme/star_Template.pdf', |
| 3066 'app/theme/starred.pdf', | 3064 'app/theme/starred.pdf', |
| 3067 'app/theme/stop_Template.pdf', | 3065 'app/theme/stop_Template.pdf', |
| 3068 '../app/resources/throbber.png', | |
| 3069 'app/theme/throbber_waiting.png', | |
| 3070 'app/app-Info.plist', | 3066 'app/app-Info.plist', |
| 3071 ], | 3067 ], |
| 3072 # TODO(mark): Come up with a fancier way to do this. It should only | 3068 # TODO(mark): Come up with a fancier way to do this. It should only |
| 3073 # be necessary to list app-Info.plist once, not the three times it is | 3069 # be necessary to list app-Info.plist once, not the three times it is |
| 3074 # listed here. | 3070 # listed here. |
| 3075 'mac_bundle_resources!': [ | 3071 'mac_bundle_resources!': [ |
| 3076 'app/app-Info.plist', | 3072 'app/app-Info.plist', |
| 3077 ], | 3073 ], |
| 3078 'xcode_settings': { | 3074 'xcode_settings': { |
| 3079 'INFOPLIST_FILE': 'app/app-Info.plist', | 3075 'INFOPLIST_FILE': 'app/app-Info.plist', |
| (...skipping 3017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6097 # Use outputs of this action as inputs for the main target build. | 6093 # Use outputs of this action as inputs for the main target build. |
| 6098 # Seems as a misnomer but makes this happy on Linux (scons). | 6094 # Seems as a misnomer but makes this happy on Linux (scons). |
| 6099 'process_outputs_as_sources': 1, | 6095 'process_outputs_as_sources': 1, |
| 6100 }, | 6096 }, |
| 6101 ], # 'actions' | 6097 ], # 'actions' |
| 6102 }, | 6098 }, |
| 6103 ] | 6099 ] |
| 6104 }], | 6100 }], |
| 6105 ], # 'conditions' | 6101 ], # 'conditions' |
| 6106 } | 6102 } |
| OLD | NEW |