| 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 'sources': [ | 451 'sources': [ |
| 452 'common/net/http_return.h', | 452 'common/net/http_return.h', |
| 453 'common/net/net_resource_provider.cc', | 453 'common/net/net_resource_provider.cc', |
| 454 'common/net/net_resource_provider.h', | 454 'common/net/net_resource_provider.h', |
| 455 'common/net/predictor_common.h', | 455 'common/net/predictor_common.h', |
| 456 'common/net/raw_host_resolver_proc.cc', | 456 'common/net/raw_host_resolver_proc.cc', |
| 457 'common/net/raw_host_resolver_proc.h', | 457 'common/net/raw_host_resolver_proc.h', |
| 458 'common/net/socket_stream.h', | 458 'common/net/socket_stream.h', |
| 459 'common/net/url_fetcher.cc', | 459 'common/net/url_fetcher.cc', |
| 460 'common/net/url_fetcher.h', | 460 'common/net/url_fetcher.h', |
| 461 'common/net/url_fetcher_protect.cc', | |
| 462 'common/net/url_fetcher_protect.h', | |
| 463 'common/net/url_request_context_getter.cc', | 461 'common/net/url_request_context_getter.cc', |
| 464 'common/net/url_request_context_getter.h', | 462 'common/net/url_request_context_getter.h', |
| 465 'common/net/url_request_intercept_job.cc', | 463 'common/net/url_request_intercept_job.cc', |
| 466 'common/net/url_request_intercept_job.h', | 464 'common/net/url_request_intercept_job.h', |
| 467 'common/net/gaia/gaia_auth_consumer.h', | 465 'common/net/gaia/gaia_auth_consumer.h', |
| 468 'common/net/gaia/gaia_auth_fetcher.cc', | 466 'common/net/gaia/gaia_auth_fetcher.cc', |
| 469 'common/net/gaia/gaia_auth_fetcher.h', | 467 'common/net/gaia/gaia_auth_fetcher.h', |
| 470 'common/net/gaia/gaia_authenticator.cc', | 468 'common/net/gaia/gaia_authenticator.cc', |
| 471 'common/net/gaia/gaia_authenticator.h', | 469 'common/net/gaia/gaia_authenticator.h', |
| 472 'common/net/gaia/google_service_auth_error.h', | 470 'common/net/gaia/google_service_auth_error.h', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 'configurations': { | 579 'configurations': { |
| 582 'Common_Base': { | 580 'Common_Base': { |
| 583 'msvs_target_platform': 'x64', | 581 'msvs_target_platform': 'x64', |
| 584 }, | 582 }, |
| 585 }, | 583 }, |
| 586 }, | 584 }, |
| 587 ], | 585 ], |
| 588 }], | 586 }], |
| 589 ], | 587 ], |
| 590 } | 588 } |
| OLD | NEW |