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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9570063: Add a flow class to abstract all the details of minting a token for an app. (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
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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after
2080 'common/metrics/metrics_log_manager_unittest.cc', 2080 'common/metrics/metrics_log_manager_unittest.cc',
2081 'common/multi_process_lock_unittest.cc', 2081 'common/multi_process_lock_unittest.cc',
2082 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 2082 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
2083 'common/net/gaia/gaia_auth_fetcher_unittest.h', 2083 'common/net/gaia/gaia_auth_fetcher_unittest.h',
2084 'common/net/gaia/gaia_authenticator_unittest.cc', 2084 'common/net/gaia/gaia_authenticator_unittest.cc',
2085 'common/net/gaia/gaia_oauth_client_unittest.cc', 2085 'common/net/gaia/gaia_oauth_client_unittest.cc',
2086 'common/net/gaia/google_service_auth_error_unittest.cc', 2086 'common/net/gaia/google_service_auth_error_unittest.cc',
2087 'common/net/gaia/oauth_request_signer_unittest.cc', 2087 'common/net/gaia/oauth_request_signer_unittest.cc',
2088 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', 2088 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc',
2089 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', 2089 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc',
2090 'common/net/gaia/oauth2_mint_token_flow_unittest.cc',
2090 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', 2091 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc',
2091 'common/service_process_util_unittest.cc', 2092 'common/service_process_util_unittest.cc',
2092 'common/string_ordinal_unittest.cc', 2093 'common/string_ordinal_unittest.cc',
2093 'common/switch_utils_unittest.cc', 2094 'common/switch_utils_unittest.cc',
2094 'common/thumbnail_score_unittest.cc', 2095 'common/thumbnail_score_unittest.cc',
2095 'common/time_format_unittest.cc', 2096 'common/time_format_unittest.cc',
2096 'common/web_apps_unittest.cc', 2097 'common/web_apps_unittest.cc',
2097 'common/worker_thread_ticker_unittest.cc', 2098 'common/worker_thread_ticker_unittest.cc',
2098 'common/zip_reader_unittest.cc', 2099 'common/zip_reader_unittest.cc',
2099 'common/zip_unittest.cc', 2100 'common/zip_unittest.cc',
(...skipping 2599 matching lines...) Expand 10 before | Expand all | Expand 10 after
4699 # Use outputs of this action as inputs for the main target build. 4700 # Use outputs of this action as inputs for the main target build.
4700 # Seems as a misnomer but makes this happy on Linux (scons). 4701 # Seems as a misnomer but makes this happy on Linux (scons).
4701 'process_outputs_as_sources': 1, 4702 'process_outputs_as_sources': 1,
4702 }, 4703 },
4703 ], # 'actions' 4704 ], # 'actions'
4704 }, 4705 },
4705 ] 4706 ]
4706 }], # 'coverage!=0' 4707 }], # 'coverage!=0'
4707 ], # 'conditions' 4708 ], # 'conditions'
4708 } 4709 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698