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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10795060: Rename all of experiments_helper to variations_helper, including files, namespaces, and various fun… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 8 years, 4 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/child_process_logging.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) 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 1957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1968 'common/json_pref_store_unittest.cc', 1968 'common/json_pref_store_unittest.cc',
1969 'common/json_schema_validator_unittest.cc', 1969 'common/json_schema_validator_unittest.cc',
1970 'common/json_schema_validator_unittest_base.cc', 1970 'common/json_schema_validator_unittest_base.cc',
1971 'common/json_schema_validator_unittest_base.h', 1971 'common/json_schema_validator_unittest_base.h',
1972 'common/json_value_serializer_unittest.cc', 1972 'common/json_value_serializer_unittest.cc',
1973 'common/mac/cfbundle_blocker_unittest.mm', 1973 'common/mac/cfbundle_blocker_unittest.mm',
1974 'common/mac/mock_launchd.cc', 1974 'common/mac/mock_launchd.cc',
1975 'common/mac/mock_launchd.h', 1975 'common/mac/mock_launchd.h',
1976 'common/mac/objc_method_swizzle_unittest.mm', 1976 'common/mac/objc_method_swizzle_unittest.mm',
1977 'common/mac/objc_zombie_unittest.mm', 1977 'common/mac/objc_zombie_unittest.mm',
1978 'common/metrics/experiments_helper_unittest.cc',
1979 'common/metrics/metrics_log_base_unittest.cc', 1978 'common/metrics/metrics_log_base_unittest.cc',
1980 'common/metrics/metrics_log_manager_unittest.cc', 1979 'common/metrics/metrics_log_manager_unittest.cc',
1980 'common/metrics/variations_util_unittest.cc',
1981 'common/multi_process_lock_unittest.cc', 1981 'common/multi_process_lock_unittest.cc',
1982 'common/net/url_util_unittest.cc', 1982 'common/net/url_util_unittest.cc',
1983 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 1983 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
1984 'common/net/gaia/gaia_auth_util_unittest.cc', 1984 'common/net/gaia/gaia_auth_util_unittest.cc',
1985 'common/net/gaia/gaia_authenticator_unittest.cc', 1985 'common/net/gaia/gaia_authenticator_unittest.cc',
1986 'common/net/gaia/gaia_oauth_client_unittest.cc', 1986 'common/net/gaia/gaia_oauth_client_unittest.cc',
1987 'common/net/gaia/google_service_auth_error_unittest.cc', 1987 'common/net/gaia/google_service_auth_error_unittest.cc',
1988 'common/net/gaia/oauth_request_signer_unittest.cc', 1988 'common/net/gaia/oauth_request_signer_unittest.cc',
1989 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', 1989 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc',
1990 'common/net/gaia/oauth2_api_call_flow_unittest.cc', 1990 'common/net/gaia/oauth2_api_call_flow_unittest.cc',
(...skipping 2678 matching lines...) Expand 10 before | Expand all | Expand 10 after
4669 '--result', '<@(_outputs)', 4669 '--result', '<@(_outputs)',
4670 '--isolate', 'browser_tests.isolate', 4670 '--isolate', 'browser_tests.isolate',
4671 ], 4671 ],
4672 }, 4672 },
4673 ], 4673 ],
4674 }, 4674 },
4675 ], 4675 ],
4676 }], 4676 }],
4677 ], # 'conditions' 4677 ], # 'conditions'
4678 } 4678 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/child_process_logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698