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

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

Issue 1521063003: Add API Key parsing for experimental APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years 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
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',

Powered by Google App Engine
This is Rietveld 408576698