| 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 1428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1439 'browser/icon_loader.h', | 1439 'browser/icon_loader.h', |
| 1440 'browser/icon_loader.cc', | 1440 'browser/icon_loader.cc', |
| 1441 'browser/icon_loader_linux.cc', | 1441 'browser/icon_loader_linux.cc', |
| 1442 'browser/icon_loader_mac.mm', | 1442 'browser/icon_loader_mac.mm', |
| 1443 'browser/icon_loader_win.cc', | 1443 'browser/icon_loader_win.cc', |
| 1444 'browser/icon_manager.cc', | 1444 'browser/icon_manager.cc', |
| 1445 'browser/icon_manager.h', | 1445 'browser/icon_manager.h', |
| 1446 'browser/icon_manager_linux.cc', | 1446 'browser/icon_manager_linux.cc', |
| 1447 'browser/icon_manager_mac.mm', | 1447 'browser/icon_manager_mac.mm', |
| 1448 'browser/icon_manager_win.cc', | 1448 'browser/icon_manager_win.cc', |
| 1449 'browser/image_loading_tracker.cc', |
| 1450 'browser/image_loading_tracker.h', |
| 1449 'browser/ime_input.cc', | 1451 'browser/ime_input.cc', |
| 1450 'browser/ime_input.h', | 1452 'browser/ime_input.h', |
| 1451 'browser/importer/firefox2_importer.cc', | 1453 'browser/importer/firefox2_importer.cc', |
| 1452 'browser/importer/firefox2_importer.h', | 1454 'browser/importer/firefox2_importer.h', |
| 1453 'browser/importer/firefox3_importer.cc', | 1455 'browser/importer/firefox3_importer.cc', |
| 1454 'browser/importer/firefox3_importer.h', | 1456 'browser/importer/firefox3_importer.h', |
| 1455 'browser/importer/firefox_importer_utils.cc', | 1457 'browser/importer/firefox_importer_utils.cc', |
| 1456 'browser/importer/firefox_importer_utils_linux.cc', | 1458 'browser/importer/firefox_importer_utils_linux.cc', |
| 1457 'browser/importer/firefox_importer_utils_mac.mm', | 1459 'browser/importer/firefox_importer_utils_mac.mm', |
| 1458 'browser/importer/firefox_importer_utils_win.cc', | 1460 'browser/importer/firefox_importer_utils_win.cc', |
| (...skipping 4620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6079 # Use outputs of this action as inputs for the main target build. | 6081 # Use outputs of this action as inputs for the main target build. |
| 6080 # Seems as a misnomer but makes this happy on Linux (scons). | 6082 # Seems as a misnomer but makes this happy on Linux (scons). |
| 6081 'process_outputs_as_sources': 1, | 6083 'process_outputs_as_sources': 1, |
| 6082 }, | 6084 }, |
| 6083 ], # 'actions' | 6085 ], # 'actions' |
| 6084 }, | 6086 }, |
| 6085 ] | 6087 ] |
| 6086 }], | 6088 }], |
| 6087 ], # 'conditions' | 6089 ], # 'conditions' |
| 6088 } | 6090 } |
| OLD | NEW |