| 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 b24bcb3077048348fd5ee1731ced73e2118ada85..cc751d93479304f7d567fc2da1373e547502b8f2 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1523,8 +1523,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',
|
| @@ -1923,6 +1921,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',
|
| @@ -3793,7 +3793,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': [
|
| @@ -3809,8 +3809,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',
|
| @@ -3940,7 +3940,6 @@
|
| 'editing/serializers/StyledMarkupSerializerTest.cpp',
|
| 'events/EventPathTest.cpp',
|
| 'events/PointerEventManagerTest.cpp',
|
| - 'experiments/ExperimentsTest.cpp',
|
| 'fetch/CachingCorrectnessTest.cpp',
|
| 'fetch/ClientHintsPreferencesTest.cpp',
|
| 'fetch/FetchUtilsTest.cpp',
|
| @@ -4015,6 +4014,7 @@
|
| 'loader/LinkHeaderTest.cpp',
|
| 'loader/LinkLoaderTest.cpp',
|
| 'loader/MixedContentCheckerTest.cpp',
|
| + 'origin_trials/OriginTrialContextTest.cpp',
|
| 'page/ChromeClientTest.cpp',
|
| 'page/ContextMenuControllerTest.cpp',
|
| 'page/EventSourceTest.cpp',
|
|
|