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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8803029: Add OAuth2 revocation fetcher that is right now used for notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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) 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 '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 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 'common/mac/objc_zombie_unittest.mm', 1975 'common/mac/objc_zombie_unittest.mm',
1976 'common/metrics_log_manager_unittest.cc', 1976 'common/metrics_log_manager_unittest.cc',
1977 'common/multi_process_lock_unittest.cc', 1977 'common/multi_process_lock_unittest.cc',
1978 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 1978 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
1979 'common/net/gaia/gaia_auth_fetcher_unittest.h', 1979 'common/net/gaia/gaia_auth_fetcher_unittest.h',
1980 'common/net/gaia/gaia_authenticator_unittest.cc', 1980 'common/net/gaia/gaia_authenticator_unittest.cc',
1981 'common/net/gaia/gaia_oauth_client_unittest.cc', 1981 'common/net/gaia/gaia_oauth_client_unittest.cc',
1982 'common/net/gaia/google_service_auth_error_unittest.cc', 1982 'common/net/gaia/google_service_auth_error_unittest.cc',
1983 'common/net/gaia/oauth_request_signer_unittest.cc', 1983 'common/net/gaia/oauth_request_signer_unittest.cc',
1984 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', 1984 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc',
1985 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc',
1985 'common/random_unittest.cc', 1986 'common/random_unittest.cc',
1986 'common/service_process_util_unittest.cc', 1987 'common/service_process_util_unittest.cc',
1987 'common/string_ordinal_unittest.cc', 1988 'common/string_ordinal_unittest.cc',
1988 'common/switch_utils_unittest.cc', 1989 'common/switch_utils_unittest.cc',
1989 'common/thumbnail_score_unittest.cc', 1990 'common/thumbnail_score_unittest.cc',
1990 'common/time_format_unittest.cc', 1991 'common/time_format_unittest.cc',
1991 'common/web_apps_unittest.cc', 1992 'common/web_apps_unittest.cc',
1992 'common/worker_thread_ticker_unittest.cc', 1993 'common/worker_thread_ticker_unittest.cc',
1993 'common/zip_reader_unittest.cc', 1994 'common/zip_reader_unittest.cc',
1994 'common/zip_unittest.cc', 1995 'common/zip_unittest.cc',
(...skipping 2306 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 # Use outputs of this action as inputs for the main target build. 4302 # Use outputs of this action as inputs for the main target build.
4302 # Seems as a misnomer but makes this happy on Linux (scons). 4303 # Seems as a misnomer but makes this happy on Linux (scons).
4303 'process_outputs_as_sources': 1, 4304 'process_outputs_as_sources': 1,
4304 }, 4305 },
4305 ], # 'actions' 4306 ], # 'actions'
4306 }, 4307 },
4307 ] 4308 ]
4308 }], # 'coverage!=0' 4309 }], # 'coverage!=0'
4309 ], # 'conditions' 4310 ], # 'conditions'
4310 } 4311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698