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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 'type': '<(library)', | 341 'type': '<(library)', |
342 'sources': [ | 342 'sources': [ |
343 'common/net/http_return.h', | 343 'common/net/http_return.h', |
344 'common/net/net_resource_provider.cc', | 344 'common/net/net_resource_provider.cc', |
345 'common/net/net_resource_provider.h', | 345 'common/net/net_resource_provider.h', |
346 'common/net/predictor_common.h', | 346 'common/net/predictor_common.h', |
347 'common/net/raw_host_resolver_proc.cc', | 347 'common/net/raw_host_resolver_proc.cc', |
348 'common/net/raw_host_resolver_proc.h', | 348 'common/net/raw_host_resolver_proc.h', |
349 'common/net/url_fetcher.cc', | 349 'common/net/url_fetcher.cc', |
350 'common/net/url_fetcher.h', | 350 'common/net/url_fetcher.h', |
| 351 'common/net/gaia/authentication_consumer.cc', |
| 352 'common/net/gaia/authentication_consumer.h', |
| 353 'common/net/gaia/authentication_consumer_oauth.cc', |
| 354 'common/net/gaia/authentication_consumer_oauth.h', |
| 355 'common/net/gaia/authentication_fetcher.cc', |
| 356 'common/net/gaia/authentication_fetcher.h', |
| 357 'common/net/gaia/authentication_fetcher_oauth.cc', |
| 358 'common/net/gaia/authentication_fetcher_oauth.h', |
351 'common/net/gaia/gaia_auth_consumer.cc', | 359 'common/net/gaia/gaia_auth_consumer.cc', |
352 'common/net/gaia/gaia_auth_consumer.h', | 360 'common/net/gaia/gaia_auth_consumer.h', |
353 'common/net/gaia/gaia_auth_fetcher.cc', | 361 'common/net/gaia/gaia_auth_fetcher.cc', |
354 'common/net/gaia/gaia_auth_fetcher.h', | 362 'common/net/gaia/gaia_auth_fetcher.h', |
355 'common/net/gaia/gaia_authenticator.cc', | 363 'common/net/gaia/gaia_authenticator.cc', |
356 'common/net/gaia/gaia_authenticator.h', | 364 'common/net/gaia/gaia_authenticator.h', |
357 'common/net/gaia/gaia_oauth_client.cc', | 365 'common/net/gaia/gaia_oauth_client.cc', |
358 'common/net/gaia/gaia_oauth_client.h', | 366 'common/net/gaia/gaia_oauth_client.h', |
359 'common/net/gaia/google_service_auth_error.cc', | 367 'common/net/gaia/google_service_auth_error.cc', |
360 'common/net/gaia/google_service_auth_error.h', | 368 'common/net/gaia/google_service_auth_error.h', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 'configurations': { | 482 'configurations': { |
475 'Common_Base': { | 483 'Common_Base': { |
476 'msvs_target_platform': 'x64', | 484 'msvs_target_platform': 'x64', |
477 }, | 485 }, |
478 }, | 486 }, |
479 }, | 487 }, |
480 ], | 488 ], |
481 }], | 489 }], |
482 ], | 490 ], |
483 } | 491 } |
OLD | NEW |