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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9232071: Upload UMA data using protocol buffers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Never re-upload protobuf logs 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 2042 matching lines...) Expand 10 before | Expand all | Expand 10 after
2053 'common/json_pref_store_unittest.cc', 2053 'common/json_pref_store_unittest.cc',
2054 'common/json_schema_validator_unittest.cc', 2054 'common/json_schema_validator_unittest.cc',
2055 'common/json_schema_validator_unittest_base.cc', 2055 'common/json_schema_validator_unittest_base.cc',
2056 'common/json_schema_validator_unittest_base.h', 2056 'common/json_schema_validator_unittest_base.h',
2057 'common/json_value_serializer_unittest.cc', 2057 'common/json_value_serializer_unittest.cc',
2058 'common/mac/cfbundle_blocker_unittest.mm', 2058 'common/mac/cfbundle_blocker_unittest.mm',
2059 'common/mac/mock_launchd.cc', 2059 'common/mac/mock_launchd.cc',
2060 'common/mac/mock_launchd.h', 2060 'common/mac/mock_launchd.h',
2061 'common/mac/objc_method_swizzle_unittest.mm', 2061 'common/mac/objc_method_swizzle_unittest.mm',
2062 'common/mac/objc_zombie_unittest.mm', 2062 'common/mac/objc_zombie_unittest.mm',
2063 'common/metrics/metrics_log_base_unittest.cc',
2063 'common/metrics/metrics_log_manager_unittest.cc', 2064 'common/metrics/metrics_log_manager_unittest.cc',
2064 'common/multi_process_lock_unittest.cc', 2065 'common/multi_process_lock_unittest.cc',
2065 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 2066 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
2066 'common/net/gaia/gaia_auth_fetcher_unittest.h', 2067 'common/net/gaia/gaia_auth_fetcher_unittest.h',
2067 'common/net/gaia/gaia_authenticator_unittest.cc', 2068 'common/net/gaia/gaia_authenticator_unittest.cc',
2068 'common/net/gaia/gaia_oauth_client_unittest.cc', 2069 'common/net/gaia/gaia_oauth_client_unittest.cc',
2069 'common/net/gaia/google_service_auth_error_unittest.cc', 2070 'common/net/gaia/google_service_auth_error_unittest.cc',
2070 'common/net/gaia/oauth_request_signer_unittest.cc', 2071 'common/net/gaia/oauth_request_signer_unittest.cc',
2071 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', 2072 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc',
2072 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', 2073 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc',
(...skipping 2606 matching lines...) Expand 10 before | Expand all | Expand 10 after
4679 # Use outputs of this action as inputs for the main target build. 4680 # Use outputs of this action as inputs for the main target build.
4680 # Seems as a misnomer but makes this happy on Linux (scons). 4681 # Seems as a misnomer but makes this happy on Linux (scons).
4681 'process_outputs_as_sources': 1, 4682 'process_outputs_as_sources': 1,
4682 }, 4683 },
4683 ], # 'actions' 4684 ], # 'actions'
4684 }, 4685 },
4685 ] 4686 ]
4686 }], # 'coverage!=0' 4687 }], # 'coverage!=0'
4687 ], # 'conditions' 4688 ], # 'conditions'
4688 } 4689 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698