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 # Mac NOTE: at the start of the conditions block we default some vars | 8 # Mac NOTE: at the start of the conditions block we default some vars |
9 # that control features based on the branding, this way each place that | 9 # that control features based on the branding, this way each place that |
10 # needs to know about the feature isn't hard coded to the branding type. | 10 # needs to know about the feature isn't hard coded to the branding type. |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 'common/net/cookie_monster_sqlite.cc', | 342 'common/net/cookie_monster_sqlite.cc', |
343 'common/net/cookie_monster_sqlite.h', | 343 'common/net/cookie_monster_sqlite.h', |
344 'common/net/dns.h', | 344 'common/net/dns.h', |
345 'common/net/url_request_intercept_job.cc', | 345 'common/net/url_request_intercept_job.cc', |
346 'common/net/url_request_intercept_job.h', | 346 'common/net/url_request_intercept_job.h', |
347 'common/app_cache/app_cache_context_impl.cc', | 347 'common/app_cache/app_cache_context_impl.cc', |
348 'common/app_cache/app_cache_context_impl.h', | 348 'common/app_cache/app_cache_context_impl.h', |
349 'common/app_cache/app_cache_dispatcher.cc', | 349 'common/app_cache/app_cache_dispatcher.cc', |
350 'common/app_cache/app_cache_dispatcher.h', | 350 'common/app_cache/app_cache_dispatcher.h', |
351 'common/app_cache/app_cache_dispatcher_host.cc', | 351 'common/app_cache/app_cache_dispatcher_host.cc', |
352 'common/app_cache/app_cache_dispatcher_host.h', | 352 'common/app_cache/app_cache_dispatcher_host.h', |
| 353 'common/automation_constants.cc', |
| 354 'common/automation_constants.h', |
353 'common/bindings_policy.h', | 355 'common/bindings_policy.h', |
354 'common/child_process.cc', | 356 'common/child_process.cc', |
355 'common/child_process.h', | 357 'common/child_process.h', |
356 'common/child_process_host.cc', | 358 'common/child_process_host.cc', |
357 'common/child_process_host.h', | 359 'common/child_process_host.h', |
358 'common/child_process_info.cc', | 360 'common/child_process_info.cc', |
359 'common/child_process_info.h', | 361 'common/child_process_info.h', |
360 'common/child_thread.cc', | 362 'common/child_thread.cc', |
361 'common/child_thread.h', | 363 'common/child_thread.h', |
362 'common/chrome_constants.cc', | 364 'common/chrome_constants.cc', |
(...skipping 3230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3593 # Use outputs of this action as inputs for the main target build. | 3595 # Use outputs of this action as inputs for the main target build. |
3594 # Seems as a misnomer but makes this happy on Linux (scons). | 3596 # Seems as a misnomer but makes this happy on Linux (scons). |
3595 'process_outputs_as_sources': 1, | 3597 'process_outputs_as_sources': 1, |
3596 }, | 3598 }, |
3597 ], # 'actions' | 3599 ], # 'actions' |
3598 }, | 3600 }, |
3599 ] | 3601 ] |
3600 }], | 3602 }], |
3601 ], # 'conditions' | 3603 ], # 'conditions' |
3602 } | 3604 } |
OLD | NEW |