| 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 'common/thumbnail_score.cc', | 506 'common/thumbnail_score.cc', |
| 507 'common/thumbnail_score.h', | 507 'common/thumbnail_score.h', |
| 508 'common/time_format.cc', | 508 'common/time_format.cc', |
| 509 'common/time_format.h', | 509 'common/time_format.h', |
| 510 'common/transport_dib.h', | 510 'common/transport_dib.h', |
| 511 'common/transport_dib_linux.cc', | 511 'common/transport_dib_linux.cc', |
| 512 'common/transport_dib_mac.cc', | 512 'common/transport_dib_mac.cc', |
| 513 'common/transport_dib_win.cc', | 513 'common/transport_dib_win.cc', |
| 514 'common/url_constants.cc', | 514 'common/url_constants.cc', |
| 515 'common/url_constants.h', | 515 'common/url_constants.h', |
| 516 'common/view_types.h', |
| 516 'common/visitedlink_common.cc', | 517 'common/visitedlink_common.cc', |
| 517 'common/visitedlink_common.h', | 518 'common/visitedlink_common.h', |
| 518 'common/webkit_param_traits.h', | 519 'common/webkit_param_traits.h', |
| 519 'common/webmessageportchannel_impl.cc', | 520 'common/webmessageportchannel_impl.cc', |
| 520 'common/webmessageportchannel_impl.h', | 521 'common/webmessageportchannel_impl.h', |
| 521 'common/win_safe_util.cc', | 522 'common/win_safe_util.cc', |
| 522 'common/win_safe_util.h', | 523 'common/win_safe_util.h', |
| 523 'common/worker_messages.h', | 524 'common/worker_messages.h', |
| 524 'common/worker_messages_internal.h', | 525 'common/worker_messages_internal.h', |
| 525 'common/worker_thread_ticker.cc', | 526 'common/worker_thread_ticker.cc', |
| (...skipping 4956 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5482 # Use outputs of this action as inputs for the main target build. | 5483 # Use outputs of this action as inputs for the main target build. |
| 5483 # Seems as a misnomer but makes this happy on Linux (scons). | 5484 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5484 'process_outputs_as_sources': 1, | 5485 'process_outputs_as_sources': 1, |
| 5485 }, | 5486 }, |
| 5486 ], # 'actions' | 5487 ], # 'actions' |
| 5487 }, | 5488 }, |
| 5488 ] | 5489 ] |
| 5489 }], | 5490 }], |
| 5490 ], # 'conditions' | 5491 ], # 'conditions' |
| 5491 } | 5492 } |
| OLD | NEW |