OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |