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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10165014: Add and implement API to associate Google experiment IDs with FieldTrials. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: added time variable Created 8 years, 8 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
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 2017 matching lines...) Expand 10 before | Expand all | Expand 10 after
2028 'common/json_pref_store_unittest.cc', 2028 'common/json_pref_store_unittest.cc',
2029 'common/json_schema_validator_unittest.cc', 2029 'common/json_schema_validator_unittest.cc',
2030 'common/json_schema_validator_unittest_base.cc', 2030 'common/json_schema_validator_unittest_base.cc',
2031 'common/json_schema_validator_unittest_base.h', 2031 'common/json_schema_validator_unittest_base.h',
2032 'common/json_value_serializer_unittest.cc', 2032 'common/json_value_serializer_unittest.cc',
2033 'common/mac/cfbundle_blocker_unittest.mm', 2033 'common/mac/cfbundle_blocker_unittest.mm',
2034 'common/mac/mock_launchd.cc', 2034 'common/mac/mock_launchd.cc',
2035 'common/mac/mock_launchd.h', 2035 'common/mac/mock_launchd.h',
2036 'common/mac/objc_method_swizzle_unittest.mm', 2036 'common/mac/objc_method_swizzle_unittest.mm',
2037 'common/mac/objc_zombie_unittest.mm', 2037 'common/mac/objc_zombie_unittest.mm',
2038 'common/metrics/experiments_helper_unittest.cc',
2038 'common/metrics/metrics_log_base_unittest.cc', 2039 'common/metrics/metrics_log_base_unittest.cc',
2039 'common/metrics/metrics_log_manager_unittest.cc', 2040 'common/metrics/metrics_log_manager_unittest.cc',
2040 'common/multi_process_lock_unittest.cc', 2041 'common/multi_process_lock_unittest.cc',
2041 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 2042 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
2042 'common/net/gaia/gaia_authenticator_unittest.cc', 2043 'common/net/gaia/gaia_authenticator_unittest.cc',
2043 'common/net/gaia/gaia_oauth_client_unittest.cc', 2044 'common/net/gaia/gaia_oauth_client_unittest.cc',
2044 'common/net/gaia/google_service_auth_error_unittest.cc', 2045 'common/net/gaia/google_service_auth_error_unittest.cc',
2045 'common/net/gaia/oauth_request_signer_unittest.cc', 2046 'common/net/gaia/oauth_request_signer_unittest.cc',
2046 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', 2047 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc',
2047 'common/net/gaia/oauth2_api_call_flow_unittest.cc', 2048 'common/net/gaia/oauth2_api_call_flow_unittest.cc',
(...skipping 2628 matching lines...) Expand 10 before | Expand all | Expand 10 after
4676 # Use outputs of this action as inputs for the main target build. 4677 # Use outputs of this action as inputs for the main target build.
4677 # Seems as a misnomer but makes this happy on Linux (scons). 4678 # Seems as a misnomer but makes this happy on Linux (scons).
4678 'process_outputs_as_sources': 1, 4679 'process_outputs_as_sources': 1,
4679 }, 4680 },
4680 ], # 'actions' 4681 ], # 'actions'
4681 }, 4682 },
4682 ] 4683 ]
4683 }], # 'coverage!=0' 4684 }], # 'coverage!=0'
4684 ], # 'conditions' 4685 ], # 'conditions'
4685 } 4686 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/field_trial_synchronizer.cc ('k') | chrome/common/metrics/experiments_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698