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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8669010: Revert 111270 - Part 1 of work to do user sign in based on OAuth2: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « chrome/chrome_common.gypi ('k') | chrome/common/net/gaia/gaia_auth_consumer.h » ('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 'target_defaults': { 5 'target_defaults': {
6 'conditions': [ 6 'conditions': [
7 ['strip_tests==1', { 7 ['strip_tests==1', {
8 'cflags!': [ '-g' ], 8 'cflags!': [ '-g' ],
9 'ldflags': [ '-Wl,--strip-debug' ], 9 'ldflags': [ '-Wl,--strip-debug' ],
10 }], 10 }],
(...skipping 1954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 'common/mac/objc_method_swizzle_unittest.mm', 1965 'common/mac/objc_method_swizzle_unittest.mm',
1966 'common/mac/objc_zombie_unittest.mm', 1966 'common/mac/objc_zombie_unittest.mm',
1967 'common/metrics_log_manager_unittest.cc', 1967 'common/metrics_log_manager_unittest.cc',
1968 'common/multi_process_lock_unittest.cc', 1968 'common/multi_process_lock_unittest.cc',
1969 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 1969 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
1970 'common/net/gaia/gaia_auth_fetcher_unittest.h', 1970 'common/net/gaia/gaia_auth_fetcher_unittest.h',
1971 'common/net/gaia/gaia_authenticator_unittest.cc', 1971 'common/net/gaia/gaia_authenticator_unittest.cc',
1972 'common/net/gaia/gaia_oauth_client_unittest.cc', 1972 'common/net/gaia/gaia_oauth_client_unittest.cc',
1973 'common/net/gaia/google_service_auth_error_unittest.cc', 1973 'common/net/gaia/google_service_auth_error_unittest.cc',
1974 'common/net/gaia/oauth_request_signer_unittest.cc', 1974 'common/net/gaia/oauth_request_signer_unittest.cc',
1975 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc',
1976 'common/random_unittest.cc', 1975 'common/random_unittest.cc',
1977 'common/service_process_util_unittest.cc', 1976 'common/service_process_util_unittest.cc',
1978 'common/string_ordinal_unittest.cc', 1977 'common/string_ordinal_unittest.cc',
1979 'common/switch_utils_unittest.cc', 1978 'common/switch_utils_unittest.cc',
1980 'common/thumbnail_score_unittest.cc', 1979 'common/thumbnail_score_unittest.cc',
1981 'common/time_format_unittest.cc', 1980 'common/time_format_unittest.cc',
1982 'common/web_apps_unittest.cc', 1981 'common/web_apps_unittest.cc',
1983 'common/worker_thread_ticker_unittest.cc', 1982 'common/worker_thread_ticker_unittest.cc',
1984 'common/zip_reader_unittest.cc', 1983 'common/zip_reader_unittest.cc',
1985 'common/zip_unittest.cc', 1984 'common/zip_unittest.cc',
(...skipping 2355 matching lines...) Expand 10 before | Expand all | Expand 10 after
4341 # Use outputs of this action as inputs for the main target build. 4340 # Use outputs of this action as inputs for the main target build.
4342 # Seems as a misnomer but makes this happy on Linux (scons). 4341 # Seems as a misnomer but makes this happy on Linux (scons).
4343 'process_outputs_as_sources': 1, 4342 'process_outputs_as_sources': 1,
4344 }, 4343 },
4345 ], # 'actions' 4344 ], # 'actions'
4346 }, 4345 },
4347 ] 4346 ]
4348 }], # 'coverage!=0' 4347 }], # 'coverage!=0'
4349 ], # 'conditions' 4348 ], # 'conditions'
4350 } 4349 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/net/gaia/gaia_auth_consumer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698