Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Side by Side Diff: chrome/chrome_common.gypi

Issue 7171023: Adds the OAuthRequestSigner class to facilitate OAuth integration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using PRId64 formatter in preference to static_cast of the value. Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'common/net/gaia/gaia_auth_fetcher.cc', 358 'common/net/gaia/gaia_auth_fetcher.cc',
359 'common/net/gaia/gaia_auth_fetcher.h', 359 'common/net/gaia/gaia_auth_fetcher.h',
360 'common/net/gaia/gaia_authenticator.cc', 360 'common/net/gaia/gaia_authenticator.cc',
361 'common/net/gaia/gaia_authenticator.h', 361 'common/net/gaia/gaia_authenticator.h',
362 'common/net/gaia/gaia_oauth_client.cc', 362 'common/net/gaia/gaia_oauth_client.cc',
363 'common/net/gaia/gaia_oauth_client.h', 363 'common/net/gaia/gaia_oauth_client.h',
364 'common/net/gaia/gaia_urls.cc', 364 'common/net/gaia/gaia_urls.cc',
365 'common/net/gaia/gaia_urls.h', 365 'common/net/gaia/gaia_urls.h',
366 'common/net/gaia/google_service_auth_error.cc', 366 'common/net/gaia/google_service_auth_error.cc',
367 'common/net/gaia/google_service_auth_error.h', 367 'common/net/gaia/google_service_auth_error.h',
368 'common/net/gaia/oauth_request_signer.cc',
369 'common/net/gaia/oauth_request_signer.h',
368 'common/net/x509_certificate_model.cc', 370 'common/net/x509_certificate_model.cc',
369 'common/net/x509_certificate_model_nss.cc', 371 'common/net/x509_certificate_model_nss.cc',
370 'common/net/x509_certificate_model_openssl.cc', 372 'common/net/x509_certificate_model_openssl.cc',
371 'common/net/x509_certificate_model.h', 373 'common/net/x509_certificate_model.h',
372 ], 374 ],
373 'dependencies': [ 375 'dependencies': [
374 'chrome_resources', 376 'chrome_resources',
375 'chrome_strings', 377 'chrome_strings',
376 '../app/app.gyp:app_base', 378 '../app/app.gyp:app_base',
377 '../base/base.gyp:base', 379 '../base/base.gyp:base',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'configurations': { 567 'configurations': {
566 'Common_Base': { 568 'Common_Base': {
567 'msvs_target_platform': 'x64', 569 'msvs_target_platform': 'x64',
568 }, 570 },
569 }, 571 },
570 }, 572 },
571 ], 573 ],
572 }], 574 }],
573 ], 575 ],
574 } 576 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698