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

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

Issue 1141883003: Enable `as` based priorities for <link rel=preload> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments Created 5 years, 7 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 | Source/core/fetch/FetchRequest.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 3866 matching lines...) Expand 10 before | Expand all | Expand 10 after
3877 'layout/LayoutTableCellTest.cpp', 3877 'layout/LayoutTableCellTest.cpp',
3878 'layout/LayoutTableRowTest.cpp', 3878 'layout/LayoutTableRowTest.cpp',
3879 'layout/LayoutTestHelper.cpp', 3879 'layout/LayoutTestHelper.cpp',
3880 'layout/LayoutTestHelper.h', 3880 'layout/LayoutTestHelper.h',
3881 'layout/LayoutThemeTest.cpp', 3881 'layout/LayoutThemeTest.cpp',
3882 'layout/MultiColumnFragmentainerGroupTest.cpp', 3882 'layout/MultiColumnFragmentainerGroupTest.cpp',
3883 'layout/OverflowModelTest.cpp', 3883 'layout/OverflowModelTest.cpp',
3884 'layout/shapes/BoxShapeTest.cpp', 3884 'layout/shapes/BoxShapeTest.cpp',
3885 'loader/FrameFetchContextTest.cpp', 3885 'loader/FrameFetchContextTest.cpp',
3886 'loader/LinkHeaderTest.cpp', 3886 'loader/LinkHeaderTest.cpp',
3887 'loader/LinkLoaderTest.cpp',
3887 'loader/MixedContentCheckerTest.cpp', 3888 'loader/MixedContentCheckerTest.cpp',
3888 'page/ContextMenuControllerTest.cpp', 3889 'page/ContextMenuControllerTest.cpp',
3889 'page/NetworkStateNotifierTest.cpp', 3890 'page/NetworkStateNotifierTest.cpp',
3890 'page/PrintContextTest.cpp', 3891 'page/PrintContextTest.cpp',
3891 'page/scrolling/ScrollStateTest.cpp', 3892 'page/scrolling/ScrollStateTest.cpp',
3892 'paint/DisplayItemListPaintTest.cpp', 3893 'paint/DisplayItemListPaintTest.cpp',
3893 'paint/LayerClipRecorderTest.cpp', 3894 'paint/LayerClipRecorderTest.cpp',
3894 'paint/LayoutObjectDrawingRecorderTest.cpp', 3895 'paint/LayoutObjectDrawingRecorderTest.cpp',
3895 'paint/TextPainterTest.cpp', 3896 'paint/TextPainterTest.cpp',
3896 'streams/ReadableStreamReaderTest.cpp', 3897 'streams/ReadableStreamReaderTest.cpp',
3897 'streams/ReadableStreamTest.cpp', 3898 'streams/ReadableStreamTest.cpp',
3898 'style/ComputedStyleTest.cpp', 3899 'style/ComputedStyleTest.cpp',
3899 'style/OutlineValueTest.cpp', 3900 'style/OutlineValueTest.cpp',
3900 'style/SVGComputedStyleTest.cpp', 3901 'style/SVGComputedStyleTest.cpp',
3901 'testing/PrivateScriptTestTest.cpp', 3902 'testing/PrivateScriptTestTest.cpp',
3902 'timing/MemoryInfoTest.cpp', 3903 'timing/MemoryInfoTest.cpp',
3903 'workers/WorkerThreadTest.cpp', 3904 'workers/WorkerThreadTest.cpp',
3904 'xml/parser/SharedBufferReaderTest.cpp', 3905 'xml/parser/SharedBufferReaderTest.cpp',
3905 ], 3906 ],
3906 } 3907 }
3907 } 3908 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/FetchRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698