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

Unified Diff: third_party/WebKit/Source/core/core.gypi

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/BUILD.gn ('k') | third_party/WebKit/Source/core/core_generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698