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

Unified Diff: third_party/WebKit/Source/core/core_generated.gyp

Issue 1635593004: Rename Experimental Framework classes and concepts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core_generated.gyp
diff --git a/third_party/WebKit/Source/core/core_generated.gyp b/third_party/WebKit/Source/core/core_generated.gyp
index 01712e3ba3aae41ea72718ab0be26a7ea6b41a1a..bb6f4e2a8379f22e0af81d8d318517b1d2319ac3 100644
--- a/third_party/WebKit/Source/core/core_generated.gyp
+++ b/third_party/WebKit/Source/core/core_generated.gyp
@@ -731,24 +731,24 @@
],
},
{
- 'action_name': 'ExperimentalFeatures',
+ 'action_name': 'OriginTrials',
'inputs': [
'<@(scripts_for_in_files)',
- '../build/scripts/make_experimental_features.py',
+ '../build/scripts/make_origin_trials.py',
'../platform/RuntimeEnabledFeatures.in',
- '../build/scripts/templates/ExperimentalFeatures.cpp.tmpl',
- '../build/scripts/templates/ExperimentalFeatures.h.tmpl',
+ '../build/scripts/templates/OriginTrials.cpp.tmpl',
+ '../build/scripts/templates/OriginTrials.h.tmpl',
],
'outputs': [
- '<(blink_core_output_dir)/experiments/ExperimentalFeatures.cpp',
- '<(blink_core_output_dir)/experiments/ExperimentalFeatures.h',
+ '<(blink_core_output_dir)/origin_trials/OriginTrials.cpp',
+ '<(blink_core_output_dir)/origin_trials/OriginTrials.h',
],
'action': [
'python',
- '../build/scripts/make_experimental_features.py',
+ '../build/scripts/make_origin_trials.py',
'../platform/RuntimeEnabledFeatures.in',
'--output_dir',
- '<(blink_core_output_dir)/experiments',
+ '<(blink_core_output_dir)/origin_trials',
],
},
],
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698