summaryrefslogtreecommitdiffstats
path: root/content/content_child.gypi
diff options
context:
space:
mode:
authoriclelland <iclelland@chromium.org>2016-02-02 07:00:36 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-02 15:01:56 +0000
commit5b27fa016f2736e2186984e5f737e805c2836d9c (patch)
treef2c48ffafec4d3d376a4df3cb013c3059251ab83 /content/content_child.gypi
parente72c97cfbd4829b5fbec934e67460886be345882 (diff)
downloadchromium_src-5b27fa016f2736e2186984e5f737e805c2836d9c.zip
chromium_src-5b27fa016f2736e2186984e5f737e805c2836d9c.tar.gz
chromium_src-5b27fa016f2736e2186984e5f737e805c2836d9c.tar.bz2
Rename Experimental Framework classes and concepts
"Experiments" is far too generic a term to use for the trials enabled by the experimental framework, so this patch renames everything to (hopefully) more precise terms. These changes are most prominent: core::ExperimentalFeatures class => OriginTrials core::Experiments class => OriginTrialContext API Key => Trial Token (or "Token" where unambiguous) API => Feature /experiments/ directories => /origin_trials/ api_name (RuntimeEnabledFeatures) => origin_trial_feature_name BUG=575808 Review URL: https://codereview.chromium.org/1635593004 Cr-Commit-Position: refs/heads/master@{#372943}
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r--content/content_child.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 62d84ec..4718a75 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -86,8 +86,6 @@
'child/dwrite_font_proxy/dwrite_font_proxy_win.h',
'child/dwrite_font_proxy/dwrite_localized_strings_win.cc',
'child/dwrite_font_proxy/dwrite_localized_strings_win.h',
- 'child/experiments/api_key_validator.cc',
- 'child/experiments/api_key_validator.h',
'child/file_info_util.cc',
'child/file_info_util.h',
'child/fileapi/file_system_dispatcher.cc',
@@ -175,6 +173,8 @@
'child/npapi/webplugin_ime_win.cc',
'child/npapi/webplugin_ime_win.h',
'child/npapi/webplugin_resource_client.h',
+ 'child/origin_trials/trial_token_validator.cc',
+ 'child/origin_trials/trial_token_validator.h',
'child/permissions/permission_dispatcher.cc',
'child/permissions/permission_dispatcher.h',
'child/permissions/permission_dispatcher_thread_proxy.cc',