| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 ], | 340 ], |
| 341 }, | 341 }, |
| 342 { | 342 { |
| 343 'target_name': 'common_net', | 343 'target_name': 'common_net', |
| 344 'type': 'static_library', | 344 'type': 'static_library', |
| 345 'sources': [ | 345 'sources': [ |
| 346 'common/net/http_return.h', | 346 'common/net/http_return.h', |
| 347 'common/net/net_resource_provider.cc', | 347 'common/net/net_resource_provider.cc', |
| 348 'common/net/net_resource_provider.h', | 348 'common/net/net_resource_provider.h', |
| 349 'common/net/predictor_common.h', | 349 'common/net/predictor_common.h', |
| 350 'common/net/url_fetcher.cc', | |
| 351 'common/net/url_fetcher.h', | |
| 352 'common/net/gaia/gaia_auth_consumer.cc', | 350 'common/net/gaia/gaia_auth_consumer.cc', |
| 353 'common/net/gaia/gaia_auth_consumer.h', | 351 'common/net/gaia/gaia_auth_consumer.h', |
| 354 'common/net/gaia/gaia_auth_fetcher.cc', | 352 'common/net/gaia/gaia_auth_fetcher.cc', |
| 355 'common/net/gaia/gaia_auth_fetcher.h', | 353 'common/net/gaia/gaia_auth_fetcher.h', |
| 356 'common/net/gaia/gaia_authenticator.cc', | 354 'common/net/gaia/gaia_authenticator.cc', |
| 357 'common/net/gaia/gaia_authenticator.h', | 355 'common/net/gaia/gaia_authenticator.h', |
| 358 'common/net/gaia/gaia_oauth_client.cc', | 356 'common/net/gaia/gaia_oauth_client.cc', |
| 359 'common/net/gaia/gaia_oauth_client.h', | 357 'common/net/gaia/gaia_oauth_client.h', |
| 360 'common/net/gaia/google_service_auth_error.cc', | 358 'common/net/gaia/google_service_auth_error.cc', |
| 361 'common/net/gaia/google_service_auth_error.h', | 359 'common/net/gaia/google_service_auth_error.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 'configurations': { | 511 'configurations': { |
| 514 'Common_Base': { | 512 'Common_Base': { |
| 515 'msvs_target_platform': 'x64', | 513 'msvs_target_platform': 'x64', |
| 516 }, | 514 }, |
| 517 }, | 515 }, |
| 518 }, | 516 }, |
| 519 ], | 517 ], |
| 520 }], | 518 }], |
| 521 ], | 519 ], |
| 522 } | 520 } |
| OLD | NEW |