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

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: Addressing feedback from PS#6 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 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',

Powered by Google App Engine
This is Rietveld 408576698