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

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: Tests Created 4 years, 4 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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 4136 matching lines...) Expand 10 before | Expand all | Expand 10 after
4147 'html/LinkRelAttributeTest.cpp', 4147 'html/LinkRelAttributeTest.cpp',
4148 'html/TimeRangesTest.cpp', 4148 'html/TimeRangesTest.cpp',
4149 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', 4149 'html/canvas/CanvasAsyncBlobCreatorTest.cpp',
4150 'html/canvas/CanvasFontCacheTest.cpp', 4150 'html/canvas/CanvasFontCacheTest.cpp',
4151 'html/forms/EmailInputTypeTest.cpp', 4151 'html/forms/EmailInputTypeTest.cpp',
4152 'html/forms/FileInputTypeTest.cpp', 4152 'html/forms/FileInputTypeTest.cpp',
4153 'html/forms/OptionListTest.cpp', 4153 'html/forms/OptionListTest.cpp',
4154 'html/forms/StepRangeTest.cpp', 4154 'html/forms/StepRangeTest.cpp',
4155 'html/parser/AtomicHTMLTokenTest.cpp', 4155 'html/parser/AtomicHTMLTokenTest.cpp',
4156 'html/parser/CompactHTMLTokenTest.cpp', 4156 'html/parser/CompactHTMLTokenTest.cpp',
4157 'html/parser/HTMLDocumentParserTest.cpp',
4157 'html/parser/HTMLEntityParserTest.cpp', 4158 'html/parser/HTMLEntityParserTest.cpp',
4158 'html/parser/HTMLParserIdiomsTest.cpp', 4159 'html/parser/HTMLParserIdiomsTest.cpp',
4159 'html/parser/HTMLParserThreadTest.cpp', 4160 'html/parser/HTMLParserThreadTest.cpp',
4160 'html/parser/HTMLPreloadScannerTest.cpp', 4161 'html/parser/HTMLPreloadScannerTest.cpp',
4161 'html/parser/HTMLResourcePreloaderTest.cpp', 4162 'html/parser/HTMLResourcePreloaderTest.cpp',
4162 'html/parser/HTMLSrcsetParserTest.cpp', 4163 'html/parser/HTMLSrcsetParserTest.cpp',
4163 'html/parser/HTMLTokenizerTest.cpp', 4164 'html/parser/HTMLTokenizerTest.cpp',
4164 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', 4165 'html/parser/HTMLTreeBuilderSimulatorTest.cpp',
4165 'html/shadow/MediaControlsTest.cpp', 4166 'html/shadow/MediaControlsTest.cpp',
4166 'html/track/TextTrackListTest.cpp', 4167 'html/track/TextTrackListTest.cpp',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
4237 'testing/PrivateScriptTestTest.cpp', 4238 'testing/PrivateScriptTestTest.cpp',
4238 'timing/MemoryInfoTest.cpp', 4239 'timing/MemoryInfoTest.cpp',
4239 'timing/PerformanceBaseTest.cpp', 4240 'timing/PerformanceBaseTest.cpp',
4240 'timing/PerformanceObserverTest.cpp', 4241 'timing/PerformanceObserverTest.cpp',
4241 'workers/WorkerThreadTest.cpp', 4242 'workers/WorkerThreadTest.cpp',
4242 'workers/WorkerThreadTestHelper.h', 4243 'workers/WorkerThreadTestHelper.h',
4243 'xml/parser/SharedBufferReaderTest.cpp', 4244 'xml/parser/SharedBufferReaderTest.cpp',
4244 ], 4245 ],
4245 } 4246 }
4246 } 4247 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698