| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'sources': [ | 444 'sources': [ |
| 445 'common/net/http_return.h', | 445 'common/net/http_return.h', |
| 446 'common/net/net_resource_provider.cc', | 446 'common/net/net_resource_provider.cc', |
| 447 'common/net/net_resource_provider.h', | 447 'common/net/net_resource_provider.h', |
| 448 'common/net/predictor_common.h', | 448 'common/net/predictor_common.h', |
| 449 'common/net/raw_host_resolver_proc.cc', | 449 'common/net/raw_host_resolver_proc.cc', |
| 450 'common/net/raw_host_resolver_proc.h', | 450 'common/net/raw_host_resolver_proc.h', |
| 451 'common/net/socket_stream.h', | 451 'common/net/socket_stream.h', |
| 452 'common/net/url_fetcher.cc', | 452 'common/net/url_fetcher.cc', |
| 453 'common/net/url_fetcher.h', | 453 'common/net/url_fetcher.h', |
| 454 'common/net/url_fetcher_protect.cc', | |
| 455 'common/net/url_fetcher_protect.h', | |
| 456 'common/net/url_request_context_getter.cc', | 454 'common/net/url_request_context_getter.cc', |
| 457 'common/net/url_request_context_getter.h', | 455 'common/net/url_request_context_getter.h', |
| 458 'common/net/url_request_intercept_job.cc', | 456 'common/net/url_request_intercept_job.cc', |
| 459 'common/net/url_request_intercept_job.h', | 457 'common/net/url_request_intercept_job.h', |
| 460 'common/net/gaia/gaia_auth_consumer.h', | 458 'common/net/gaia/gaia_auth_consumer.h', |
| 461 'common/net/gaia/gaia_auth_fetcher.cc', | 459 'common/net/gaia/gaia_auth_fetcher.cc', |
| 462 'common/net/gaia/gaia_auth_fetcher.h', | 460 'common/net/gaia/gaia_auth_fetcher.h', |
| 463 'common/net/gaia/gaia_authenticator.cc', | 461 'common/net/gaia/gaia_authenticator.cc', |
| 464 'common/net/gaia/gaia_authenticator.h', | 462 'common/net/gaia/gaia_authenticator.h', |
| 465 'common/net/gaia/google_service_auth_error.h', | 463 'common/net/gaia/google_service_auth_error.h', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 'configurations': { | 570 'configurations': { |
| 573 'Common_Base': { | 571 'Common_Base': { |
| 574 'msvs_target_platform': 'x64', | 572 'msvs_target_platform': 'x64', |
| 575 }, | 573 }, |
| 576 }, | 574 }, |
| 577 }, | 575 }, |
| 578 ], | 576 ], |
| 579 }], | 577 }], |
| 580 ], | 578 ], |
| 581 } | 579 } |
| OLD | NEW |