| 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 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1373 'browser/shell_integration.h', | 1373 'browser/shell_integration.h', |
| 1374 'browser/shell_integration_mac.mm', | 1374 'browser/shell_integration_mac.mm', |
| 1375 'browser/spellcheck_worditerator.cc', | 1375 'browser/spellcheck_worditerator.cc', |
| 1376 'browser/spellcheck_worditerator.h', | 1376 'browser/spellcheck_worditerator.h', |
| 1377 'browser/spellchecker.cc', | 1377 'browser/spellchecker.cc', |
| 1378 'browser/spellchecker.h', | 1378 'browser/spellchecker.h', |
| 1379 'browser/ssl/ssl_blocking_page.cc', | 1379 'browser/ssl/ssl_blocking_page.cc', |
| 1380 'browser/ssl/ssl_blocking_page.h', | 1380 'browser/ssl/ssl_blocking_page.h', |
| 1381 'browser/ssl/ssl_cert_error_handler.cc', | 1381 'browser/ssl/ssl_cert_error_handler.cc', |
| 1382 'browser/ssl/ssl_cert_error_handler.h', | 1382 'browser/ssl/ssl_cert_error_handler.h', |
| 1383 'browser/ssl/ssl_client_auth_handler.cc', |
| 1384 'browser/ssl/ssl_client_auth_handler.h', |
| 1383 'browser/ssl/ssl_error_handler.cc', | 1385 'browser/ssl/ssl_error_handler.cc', |
| 1384 'browser/ssl/ssl_error_handler.h', | 1386 'browser/ssl/ssl_error_handler.h', |
| 1385 'browser/ssl/ssl_error_info.cc', | 1387 'browser/ssl/ssl_error_info.cc', |
| 1386 'browser/ssl/ssl_error_info.h', | 1388 'browser/ssl/ssl_error_info.h', |
| 1387 'browser/ssl/ssl_host_state.cc', | 1389 'browser/ssl/ssl_host_state.cc', |
| 1388 'browser/ssl/ssl_host_state.h', | 1390 'browser/ssl/ssl_host_state.h', |
| 1389 'browser/ssl/ssl_manager.cc', | 1391 'browser/ssl/ssl_manager.cc', |
| 1390 'browser/ssl/ssl_manager.h', | 1392 'browser/ssl/ssl_manager.h', |
| 1391 'browser/ssl/ssl_mixed_content_handler.cc', | 1393 'browser/ssl/ssl_mixed_content_handler.cc', |
| 1392 'browser/ssl/ssl_mixed_content_handler.h', | 1394 'browser/ssl/ssl_mixed_content_handler.h', |
| (...skipping 3414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4807 # Use outputs of this action as inputs for the main target build. | 4809 # Use outputs of this action as inputs for the main target build. |
| 4808 # Seems as a misnomer but makes this happy on Linux (scons). | 4810 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4809 'process_outputs_as_sources': 1, | 4811 'process_outputs_as_sources': 1, |
| 4810 }, | 4812 }, |
| 4811 ], # 'actions' | 4813 ], # 'actions' |
| 4812 }, | 4814 }, |
| 4813 ] | 4815 ] |
| 4814 }], | 4816 }], |
| 4815 ], # 'conditions' | 4817 ], # 'conditions' |
| 4816 } | 4818 } |
| OLD | NEW |