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

Side by Side Diff: chrome/chrome_common.gypi

Issue 9549013: Add code to mint OAuth tokens from login-scoped OAuth token. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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) 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'common/net/gaia/gaia_oauth_client.h', 392 'common/net/gaia/gaia_oauth_client.h',
393 'common/net/gaia/gaia_urls.cc', 393 'common/net/gaia/gaia_urls.cc',
394 'common/net/gaia/gaia_urls.h', 394 'common/net/gaia/gaia_urls.h',
395 'common/net/gaia/google_service_auth_error.cc', 395 'common/net/gaia/google_service_auth_error.cc',
396 'common/net/gaia/google_service_auth_error.h', 396 'common/net/gaia/google_service_auth_error.h',
397 'common/net/gaia/oauth_request_signer.cc', 397 'common/net/gaia/oauth_request_signer.cc',
398 'common/net/gaia/oauth_request_signer.h', 398 'common/net/gaia/oauth_request_signer.h',
399 'common/net/gaia/oauth2_access_token_consumer.h', 399 'common/net/gaia/oauth2_access_token_consumer.h',
400 'common/net/gaia/oauth2_access_token_fetcher.cc', 400 'common/net/gaia/oauth2_access_token_fetcher.cc',
401 'common/net/gaia/oauth2_access_token_fetcher.h', 401 'common/net/gaia/oauth2_access_token_fetcher.h',
402 'common/net/gaia/oauth2_mint_token_consumer.h',
403 'common/net/gaia/oauth2_mint_token_fetcher.cc',
404 'common/net/gaia/oauth2_mint_token_fetcher.h',
402 'common/net/gaia/oauth2_revocation_consumer.h', 405 'common/net/gaia/oauth2_revocation_consumer.h',
403 'common/net/gaia/oauth2_revocation_fetcher.cc', 406 'common/net/gaia/oauth2_revocation_fetcher.cc',
404 'common/net/gaia/oauth2_revocation_fetcher.h', 407 'common/net/gaia/oauth2_revocation_fetcher.h',
405 'common/net/x509_certificate_model.cc', 408 'common/net/x509_certificate_model.cc',
406 'common/net/x509_certificate_model_nss.cc', 409 'common/net/x509_certificate_model_nss.cc',
407 'common/net/x509_certificate_model_openssl.cc', 410 'common/net/x509_certificate_model_openssl.cc',
408 'common/net/x509_certificate_model.h', 411 'common/net/x509_certificate_model.h',
409 ], 412 ],
410 'dependencies': [ 413 'dependencies': [
411 '<(DEPTH)/base/base.gyp:base', 414 '<(DEPTH)/base/base.gyp:base',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'common/metrics/proto/user_action_event.proto', 476 'common/metrics/proto/user_action_event.proto',
474 ], 477 ],
475 'variables': { 478 'variables': {
476 'proto_in_dir': 'common/metrics/proto', 479 'proto_in_dir': 'common/metrics/proto',
477 'proto_out_dir': 'chrome/common/metrics/proto', 480 'proto_out_dir': 'chrome/common/metrics/proto',
478 }, 481 },
479 'includes': [ '../build/protoc.gypi' ], 482 'includes': [ '../build/protoc.gypi' ],
480 }, 483 },
481 ], 484 ],
482 } 485 }
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