| 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 4a4655d7a72617b1329268c35fd06d16a7866e9a..3944be070a35056f944ac0ca0e2f2928ce2e0d3e 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1490,6 +1490,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',
|
| @@ -3873,6 +3875,7 @@
|
| 'editing/serializers/StyledMarkupSerializerTest.cpp',
|
| 'events/EventPathTest.cpp',
|
| 'events/PointerEventFactoryTest.cpp',
|
| + 'experiments/APIKeyTest.cpp',
|
| 'experiments/ExperimentsTest.cpp',
|
| 'fetch/CachingCorrectnessTest.cpp',
|
| 'fetch/ClientHintsPreferencesTest.cpp',
|
|
|