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

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

Issue 2172613002: Renderer-side changes for NoState Prefetch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix style Created 4 years, 3 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
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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 4188 matching lines...) Expand 10 before | Expand all | Expand 10 after
4199 'html/LinkRelAttributeTest.cpp', 4199 'html/LinkRelAttributeTest.cpp',
4200 'html/TimeRangesTest.cpp', 4200 'html/TimeRangesTest.cpp',
4201 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', 4201 'html/canvas/CanvasAsyncBlobCreatorTest.cpp',
4202 'html/canvas/CanvasFontCacheTest.cpp', 4202 'html/canvas/CanvasFontCacheTest.cpp',
4203 'html/forms/EmailInputTypeTest.cpp', 4203 'html/forms/EmailInputTypeTest.cpp',
4204 'html/forms/FileInputTypeTest.cpp', 4204 'html/forms/FileInputTypeTest.cpp',
4205 'html/forms/OptionListTest.cpp', 4205 'html/forms/OptionListTest.cpp',
4206 'html/forms/StepRangeTest.cpp', 4206 'html/forms/StepRangeTest.cpp',
4207 'html/parser/AtomicHTMLTokenTest.cpp', 4207 'html/parser/AtomicHTMLTokenTest.cpp',
4208 'html/parser/CompactHTMLTokenTest.cpp', 4208 'html/parser/CompactHTMLTokenTest.cpp',
4209 'html/parser/HTMLDocumentParserTest.cpp',
4209 'html/parser/HTMLEntityParserTest.cpp', 4210 'html/parser/HTMLEntityParserTest.cpp',
4210 'html/parser/HTMLParserIdiomsTest.cpp', 4211 'html/parser/HTMLParserIdiomsTest.cpp',
4211 'html/parser/HTMLParserThreadTest.cpp', 4212 'html/parser/HTMLParserThreadTest.cpp',
4212 'html/parser/HTMLPreloadScannerTest.cpp', 4213 'html/parser/HTMLPreloadScannerTest.cpp',
4213 'html/parser/HTMLResourcePreloaderTest.cpp', 4214 'html/parser/HTMLResourcePreloaderTest.cpp',
4214 'html/parser/HTMLSrcsetParserTest.cpp', 4215 'html/parser/HTMLSrcsetParserTest.cpp',
4215 'html/parser/HTMLTokenizerTest.cpp', 4216 'html/parser/HTMLTokenizerTest.cpp',
4216 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', 4217 'html/parser/HTMLTreeBuilderSimulatorTest.cpp',
4217 'html/parser/TextResourceDecoderTest.cpp', 4218 'html/parser/TextResourceDecoderTest.cpp',
4218 'html/shadow/MediaControlsTest.cpp', 4219 'html/shadow/MediaControlsTest.cpp',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
4294 'timing/MemoryInfoTest.cpp', 4295 'timing/MemoryInfoTest.cpp',
4295 'timing/PerformanceBaseTest.cpp', 4296 'timing/PerformanceBaseTest.cpp',
4296 'timing/PerformanceObserverTest.cpp', 4297 'timing/PerformanceObserverTest.cpp',
4297 'workers/DedicatedWorkerTest.cpp', 4298 'workers/DedicatedWorkerTest.cpp',
4298 'workers/WorkerThreadTest.cpp', 4299 'workers/WorkerThreadTest.cpp',
4299 'workers/WorkerThreadTestHelper.h', 4300 'workers/WorkerThreadTestHelper.h',
4300 'xml/parser/SharedBufferReaderTest.cpp', 4301 'xml/parser/SharedBufferReaderTest.cpp',
4301 ], 4302 ],
4302 } 4303 }
4303 } 4304 }
OLDNEW
« no previous file with comments | « chrome/renderer/prerender/prerenderer_client.cc ('k') | third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698