| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index cd89ae08a176f67cf3d3a9c3a7ec2355674a75f9..820e2092b6a5d7b293a77dfa7232ba8d311c5d9f 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1515,8 +1515,6 @@
|
| 'editing/spellcheck/SpellChecker.h',
|
| 'editing/spellcheck/TextCheckingHelper.cpp',
|
| 'editing/spellcheck/TextCheckingHelper.h',
|
| - 'experiments/Experiments.cpp',
|
| - 'experiments/Experiments.h',
|
| 'fetch/AccessControlStatus.h',
|
| 'fetch/CSSStyleSheetResource.cpp',
|
| 'fetch/CSSStyleSheetResource.h',
|
| @@ -1918,6 +1916,8 @@
|
| 'loader/appcache/ApplicationCache.h',
|
| 'loader/appcache/ApplicationCacheHost.cpp',
|
| 'loader/appcache/ApplicationCacheHost.h',
|
| + 'origin_trials/OriginTrialContext.cpp',
|
| + 'origin_trials/OriginTrialContext.h',
|
| 'page/AutoscrollController.cpp',
|
| 'page/AutoscrollController.h',
|
| 'page/ChromeClient.cpp',
|
| @@ -3788,7 +3788,7 @@
|
| 'testing/Internals.idl',
|
| ],
|
| 'webcore_testing_dependency_idl_files': [
|
| - 'experiments/testing/InternalsFrobulate.idl',
|
| + 'origin_trials/testing/InternalsFrobulate.idl',
|
| 'testing/PartialPrivateScriptTest.idl',
|
| ],
|
| 'generated_webcore_testing_idl_files': [
|
| @@ -3804,8 +3804,8 @@
|
| 'webcore_testing_files': [
|
| '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
|
| '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
|
| - 'experiments/testing/InternalsFrobulate.cpp',
|
| - 'experiments/testing/InternalsFrobulate.h',
|
| + 'origin_trials/testing/InternalsFrobulate.cpp',
|
| + 'origin_trials/testing/InternalsFrobulate.h',
|
| 'testing/CoreTestPrinters.cpp',
|
| 'testing/DictionaryTest.cpp',
|
| 'testing/DictionaryTest.h',
|
| @@ -3935,7 +3935,6 @@
|
| 'editing/serializers/StyledMarkupSerializerTest.cpp',
|
| 'events/EventPathTest.cpp',
|
| 'events/PointerEventManagerTest.cpp',
|
| - 'experiments/ExperimentsTest.cpp',
|
| 'fetch/CachingCorrectnessTest.cpp',
|
| 'fetch/ClientHintsPreferencesTest.cpp',
|
| 'fetch/FetchUtilsTest.cpp',
|
| @@ -4010,6 +4009,7 @@
|
| 'loader/LinkHeaderTest.cpp',
|
| 'loader/LinkLoaderTest.cpp',
|
| 'loader/MixedContentCheckerTest.cpp',
|
| + 'origin_trials/OriginTrialContextTest.cpp',
|
| 'page/ChromeClientTest.cpp',
|
| 'page/ContextMenuControllerTest.cpp',
|
| 'page/EventSourceTest.cpp',
|
|
|