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

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

Issue 2181943002: Rename ParsedChunk to TokenizedChunk in core/html/parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.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 3245 matching lines...) Expand 10 before | Expand all | Expand 10 after
3256 'html/parser/HTMLTokenizer.cpp', 3256 'html/parser/HTMLTokenizer.cpp',
3257 'html/parser/HTMLTokenizer.h', 3257 'html/parser/HTMLTokenizer.h',
3258 'html/parser/HTMLTreeBuilder.cpp', 3258 'html/parser/HTMLTreeBuilder.cpp',
3259 'html/parser/HTMLTreeBuilder.h', 3259 'html/parser/HTMLTreeBuilder.h',
3260 'html/parser/HTMLTreeBuilderSimulator.cpp', 3260 'html/parser/HTMLTreeBuilderSimulator.cpp',
3261 'html/parser/HTMLTreeBuilderSimulator.h', 3261 'html/parser/HTMLTreeBuilderSimulator.h',
3262 'html/parser/HTMLViewSourceParser.cpp', 3262 'html/parser/HTMLViewSourceParser.cpp',
3263 'html/parser/HTMLViewSourceParser.h', 3263 'html/parser/HTMLViewSourceParser.h',
3264 'html/parser/InputStreamPreprocessor.h', 3264 'html/parser/InputStreamPreprocessor.h',
3265 'html/parser/NestingLevelIncrementer.h', 3265 'html/parser/NestingLevelIncrementer.h',
3266 'html/parser/ParsedChunkQueue.cpp',
3267 'html/parser/ParsedChunkQueue.h',
3268 'html/parser/PreloadRequest.cpp', 3266 'html/parser/PreloadRequest.cpp',
3269 'html/parser/ResourcePreloader.cpp', 3267 'html/parser/ResourcePreloader.cpp',
3270 'html/parser/TextDocumentParser.cpp', 3268 'html/parser/TextDocumentParser.cpp',
3271 'html/parser/TextDocumentParser.h', 3269 'html/parser/TextDocumentParser.h',
3272 'html/parser/TextResourceDecoder.cpp', 3270 'html/parser/TextResourceDecoder.cpp',
3273 'html/parser/TextResourceDecoder.h', 3271 'html/parser/TextResourceDecoder.h',
3272 'html/parser/TokenizedChunkQueue.cpp',
3273 'html/parser/TokenizedChunkQueue.h',
3274 'html/parser/XSSAuditor.cpp', 3274 'html/parser/XSSAuditor.cpp',
3275 'html/parser/XSSAuditor.h', 3275 'html/parser/XSSAuditor.h',
3276 'html/parser/XSSAuditorDelegate.cpp', 3276 'html/parser/XSSAuditorDelegate.cpp',
3277 'html/parser/XSSAuditorDelegate.h', 3277 'html/parser/XSSAuditorDelegate.h',
3278 'html/shadow/ClearButtonElement.cpp', 3278 'html/shadow/ClearButtonElement.cpp',
3279 'html/shadow/ClearButtonElement.h', 3279 'html/shadow/ClearButtonElement.h',
3280 'html/shadow/DateTimeEditElement.cpp', 3280 'html/shadow/DateTimeEditElement.cpp',
3281 'html/shadow/DateTimeEditElement.h', 3281 'html/shadow/DateTimeEditElement.h',
3282 'html/shadow/DateTimeFieldElement.cpp', 3282 'html/shadow/DateTimeFieldElement.cpp',
3283 'html/shadow/DateTimeFieldElement.h', 3283 'html/shadow/DateTimeFieldElement.h',
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
4231 'testing/PrivateScriptTestTest.cpp', 4231 'testing/PrivateScriptTestTest.cpp',
4232 'timing/MemoryInfoTest.cpp', 4232 'timing/MemoryInfoTest.cpp',
4233 'timing/PerformanceBaseTest.cpp', 4233 'timing/PerformanceBaseTest.cpp',
4234 'timing/PerformanceObserverTest.cpp', 4234 'timing/PerformanceObserverTest.cpp',
4235 'workers/WorkerThreadTest.cpp', 4235 'workers/WorkerThreadTest.cpp',
4236 'workers/WorkerThreadTestHelper.h', 4236 'workers/WorkerThreadTestHelper.h',
4237 'xml/parser/SharedBufferReaderTest.cpp', 4237 'xml/parser/SharedBufferReaderTest.cpp',
4238 ], 4238 ],
4239 } 4239 }
4240 } 4240 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698