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 2237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2248 'renderer/renderer_histogram_snapshots.h', | 2248 'renderer/renderer_histogram_snapshots.h', |
2249 'renderer/renderer_logging.h', | 2249 'renderer/renderer_logging.h', |
2250 'renderer/renderer_logging_linux.cc', | 2250 'renderer/renderer_logging_linux.cc', |
2251 'renderer/renderer_logging_mac.mm', | 2251 'renderer/renderer_logging_mac.mm', |
2252 'renderer/renderer_logging_win.cc', | 2252 'renderer/renderer_logging_win.cc', |
2253 'renderer/renderer_main.cc', | 2253 'renderer/renderer_main.cc', |
2254 'renderer/renderer_main_platform_delegate.h', | 2254 'renderer/renderer_main_platform_delegate.h', |
2255 'renderer/renderer_main_platform_delegate_linux.cc', | 2255 'renderer/renderer_main_platform_delegate_linux.cc', |
2256 'renderer/renderer_main_platform_delegate_mac.mm', | 2256 'renderer/renderer_main_platform_delegate_mac.mm', |
2257 'renderer/renderer_main_platform_delegate_win.cc', | 2257 'renderer/renderer_main_platform_delegate_win.cc', |
| 2258 'renderer/renderer_sandbox_support_linux.cc', |
| 2259 'renderer/renderer_sandbox_support_linux.h', |
2258 'renderer/renderer_webkitclient_impl.cc', | 2260 'renderer/renderer_webkitclient_impl.cc', |
2259 'renderer/renderer_webkitclient_impl.h', | 2261 'renderer/renderer_webkitclient_impl.h', |
2260 'renderer/user_script_slave.cc', | 2262 'renderer/user_script_slave.cc', |
2261 'renderer/user_script_slave.h', | 2263 'renderer/user_script_slave.h', |
2262 'renderer/visitedlink_slave.cc', | 2264 'renderer/visitedlink_slave.cc', |
2263 'renderer/visitedlink_slave.h', | 2265 'renderer/visitedlink_slave.h', |
2264 'renderer/webplugin_delegate_proxy.cc', | 2266 'renderer/webplugin_delegate_proxy.cc', |
2265 'renderer/webplugin_delegate_proxy.h', | 2267 'renderer/webplugin_delegate_proxy.h', |
2266 'renderer/webworker_proxy.cc', | 2268 'renderer/webworker_proxy.cc', |
2267 'renderer/webworker_proxy.h', | 2269 'renderer/webworker_proxy.h', |
(...skipping 2537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4805 # Use outputs of this action as inputs for the main target build. | 4807 # Use outputs of this action as inputs for the main target build. |
4806 # Seems as a misnomer but makes this happy on Linux (scons). | 4808 # Seems as a misnomer but makes this happy on Linux (scons). |
4807 'process_outputs_as_sources': 1, | 4809 'process_outputs_as_sources': 1, |
4808 }, | 4810 }, |
4809 ], # 'actions' | 4811 ], # 'actions' |
4810 }, | 4812 }, |
4811 ] | 4813 ] |
4812 }], | 4814 }], |
4813 ], # 'conditions' | 4815 ], # 'conditions' |
4814 } | 4816 } |
OLD | NEW |