| 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 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2488 'renderer/renderer_histogram_snapshots.h', | 2488 'renderer/renderer_histogram_snapshots.h', |
| 2489 'renderer/renderer_main.cc', | 2489 'renderer/renderer_main.cc', |
| 2490 'renderer/renderer_main_platform_delegate.h', | 2490 'renderer/renderer_main_platform_delegate.h', |
| 2491 'renderer/renderer_main_platform_delegate_linux.cc', | 2491 'renderer/renderer_main_platform_delegate_linux.cc', |
| 2492 'renderer/renderer_main_platform_delegate_mac.mm', | 2492 'renderer/renderer_main_platform_delegate_mac.mm', |
| 2493 'renderer/renderer_main_platform_delegate_win.cc', | 2493 'renderer/renderer_main_platform_delegate_win.cc', |
| 2494 'renderer/renderer_sandbox_support_linux.cc', | 2494 'renderer/renderer_sandbox_support_linux.cc', |
| 2495 'renderer/renderer_sandbox_support_linux.h', | 2495 'renderer/renderer_sandbox_support_linux.h', |
| 2496 'renderer/renderer_webkitclient_impl.cc', | 2496 'renderer/renderer_webkitclient_impl.cc', |
| 2497 'renderer/renderer_webkitclient_impl.h', | 2497 'renderer/renderer_webkitclient_impl.h', |
| 2498 'renderer/renderer_webstoragearea_impl.cc', |
| 2499 'renderer/renderer_webstoragearea_impl.h', |
| 2500 'renderer/renderer_webstoragenamespace_impl.cc', |
| 2501 'renderer/renderer_webstoragenamespace_impl.h', |
| 2498 'renderer/user_script_slave.cc', | 2502 'renderer/user_script_slave.cc', |
| 2499 'renderer/user_script_slave.h', | 2503 'renderer/user_script_slave.h', |
| 2500 'renderer/visitedlink_slave.cc', | 2504 'renderer/visitedlink_slave.cc', |
| 2501 'renderer/visitedlink_slave.h', | 2505 'renderer/visitedlink_slave.h', |
| 2502 'renderer/webplugin_delegate_proxy.cc', | 2506 'renderer/webplugin_delegate_proxy.cc', |
| 2503 'renderer/webplugin_delegate_proxy.h', | 2507 'renderer/webplugin_delegate_proxy.h', |
| 2504 'renderer/webworker_proxy.cc', | 2508 'renderer/webworker_proxy.cc', |
| 2505 'renderer/webworker_proxy.h', | 2509 'renderer/webworker_proxy.h', |
| 2506 | 2510 |
| 2507 'tools/build/win/precompiled_wtl.cc', | 2511 'tools/build/win/precompiled_wtl.cc', |
| (...skipping 2617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5125 # Use outputs of this action as inputs for the main target build. | 5129 # Use outputs of this action as inputs for the main target build. |
| 5126 # Seems as a misnomer but makes this happy on Linux (scons). | 5130 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5127 'process_outputs_as_sources': 1, | 5131 'process_outputs_as_sources': 1, |
| 5128 }, | 5132 }, |
| 5129 ], # 'actions' | 5133 ], # 'actions' |
| 5130 }, | 5134 }, |
| 5131 ] | 5135 ] |
| 5132 }], | 5136 }], |
| 5133 ], # 'conditions' | 5137 ], # 'conditions' |
| 5134 } | 5138 } |
| OLD | NEW |