| 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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 'common/extensions/extension_error_reporter.h', | 351 'common/extensions/extension_error_reporter.h', |
| 352 'common/extensions/extension_error_utils.cc', | 352 'common/extensions/extension_error_utils.cc', |
| 353 'common/extensions/extension_error_utils.h', | 353 'common/extensions/extension_error_utils.h', |
| 354 'common/extensions/extension_unpacker.cc', | 354 'common/extensions/extension_unpacker.cc', |
| 355 'common/extensions/extension_unpacker.h', | 355 'common/extensions/extension_unpacker.h', |
| 356 'common/extensions/url_pattern.cc', | 356 'common/extensions/url_pattern.cc', |
| 357 'common/extensions/url_pattern.h', | 357 'common/extensions/url_pattern.h', |
| 358 'common/extensions/user_script.cc', | 358 'common/extensions/user_script.cc', |
| 359 'common/extensions/user_script.h', | 359 'common/extensions/user_script.h', |
| 360 'common/gfx/utils.h', | 360 'common/gfx/utils.h', |
| 361 'common/id_map.h', |
| 361 'common/net/cookie_monster_sqlite.cc', | 362 'common/net/cookie_monster_sqlite.cc', |
| 362 'common/net/cookie_monster_sqlite.h', | 363 'common/net/cookie_monster_sqlite.h', |
| 363 'common/net/dns.h', | 364 'common/net/dns.h', |
| 364 'common/net/url_request_intercept_job.cc', | 365 'common/net/url_request_intercept_job.cc', |
| 365 'common/net/url_request_intercept_job.h', | 366 'common/net/url_request_intercept_job.h', |
| 366 'common/web_resource/web_resource_unpacker.cc', | 367 'common/web_resource/web_resource_unpacker.cc', |
| 367 'common/web_resource/web_resource_unpacker.h', | 368 'common/web_resource/web_resource_unpacker.h', |
| 368 'common/app_cache/app_cache_context_impl.cc', | 369 'common/app_cache/app_cache_context_impl.cc', |
| 369 'common/app_cache/app_cache_context_impl.h', | 370 'common/app_cache/app_cache_context_impl.h', |
| 370 'common/app_cache/app_cache_dispatcher.cc', | 371 'common/app_cache/app_cache_dispatcher.cc', |
| (...skipping 5102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5473 # Use outputs of this action as inputs for the main target build. | 5474 # Use outputs of this action as inputs for the main target build. |
| 5474 # Seems as a misnomer but makes this happy on Linux (scons). | 5475 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5475 'process_outputs_as_sources': 1, | 5476 'process_outputs_as_sources': 1, |
| 5476 }, | 5477 }, |
| 5477 ], # 'actions' | 5478 ], # 'actions' |
| 5478 }, | 5479 }, |
| 5479 ] | 5480 ] |
| 5480 }], | 5481 }], |
| 5481 ], # 'conditions' | 5482 ], # 'conditions' |
| 5482 } | 5483 } |
| OLD | NEW |