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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 'editing/serializers/StyledMarkupSerializer.cpp', 1476 'editing/serializers/StyledMarkupSerializer.cpp',
1477 'editing/serializers/StyledMarkupSerializer.h', 1477 'editing/serializers/StyledMarkupSerializer.h',
1478 'editing/serializers/TextOffset.cpp', 1478 'editing/serializers/TextOffset.cpp',
1479 'editing/serializers/TextOffset.h', 1479 'editing/serializers/TextOffset.h',
1480 'editing/spellcheck/SpellCheckRequester.cpp', 1480 'editing/spellcheck/SpellCheckRequester.cpp',
1481 'editing/spellcheck/SpellCheckRequester.h', 1481 'editing/spellcheck/SpellCheckRequester.h',
1482 'editing/spellcheck/SpellChecker.cpp', 1482 'editing/spellcheck/SpellChecker.cpp',
1483 'editing/spellcheck/SpellChecker.h', 1483 'editing/spellcheck/SpellChecker.h',
1484 'editing/spellcheck/TextCheckingHelper.cpp', 1484 'editing/spellcheck/TextCheckingHelper.cpp',
1485 'editing/spellcheck/TextCheckingHelper.h', 1485 'editing/spellcheck/TextCheckingHelper.h',
1486 'experiments/APIKey.cpp',
1487 'experiments/APIKey.h',
1486 'experiments/Experiments.cpp', 1488 'experiments/Experiments.cpp',
1487 'experiments/Experiments.h', 1489 'experiments/Experiments.h',
1488 'fetch/AccessControlStatus.h', 1490 'fetch/AccessControlStatus.h',
1489 'fetch/CSSStyleSheetResource.cpp', 1491 'fetch/CSSStyleSheetResource.cpp',
1490 'fetch/CSSStyleSheetResource.h', 1492 'fetch/CSSStyleSheetResource.h',
1491 'fetch/CachedMetadata.h', 1493 'fetch/CachedMetadata.h',
1492 'fetch/CachedMetadataHandler.h', 1494 'fetch/CachedMetadataHandler.h',
1493 'fetch/ClientHintsPreferences.cpp', 1495 'fetch/ClientHintsPreferences.cpp',
1494 'fetch/ClientHintsPreferences.h', 1496 'fetch/ClientHintsPreferences.h',
1495 'fetch/CrossOriginAccessControl.cpp', 1497 'fetch/CrossOriginAccessControl.cpp',
(...skipping 2361 matching lines...) Expand 10 before | Expand all | Expand 10 after
3857 'editing/iterators/TextIteratorTest.cpp', 3859 'editing/iterators/TextIteratorTest.cpp',
3858 'editing/markers/DocumentMarkerControllerTest.cpp', 3860 'editing/markers/DocumentMarkerControllerTest.cpp',
3859 'editing/PositionTest.cpp', 3861 'editing/PositionTest.cpp',
3860 'editing/SurroundingTextTest.cpp', 3862 'editing/SurroundingTextTest.cpp',
3861 'editing/VisiblePositionTest.cpp', 3863 'editing/VisiblePositionTest.cpp',
3862 'editing/VisibleSelectionTest.cpp', 3864 'editing/VisibleSelectionTest.cpp',
3863 'editing/VisibleUnitsTest.cpp', 3865 'editing/VisibleUnitsTest.cpp',
3864 'editing/serializers/StyledMarkupSerializerTest.cpp', 3866 'editing/serializers/StyledMarkupSerializerTest.cpp',
3865 'events/EventPathTest.cpp', 3867 'events/EventPathTest.cpp',
3866 'events/PointerEventFactoryTest.cpp', 3868 'events/PointerEventFactoryTest.cpp',
3869 'experiments/APIKeyTest.cpp',
3867 'experiments/ExperimentsTest.cpp', 3870 'experiments/ExperimentsTest.cpp',
3868 'fetch/CachingCorrectnessTest.cpp', 3871 'fetch/CachingCorrectnessTest.cpp',
3869 'fetch/ClientHintsPreferencesTest.cpp', 3872 'fetch/ClientHintsPreferencesTest.cpp',
3870 'fetch/FetchUtilsTest.cpp', 3873 'fetch/FetchUtilsTest.cpp',
3871 'fetch/ImageResourceTest.cpp', 3874 'fetch/ImageResourceTest.cpp',
3872 'fetch/MemoryCacheTest.cpp', 3875 'fetch/MemoryCacheTest.cpp',
3873 'fetch/MockImageResourceClient.cpp', 3876 'fetch/MockImageResourceClient.cpp',
3874 'fetch/RawResourceTest.cpp', 3877 'fetch/RawResourceTest.cpp',
3875 'fetch/ResourceFetcherTest.cpp', 3878 'fetch/ResourceFetcherTest.cpp',
3876 'fetch/ResourceLoaderOptionsTest.cpp', 3879 'fetch/ResourceLoaderOptionsTest.cpp',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
3957 'style/SVGComputedStyleTest.cpp', 3960 'style/SVGComputedStyleTest.cpp',
3958 'svg/SVGPathParserTest.cpp', 3961 'svg/SVGPathParserTest.cpp',
3959 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3962 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3960 'testing/PrivateScriptTestTest.cpp', 3963 'testing/PrivateScriptTestTest.cpp',
3961 'timing/MemoryInfoTest.cpp', 3964 'timing/MemoryInfoTest.cpp',
3962 'workers/WorkerThreadTest.cpp', 3965 'workers/WorkerThreadTest.cpp',
3963 'xml/parser/SharedBufferReaderTest.cpp', 3966 'xml/parser/SharedBufferReaderTest.cpp',
3964 ], 3967 ],
3965 } 3968 }
3966 } 3969 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698