| 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 bb84f8767b15ee504941aa363a52fdd91b61f02b..a7e4fb1cc429ccb905bc1fb8e1ca75cc8b60afc6 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1483,6 +1483,8 @@
|
| 'editing/spellcheck/SpellChecker.h',
|
| 'editing/spellcheck/TextCheckingHelper.cpp',
|
| 'editing/spellcheck/TextCheckingHelper.h',
|
| + 'experiments/APIKey.cpp',
|
| + 'experiments/APIKey.h',
|
| 'experiments/Experiments.cpp',
|
| 'experiments/Experiments.h',
|
| 'fetch/AccessControlStatus.h',
|
| @@ -3864,6 +3866,7 @@
|
| 'editing/serializers/StyledMarkupSerializerTest.cpp',
|
| 'events/EventPathTest.cpp',
|
| 'events/PointerEventFactoryTest.cpp',
|
| + 'experiments/APIKeyTest.cpp',
|
| 'experiments/ExperimentsTest.cpp',
|
| 'fetch/CachingCorrectnessTest.cpp',
|
| 'fetch/ClientHintsPreferencesTest.cpp',
|
|
|