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

Side by Side Diff: chrome/chrome_common.gypi

Issue 9937004: Create an abstract flow class that abstracts the following logical steps of calling an OAuth2 enabl… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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') | chrome/common/net/gaia/oauth2_api_call_flow.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'common/net/gaia/gaia_oauth_client.h', 402 'common/net/gaia/gaia_oauth_client.h',
403 'common/net/gaia/gaia_urls.cc', 403 'common/net/gaia/gaia_urls.cc',
404 'common/net/gaia/gaia_urls.h', 404 'common/net/gaia/gaia_urls.h',
405 'common/net/gaia/google_service_auth_error.cc', 405 'common/net/gaia/google_service_auth_error.cc',
406 'common/net/gaia/google_service_auth_error.h', 406 'common/net/gaia/google_service_auth_error.h',
407 'common/net/gaia/oauth_request_signer.cc', 407 'common/net/gaia/oauth_request_signer.cc',
408 'common/net/gaia/oauth_request_signer.h', 408 'common/net/gaia/oauth_request_signer.h',
409 'common/net/gaia/oauth2_access_token_consumer.h', 409 'common/net/gaia/oauth2_access_token_consumer.h',
410 'common/net/gaia/oauth2_access_token_fetcher.cc', 410 'common/net/gaia/oauth2_access_token_fetcher.cc',
411 'common/net/gaia/oauth2_access_token_fetcher.h', 411 'common/net/gaia/oauth2_access_token_fetcher.h',
412 'common/net/gaia/oauth2_api_call_flow.cc',
413 'common/net/gaia/oauth2_api_call_flow.h',
412 'common/net/gaia/oauth2_mint_token_consumer.h', 414 'common/net/gaia/oauth2_mint_token_consumer.h',
413 'common/net/gaia/oauth2_mint_token_fetcher.cc', 415 'common/net/gaia/oauth2_mint_token_fetcher.cc',
414 'common/net/gaia/oauth2_mint_token_fetcher.h', 416 'common/net/gaia/oauth2_mint_token_fetcher.h',
415 'common/net/gaia/oauth2_mint_token_flow.cc', 417 'common/net/gaia/oauth2_mint_token_flow.cc',
416 'common/net/gaia/oauth2_mint_token_flow.h', 418 'common/net/gaia/oauth2_mint_token_flow.h',
417 'common/net/gaia/oauth2_revocation_consumer.h', 419 'common/net/gaia/oauth2_revocation_consumer.h',
418 'common/net/gaia/oauth2_revocation_fetcher.cc', 420 'common/net/gaia/oauth2_revocation_fetcher.cc',
419 'common/net/gaia/oauth2_revocation_fetcher.h', 421 'common/net/gaia/oauth2_revocation_fetcher.h',
420 'common/net/x509_certificate_model.cc', 422 'common/net/x509_certificate_model.cc',
421 'common/net/x509_certificate_model_nss.cc', 423 'common/net/x509_certificate_model_nss.cc',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'common/metrics/proto/user_action_event.proto', 490 'common/metrics/proto/user_action_event.proto',
489 ], 491 ],
490 'variables': { 492 'variables': {
491 'proto_in_dir': 'common/metrics/proto', 493 'proto_in_dir': 'common/metrics/proto',
492 'proto_out_dir': 'chrome/common/metrics/proto', 494 'proto_out_dir': 'chrome/common/metrics/proto',
493 }, 495 },
494 'includes': [ '../build/protoc.gypi' ], 496 'includes': [ '../build/protoc.gypi' ],
495 }, 497 },
496 ], 498 ],
497 } 499 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/net/gaia/oauth2_api_call_flow.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698