| 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 87973154a0a9a34c12456fed365d2babac9cded6..7a1f23770008834ae82bb4bfd57abedaf941ee17 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1525,8 +1525,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',
|
| @@ -1929,6 +1927,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',
|
| @@ -3798,7 +3798,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': [
|
| @@ -3814,8 +3814,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',
|
| @@ -3948,7 +3948,6 @@
|
| 'editing/serializers/StyledMarkupSerializerTest.cpp',
|
| 'events/EventPathTest.cpp',
|
| 'events/PointerEventManagerTest.cpp',
|
| - 'experiments/ExperimentsTest.cpp',
|
| 'fetch/CachingCorrectnessTest.cpp',
|
| 'fetch/ClientHintsPreferencesTest.cpp',
|
| 'fetch/FetchUtilsTest.cpp',
|
| @@ -4023,6 +4022,7 @@
|
| 'loader/LinkHeaderTest.cpp',
|
| 'loader/LinkLoaderTest.cpp',
|
| 'loader/MixedContentCheckerTest.cpp',
|
| + 'origin_trials/OriginTrialContextTest.cpp',
|
| 'page/ChromeClientTest.cpp',
|
| 'page/ContextMenuControllerTest.cpp',
|
| 'page/EventSourceTest.cpp',
|
|
|