| 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 ], | 432 ], |
| 433 }, | 433 }, |
| 434 { | 434 { |
| 435 'target_name': 'common_net', | 435 'target_name': 'common_net', |
| 436 'type': '<(library)', | 436 'type': '<(library)', |
| 437 'sources': [ | 437 'sources': [ |
| 438 'common/net/http_return.h', | 438 'common/net/http_return.h', |
| 439 'common/net/net_resource_provider.cc', | 439 'common/net/net_resource_provider.cc', |
| 440 'common/net/net_resource_provider.h', | 440 'common/net/net_resource_provider.h', |
| 441 'common/net/predictor_common.h', | 441 'common/net/predictor_common.h', |
| 442 'common/net/raw_host_resolver_proc.cc', | |
| 443 'common/net/raw_host_resolver_proc.h', | |
| 444 'common/net/socket_stream.h', | 442 'common/net/socket_stream.h', |
| 445 'common/net/url_fetcher.cc', | 443 'common/net/url_fetcher.cc', |
| 446 'common/net/url_fetcher.h', | 444 'common/net/url_fetcher.h', |
| 447 'common/net/url_fetcher_protect.cc', | 445 'common/net/url_fetcher_protect.cc', |
| 448 'common/net/url_fetcher_protect.h', | 446 'common/net/url_fetcher_protect.h', |
| 449 'common/net/url_request_context_getter.cc', | 447 'common/net/url_request_context_getter.cc', |
| 450 'common/net/url_request_context_getter.h', | 448 'common/net/url_request_context_getter.h', |
| 451 'common/net/url_request_intercept_job.cc', | 449 'common/net/url_request_intercept_job.cc', |
| 452 'common/net/url_request_intercept_job.h', | 450 'common/net/url_request_intercept_job.h', |
| 453 'common/net/gaia/gaia_auth_consumer.h', | 451 'common/net/gaia/gaia_auth_consumer.h', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 'configurations': { | 553 'configurations': { |
| 556 'Common_Base': { | 554 'Common_Base': { |
| 557 'msvs_target_platform': 'x64', | 555 'msvs_target_platform': 'x64', |
| 558 }, | 556 }, |
| 559 }, | 557 }, |
| 560 }, | 558 }, |
| 561 ], | 559 ], |
| 562 }], | 560 }], |
| 563 ], | 561 ], |
| 564 } | 562 } |
| OLD | NEW |