| 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',
|
| ],
|
| },
|
| ],
|
|
|