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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1404733003: Implement stub of Blink API to check for enabled experiments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/experiments/Experiments.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 'editing/serializers/StyledMarkupSerializer.cpp', 1447 'editing/serializers/StyledMarkupSerializer.cpp',
1448 'editing/serializers/StyledMarkupSerializer.h', 1448 'editing/serializers/StyledMarkupSerializer.h',
1449 'editing/serializers/TextOffset.cpp', 1449 'editing/serializers/TextOffset.cpp',
1450 'editing/serializers/TextOffset.h', 1450 'editing/serializers/TextOffset.h',
1451 'editing/spellcheck/SpellCheckRequester.cpp', 1451 'editing/spellcheck/SpellCheckRequester.cpp',
1452 'editing/spellcheck/SpellCheckRequester.h', 1452 'editing/spellcheck/SpellCheckRequester.h',
1453 'editing/spellcheck/SpellChecker.cpp', 1453 'editing/spellcheck/SpellChecker.cpp',
1454 'editing/spellcheck/SpellChecker.h', 1454 'editing/spellcheck/SpellChecker.h',
1455 'editing/spellcheck/TextCheckingHelper.cpp', 1455 'editing/spellcheck/TextCheckingHelper.cpp',
1456 'editing/spellcheck/TextCheckingHelper.h', 1456 'editing/spellcheck/TextCheckingHelper.h',
1457 'experiments/Experiments.cpp',
1458 'experiments/Experiments.h',
1457 'fetch/AccessControlStatus.h', 1459 'fetch/AccessControlStatus.h',
1458 'fetch/CSSStyleSheetResource.cpp', 1460 'fetch/CSSStyleSheetResource.cpp',
1459 'fetch/CSSStyleSheetResource.h', 1461 'fetch/CSSStyleSheetResource.h',
1460 'fetch/CachedMetadata.h', 1462 'fetch/CachedMetadata.h',
1461 'fetch/CachedMetadataHandler.h', 1463 'fetch/CachedMetadataHandler.h',
1462 'fetch/ClientHintsPreferences.cpp', 1464 'fetch/ClientHintsPreferences.cpp',
1463 'fetch/ClientHintsPreferences.h', 1465 'fetch/ClientHintsPreferences.h',
1464 'fetch/CrossOriginAccessControl.cpp', 1466 'fetch/CrossOriginAccessControl.cpp',
1465 'fetch/CrossOriginAccessControl.h', 1467 'fetch/CrossOriginAccessControl.h',
1466 'fetch/DocumentResource.cpp', 1468 'fetch/DocumentResource.cpp',
(...skipping 2350 matching lines...) Expand 10 before | Expand all | Expand 10 after
3817 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', 3819 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
3818 'editing/iterators/TextIteratorTest.cpp', 3820 'editing/iterators/TextIteratorTest.cpp',
3819 'editing/markers/DocumentMarkerControllerTest.cpp', 3821 'editing/markers/DocumentMarkerControllerTest.cpp',
3820 'editing/PositionTest.cpp', 3822 'editing/PositionTest.cpp',
3821 'editing/SurroundingTextTest.cpp', 3823 'editing/SurroundingTextTest.cpp',
3822 'editing/VisiblePositionTest.cpp', 3824 'editing/VisiblePositionTest.cpp',
3823 'editing/VisibleSelectionTest.cpp', 3825 'editing/VisibleSelectionTest.cpp',
3824 'editing/VisibleUnitsTest.cpp', 3826 'editing/VisibleUnitsTest.cpp',
3825 'editing/serializers/StyledMarkupSerializerTest.cpp', 3827 'editing/serializers/StyledMarkupSerializerTest.cpp',
3826 'events/EventPathTest.cpp', 3828 'events/EventPathTest.cpp',
3829 'experiments/ExperimentsTest.cpp',
3827 'fetch/CachingCorrectnessTest.cpp', 3830 'fetch/CachingCorrectnessTest.cpp',
3828 'fetch/ClientHintsPreferencesTest.cpp', 3831 'fetch/ClientHintsPreferencesTest.cpp',
3829 'fetch/FetchUtilsTest.cpp', 3832 'fetch/FetchUtilsTest.cpp',
3830 'fetch/ImageResourceTest.cpp', 3833 'fetch/ImageResourceTest.cpp',
3831 'fetch/MemoryCacheTest.cpp', 3834 'fetch/MemoryCacheTest.cpp',
3832 'fetch/MockImageResourceClient.cpp', 3835 'fetch/MockImageResourceClient.cpp',
3833 'fetch/RawResourceTest.cpp', 3836 'fetch/RawResourceTest.cpp',
3834 'fetch/ResourceFetcherTest.cpp', 3837 'fetch/ResourceFetcherTest.cpp',
3835 'fetch/ResourceLoaderOptionsTest.cpp', 3838 'fetch/ResourceLoaderOptionsTest.cpp',
3836 'fetch/ResourceTest.cpp', 3839 'fetch/ResourceTest.cpp',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
3906 'style/OutlineValueTest.cpp', 3909 'style/OutlineValueTest.cpp',
3907 'style/SVGComputedStyleTest.cpp', 3910 'style/SVGComputedStyleTest.cpp',
3908 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3911 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3909 'testing/PrivateScriptTestTest.cpp', 3912 'testing/PrivateScriptTestTest.cpp',
3910 'timing/MemoryInfoTest.cpp', 3913 'timing/MemoryInfoTest.cpp',
3911 'workers/WorkerThreadTest.cpp', 3914 'workers/WorkerThreadTest.cpp',
3912 'xml/parser/SharedBufferReaderTest.cpp', 3915 'xml/parser/SharedBufferReaderTest.cpp',
3913 ], 3916 ],
3914 } 3917 }
3915 } 3918 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/experiments/Experiments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698