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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9474041: Upload UMA data using protocol buffers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix crash in test 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 2053 matching lines...) Expand 10 before | Expand all | Expand 10 after
2064 'common/json_pref_store_unittest.cc', 2064 'common/json_pref_store_unittest.cc',
2065 'common/json_schema_validator_unittest.cc', 2065 'common/json_schema_validator_unittest.cc',
2066 'common/json_schema_validator_unittest_base.cc', 2066 'common/json_schema_validator_unittest_base.cc',
2067 'common/json_schema_validator_unittest_base.h', 2067 'common/json_schema_validator_unittest_base.h',
2068 'common/json_value_serializer_unittest.cc', 2068 'common/json_value_serializer_unittest.cc',
2069 'common/mac/cfbundle_blocker_unittest.mm', 2069 'common/mac/cfbundle_blocker_unittest.mm',
2070 'common/mac/mock_launchd.cc', 2070 'common/mac/mock_launchd.cc',
2071 'common/mac/mock_launchd.h', 2071 'common/mac/mock_launchd.h',
2072 'common/mac/objc_method_swizzle_unittest.mm', 2072 'common/mac/objc_method_swizzle_unittest.mm',
2073 'common/mac/objc_zombie_unittest.mm', 2073 'common/mac/objc_zombie_unittest.mm',
2074 'common/metrics/metrics_log_base_unittest.cc',
2074 'common/metrics/metrics_log_manager_unittest.cc', 2075 'common/metrics/metrics_log_manager_unittest.cc',
2075 'common/multi_process_lock_unittest.cc', 2076 'common/multi_process_lock_unittest.cc',
2076 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 2077 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
2077 'common/net/gaia/gaia_auth_fetcher_unittest.h', 2078 'common/net/gaia/gaia_auth_fetcher_unittest.h',
2078 'common/net/gaia/gaia_authenticator_unittest.cc', 2079 'common/net/gaia/gaia_authenticator_unittest.cc',
2079 'common/net/gaia/gaia_oauth_client_unittest.cc', 2080 'common/net/gaia/gaia_oauth_client_unittest.cc',
2080 'common/net/gaia/google_service_auth_error_unittest.cc', 2081 'common/net/gaia/google_service_auth_error_unittest.cc',
2081 'common/net/gaia/oauth_request_signer_unittest.cc', 2082 'common/net/gaia/oauth_request_signer_unittest.cc',
2082 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', 2083 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc',
2083 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', 2084 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc',
(...skipping 2605 matching lines...) Expand 10 before | Expand all | Expand 10 after
4689 # Use outputs of this action as inputs for the main target build. 4690 # Use outputs of this action as inputs for the main target build.
4690 # Seems as a misnomer but makes this happy on Linux (scons). 4691 # Seems as a misnomer but makes this happy on Linux (scons).
4691 'process_outputs_as_sources': 1, 4692 'process_outputs_as_sources': 1,
4692 }, 4693 },
4693 ], # 'actions' 4694 ], # 'actions'
4694 }, 4695 },
4695 ] 4696 ]
4696 }], # 'coverage!=0' 4697 }], # 'coverage!=0'
4697 ], # 'conditions' 4698 ], # 'conditions'
4698 } 4699 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698