| 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 2439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2450 'renderer/navigation_state.h', | 2450 'renderer/navigation_state.h', |
| 2451 'renderer/plugin_channel_host.cc', | 2451 'renderer/plugin_channel_host.cc', |
| 2452 'renderer/plugin_channel_host.h', | 2452 'renderer/plugin_channel_host.h', |
| 2453 'renderer/print_web_view_helper.cc', | 2453 'renderer/print_web_view_helper.cc', |
| 2454 'renderer/print_web_view_helper.h', | 2454 'renderer/print_web_view_helper.h', |
| 2455 'renderer/render_process.cc', | 2455 'renderer/render_process.cc', |
| 2456 'renderer/render_process.h', | 2456 'renderer/render_process.h', |
| 2457 'renderer/render_thread.cc', | 2457 'renderer/render_thread.cc', |
| 2458 'renderer/render_thread.h', | 2458 'renderer/render_thread.h', |
| 2459 'renderer/render_view.cc', | 2459 'renderer/render_view.cc', |
| 2460 'renderer/render_view_linux.cc', |
| 2460 'renderer/render_view.h', | 2461 'renderer/render_view.h', |
| 2461 'renderer/render_widget.cc', | 2462 'renderer/render_widget.cc', |
| 2462 'renderer/render_widget.h', | 2463 'renderer/render_widget.h', |
| 2463 'renderer/renderer_glue.cc', | 2464 'renderer/renderer_glue.cc', |
| 2464 'renderer/renderer_histogram_snapshots.cc', | 2465 'renderer/renderer_histogram_snapshots.cc', |
| 2465 'renderer/renderer_histogram_snapshots.h', | 2466 'renderer/renderer_histogram_snapshots.h', |
| 2466 'renderer/renderer_main.cc', | 2467 'renderer/renderer_main.cc', |
| 2467 'renderer/renderer_main_platform_delegate.h', | 2468 'renderer/renderer_main_platform_delegate.h', |
| 2468 'renderer/renderer_main_platform_delegate_linux.cc', | 2469 'renderer/renderer_main_platform_delegate_linux.cc', |
| 2469 'renderer/renderer_main_platform_delegate_mac.mm', | 2470 'renderer/renderer_main_platform_delegate_mac.mm', |
| (...skipping 2629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5099 # Use outputs of this action as inputs for the main target build. | 5100 # Use outputs of this action as inputs for the main target build. |
| 5100 # Seems as a misnomer but makes this happy on Linux (scons). | 5101 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5101 'process_outputs_as_sources': 1, | 5102 'process_outputs_as_sources': 1, |
| 5102 }, | 5103 }, |
| 5103 ], # 'actions' | 5104 ], # 'actions' |
| 5104 }, | 5105 }, |
| 5105 ] | 5106 ] |
| 5106 }], | 5107 }], |
| 5107 ], # 'conditions' | 5108 ], # 'conditions' |
| 5108 } | 5109 } |
| OLD | NEW |