summaryrefslogtreecommitdiffstats
path: root/content/content_common.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_common.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_common.gypi')
-rw-r--r--content/content_common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 2330466..0c04506 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -257,8 +257,6 @@
'common/dwrite_font_platform_win.cc',
'common/dwrite_font_proxy_messages.h',
'common/edit_command.h',
- 'common/experiments/api_key.cc',
- 'common/experiments/api_key.h',
'common/file_utilities_messages.h',
'common/fileapi/file_system_messages.h',
'common/fileapi/webblob_messages.h',
@@ -469,6 +467,8 @@
'common/notification_constants.h',
'common/one_writer_seqlock.cc',
'common/one_writer_seqlock.h',
+ 'common/origin_trials/trial_token.cc',
+ 'common/origin_trials/trial_token.h',
'common/origin_util.cc',
'common/p2p_messages.h',
'common/page_state_serialization.cc',