| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 ], | 317 ], |
| 318 }, | 318 }, |
| 319 { | 319 { |
| 320 'target_name': 'common_net', | 320 'target_name': 'common_net', |
| 321 'type': '<(library)', | 321 'type': '<(library)', |
| 322 'sources': [ | 322 'sources': [ |
| 323 'common/net/dns.h', | 323 'common/net/dns.h', |
| 324 'common/net/http_return.h', | 324 'common/net/http_return.h', |
| 325 'common/net/net_resource_provider.cc', | 325 'common/net/net_resource_provider.cc', |
| 326 'common/net/net_resource_provider.h', | 326 'common/net/net_resource_provider.h', |
| 327 'common/net/network_change_notifier_proxy.cc', | |
| 328 'common/net/network_change_notifier_proxy.h', | |
| 329 'common/net/network_change_notifier_thread.h', | |
| 330 'common/net/network_change_observer_proxy.cc', | |
| 331 'common/net/network_change_observer_proxy.h', | |
| 332 'common/net/socket_stream.h', | 327 'common/net/socket_stream.h', |
| 333 'common/net/url_fetcher.cc', | 328 'common/net/url_fetcher.cc', |
| 334 'common/net/url_fetcher.h', | 329 'common/net/url_fetcher.h', |
| 335 'common/net/url_fetcher_protect.cc', | 330 'common/net/url_fetcher_protect.cc', |
| 336 'common/net/url_fetcher_protect.h', | 331 'common/net/url_fetcher_protect.h', |
| 337 'common/net/url_request_context_getter.cc', | 332 'common/net/url_request_context_getter.cc', |
| 338 'common/net/url_request_context_getter.h', | 333 'common/net/url_request_context_getter.h', |
| 339 'common/net/url_request_intercept_job.cc', | 334 'common/net/url_request_intercept_job.cc', |
| 340 'common/net/url_request_intercept_job.h', | 335 'common/net/url_request_intercept_job.h', |
| 341 'common/net/gaia/gaia_authenticator.cc', | 336 'common/net/gaia/gaia_authenticator.cc', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 'configurations': { | 403 'configurations': { |
| 409 'Common_Base': { | 404 'Common_Base': { |
| 410 'msvs_target_platform': 'x64', | 405 'msvs_target_platform': 'x64', |
| 411 }, | 406 }, |
| 412 }, | 407 }, |
| 413 }, | 408 }, |
| 414 ], | 409 ], |
| 415 }], | 410 }], |
| 416 ], | 411 ], |
| 417 } | 412 } |
| OLD | NEW |