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 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1218 'browser/importer/firefox_profile_lock.cc', | 1218 'browser/importer/firefox_profile_lock.cc', |
1219 'browser/importer/firefox_profile_lock.h', | 1219 'browser/importer/firefox_profile_lock.h', |
1220 'browser/importer/firefox_profile_lock_posix.cc', | 1220 'browser/importer/firefox_profile_lock_posix.cc', |
1221 'browser/importer/firefox_profile_lock_win.cc', | 1221 'browser/importer/firefox_profile_lock_win.cc', |
1222 'browser/importer/ie_importer.cc', | 1222 'browser/importer/ie_importer.cc', |
1223 'browser/importer/ie_importer.h', | 1223 'browser/importer/ie_importer.h', |
1224 'browser/importer/importer.cc', | 1224 'browser/importer/importer.cc', |
1225 'browser/importer/importer.h', | 1225 'browser/importer/importer.h', |
1226 'browser/importer/mork_reader.cc', | 1226 'browser/importer/mork_reader.cc', |
1227 'browser/importer/mork_reader.h', | 1227 'browser/importer/mork_reader.h', |
| 1228 'browser/importer/nss_decryptor.cc', |
| 1229 'browser/importer/nss_decryptor.h', |
| 1230 'browser/importer/nss_decryptor_linux.cc', |
| 1231 'browser/importer/nss_decryptor_linux.h', |
| 1232 'browser/importer/nss_decryptor_mac.h', |
| 1233 'browser/importer/nss_decryptor_win.cc', |
| 1234 'browser/importer/nss_decryptor_win.h', |
1228 'browser/importer/toolbar_importer.cc', | 1235 'browser/importer/toolbar_importer.cc', |
1229 'browser/importer/toolbar_importer.h', | 1236 'browser/importer/toolbar_importer.h', |
1230 'browser/in_process_webkit/browser_webkitclient_impl.cc', | 1237 'browser/in_process_webkit/browser_webkitclient_impl.cc', |
1231 'browser/in_process_webkit/browser_webkitclient_impl.h', | 1238 'browser/in_process_webkit/browser_webkitclient_impl.h', |
1232 'browser/in_process_webkit/dom_storage_dispatcher_host.cc', | 1239 'browser/in_process_webkit/dom_storage_dispatcher_host.cc', |
1233 'browser/in_process_webkit/dom_storage_dispatcher_host.h', | 1240 'browser/in_process_webkit/dom_storage_dispatcher_host.h', |
1234 'browser/in_process_webkit/webkit_context.cc', | 1241 'browser/in_process_webkit/webkit_context.cc', |
1235 'browser/in_process_webkit/webkit_context.h', | 1242 'browser/in_process_webkit/webkit_context.h', |
1236 'browser/in_process_webkit/webkit_thread.cc', | 1243 'browser/in_process_webkit/webkit_thread.cc', |
1237 'browser/in_process_webkit/webkit_thread.h', | 1244 'browser/in_process_webkit/webkit_thread.h', |
(...skipping 3861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5099 # Use outputs of this action as inputs for the main target build. | 5106 # Use outputs of this action as inputs for the main target build. |
5100 # Seems as a misnomer but makes this happy on Linux (scons). | 5107 # Seems as a misnomer but makes this happy on Linux (scons). |
5101 'process_outputs_as_sources': 1, | 5108 'process_outputs_as_sources': 1, |
5102 }, | 5109 }, |
5103 ], # 'actions' | 5110 ], # 'actions' |
5104 }, | 5111 }, |
5105 ] | 5112 ] |
5106 }], | 5113 }], |
5107 ], # 'conditions' | 5114 ], # 'conditions' |
5108 } | 5115 } |
OLD | NEW |