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

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

Issue 1419033004: Add feature extraction for distillability to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stricter test Created 5 years, 1 month 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/dom/DocumentStatisticsCollector.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 2307 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 'dom/DocumentInit.h', 2318 'dom/DocumentInit.h',
2319 'dom/DocumentLifecycle.cpp', 2319 'dom/DocumentLifecycle.cpp',
2320 'dom/DocumentLifecycle.h', 2320 'dom/DocumentLifecycle.h',
2321 'dom/DocumentLifecycleNotifier.cpp', 2321 'dom/DocumentLifecycleNotifier.cpp',
2322 'dom/DocumentLifecycleNotifier.h', 2322 'dom/DocumentLifecycleNotifier.h',
2323 'dom/DocumentLifecycleObserver.h', 2323 'dom/DocumentLifecycleObserver.h',
2324 'dom/DocumentOrderedList.cpp', 2324 'dom/DocumentOrderedList.cpp',
2325 'dom/DocumentOrderedList.h', 2325 'dom/DocumentOrderedList.h',
2326 'dom/DocumentOrderedMap.cpp', 2326 'dom/DocumentOrderedMap.cpp',
2327 'dom/DocumentParser.cpp', 2327 'dom/DocumentParser.cpp',
2328 'dom/DocumentStatisticsCollector.cpp',
2329 'dom/DocumentStatisticsCollector.h',
2328 'dom/DocumentStyleSheetCollection.cpp', 2330 'dom/DocumentStyleSheetCollection.cpp',
2329 'dom/DocumentStyleSheetCollection.h', 2331 'dom/DocumentStyleSheetCollection.h',
2330 'dom/DocumentStyleSheetCollector.cpp', 2332 'dom/DocumentStyleSheetCollector.cpp',
2331 'dom/DocumentStyleSheetCollector.h', 2333 'dom/DocumentStyleSheetCollector.h',
2332 'dom/DocumentTiming.cpp', 2334 'dom/DocumentTiming.cpp',
2333 'dom/DocumentTiming.h', 2335 'dom/DocumentTiming.h',
2334 'dom/DocumentType.cpp', 2336 'dom/DocumentType.cpp',
2335 'dom/DocumentVisibilityObserver.cpp', 2337 'dom/DocumentVisibilityObserver.cpp',
2336 'dom/Element.cpp', 2338 'dom/Element.cpp',
2337 'dom/Element.h', 2339 'dom/Element.h',
(...skipping 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after
3775 'css/parser/CSSTokenizerTest.cpp', 3777 'css/parser/CSSTokenizerTest.cpp',
3776 'css/parser/MediaConditionTest.cpp', 3778 'css/parser/MediaConditionTest.cpp',
3777 'css/parser/SizesAttributeParserTest.cpp', 3779 'css/parser/SizesAttributeParserTest.cpp',
3778 'css/parser/SizesCalcParserTest.cpp', 3780 'css/parser/SizesCalcParserTest.cpp',
3779 'css/resolver/FontBuilderTest.cpp', 3781 'css/resolver/FontBuilderTest.cpp',
3780 'css/resolver/MatchResultTest.cpp', 3782 'css/resolver/MatchResultTest.cpp',
3781 'dom/ActiveDOMObjectTest.cpp', 3783 'dom/ActiveDOMObjectTest.cpp',
3782 'dom/AttrTest.cpp', 3784 'dom/AttrTest.cpp',
3783 'dom/CrossThreadTaskTest.cpp', 3785 'dom/CrossThreadTaskTest.cpp',
3784 'dom/DOMImplementationTest.cpp', 3786 'dom/DOMImplementationTest.cpp',
3787 'dom/DocumentStatisticsCollectorTest.cpp',
3785 'dom/DocumentTest.cpp', 3788 'dom/DocumentTest.cpp',
3786 'dom/MainThreadTaskRunnerTest.cpp', 3789 'dom/MainThreadTaskRunnerTest.cpp',
3787 'dom/NthIndexCacheTest.cpp', 3790 'dom/NthIndexCacheTest.cpp',
3788 'dom/RangeTest.cpp', 3791 'dom/RangeTest.cpp',
3789 'dom/ScriptRunnerTest.cpp', 3792 'dom/ScriptRunnerTest.cpp',
3790 'dom/StyleElementTest.cpp', 3793 'dom/StyleElementTest.cpp',
3791 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3794 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3792 'dom/TreeScopeTest.cpp', 3795 'dom/TreeScopeTest.cpp',
3793 'dom/shadow/ComposedTreeTraversalTest.cpp', 3796 'dom/shadow/ComposedTreeTraversalTest.cpp',
3794 'editing/EditingStrategyTest.cpp', 3797 'editing/EditingStrategyTest.cpp',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
3899 'style/SVGComputedStyleTest.cpp', 3902 'style/SVGComputedStyleTest.cpp',
3900 'svg/SVGPathParserTest.cpp', 3903 'svg/SVGPathParserTest.cpp',
3901 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3904 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3902 'testing/PrivateScriptTestTest.cpp', 3905 'testing/PrivateScriptTestTest.cpp',
3903 'timing/MemoryInfoTest.cpp', 3906 'timing/MemoryInfoTest.cpp',
3904 'workers/WorkerThreadTest.cpp', 3907 'workers/WorkerThreadTest.cpp',
3905 'xml/parser/SharedBufferReaderTest.cpp', 3908 'xml/parser/SharedBufferReaderTest.cpp',
3906 ], 3909 ],
3907 } 3910 }
3908 } 3911 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698