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

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: 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 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 1472 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 'editing/serializers/StyledMarkupSerializer.cpp', 1483 'editing/serializers/StyledMarkupSerializer.cpp',
1484 'editing/serializers/StyledMarkupSerializer.h', 1484 'editing/serializers/StyledMarkupSerializer.h',
1485 'editing/serializers/TextOffset.cpp', 1485 'editing/serializers/TextOffset.cpp',
1486 'editing/serializers/TextOffset.h', 1486 'editing/serializers/TextOffset.h',
1487 'editing/spellcheck/SpellCheckRequester.cpp', 1487 'editing/spellcheck/SpellCheckRequester.cpp',
1488 'editing/spellcheck/SpellCheckRequester.h', 1488 'editing/spellcheck/SpellCheckRequester.h',
1489 'editing/spellcheck/SpellChecker.cpp', 1489 'editing/spellcheck/SpellChecker.cpp',
1490 'editing/spellcheck/SpellChecker.h', 1490 'editing/spellcheck/SpellChecker.h',
1491 'editing/spellcheck/TextCheckingHelper.cpp', 1491 'editing/spellcheck/TextCheckingHelper.cpp',
1492 'editing/spellcheck/TextCheckingHelper.h', 1492 'editing/spellcheck/TextCheckingHelper.h',
1493 'experiments/APIKey.cpp',
1494 'experiments/APIKey.h',
1493 'experiments/Experiments.cpp', 1495 'experiments/Experiments.cpp',
1494 'experiments/Experiments.h', 1496 'experiments/Experiments.h',
1495 'fetch/AccessControlStatus.h', 1497 'fetch/AccessControlStatus.h',
1496 'fetch/CSSStyleSheetResource.cpp', 1498 'fetch/CSSStyleSheetResource.cpp',
1497 'fetch/CSSStyleSheetResource.h', 1499 'fetch/CSSStyleSheetResource.h',
1498 'fetch/CachedMetadata.h', 1500 'fetch/CachedMetadata.h',
1499 'fetch/CachedMetadataHandler.h', 1501 'fetch/CachedMetadataHandler.h',
1500 'fetch/ClientHintsPreferences.cpp', 1502 'fetch/ClientHintsPreferences.cpp',
1501 'fetch/ClientHintsPreferences.h', 1503 'fetch/ClientHintsPreferences.h',
1502 'fetch/CrossOriginAccessControl.cpp', 1504 'fetch/CrossOriginAccessControl.cpp',
(...skipping 2363 matching lines...) Expand 10 before | Expand all | Expand 10 after
3866 'editing/iterators/TextIteratorTest.cpp', 3868 'editing/iterators/TextIteratorTest.cpp',
3867 'editing/markers/DocumentMarkerControllerTest.cpp', 3869 'editing/markers/DocumentMarkerControllerTest.cpp',
3868 'editing/PositionTest.cpp', 3870 'editing/PositionTest.cpp',
3869 'editing/SurroundingTextTest.cpp', 3871 'editing/SurroundingTextTest.cpp',
3870 'editing/VisiblePositionTest.cpp', 3872 'editing/VisiblePositionTest.cpp',
3871 'editing/VisibleSelectionTest.cpp', 3873 'editing/VisibleSelectionTest.cpp',
3872 'editing/VisibleUnitsTest.cpp', 3874 'editing/VisibleUnitsTest.cpp',
3873 'editing/serializers/StyledMarkupSerializerTest.cpp', 3875 'editing/serializers/StyledMarkupSerializerTest.cpp',
3874 'events/EventPathTest.cpp', 3876 'events/EventPathTest.cpp',
3875 'events/PointerEventFactoryTest.cpp', 3877 'events/PointerEventFactoryTest.cpp',
3878 'experiments/APIKeyTest.cpp',
3876 'experiments/ExperimentsTest.cpp', 3879 'experiments/ExperimentsTest.cpp',
3877 'fetch/CachingCorrectnessTest.cpp', 3880 'fetch/CachingCorrectnessTest.cpp',
3878 'fetch/ClientHintsPreferencesTest.cpp', 3881 'fetch/ClientHintsPreferencesTest.cpp',
3879 'fetch/FetchUtilsTest.cpp', 3882 'fetch/FetchUtilsTest.cpp',
3880 'fetch/ImageResourceTest.cpp', 3883 'fetch/ImageResourceTest.cpp',
3881 'fetch/MemoryCacheTest.cpp', 3884 'fetch/MemoryCacheTest.cpp',
3882 'fetch/MockImageResourceClient.cpp', 3885 'fetch/MockImageResourceClient.cpp',
3883 'fetch/RawResourceTest.cpp', 3886 'fetch/RawResourceTest.cpp',
3884 'fetch/ResourceFetcherTest.cpp', 3887 'fetch/ResourceFetcherTest.cpp',
3885 'fetch/ResourceLoaderOptionsTest.cpp', 3888 'fetch/ResourceLoaderOptionsTest.cpp',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
3967 'style/SVGComputedStyleTest.cpp', 3970 'style/SVGComputedStyleTest.cpp',
3968 'svg/SVGPathParserTest.cpp', 3971 'svg/SVGPathParserTest.cpp',
3969 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3972 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3970 'testing/PrivateScriptTestTest.cpp', 3973 'testing/PrivateScriptTestTest.cpp',
3971 'timing/MemoryInfoTest.cpp', 3974 'timing/MemoryInfoTest.cpp',
3972 'workers/WorkerThreadTest.cpp', 3975 'workers/WorkerThreadTest.cpp',
3973 'xml/parser/SharedBufferReaderTest.cpp', 3976 'xml/parser/SharedBufferReaderTest.cpp',
3974 ], 3977 ],
3975 } 3978 }
3976 } 3979 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698