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

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

Issue 2200613002: The HTML parser synchronously creates custom elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eliminate redundant TODOs. 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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 3249 matching lines...) Expand 10 before | Expand all | Expand 10 after
3260 'html/parser/HTMLEntitySearch.h', 3260 'html/parser/HTMLEntitySearch.h',
3261 'html/parser/HTMLEntityTable.h', 3261 'html/parser/HTMLEntityTable.h',
3262 'html/parser/HTMLFormattingElementList.cpp', 3262 'html/parser/HTMLFormattingElementList.cpp',
3263 'html/parser/HTMLFormattingElementList.h', 3263 'html/parser/HTMLFormattingElementList.h',
3264 'html/parser/HTMLInputStream.h', 3264 'html/parser/HTMLInputStream.h',
3265 'html/parser/HTMLMetaCharsetParser.cpp', 3265 'html/parser/HTMLMetaCharsetParser.cpp',
3266 'html/parser/HTMLMetaCharsetParser.h', 3266 'html/parser/HTMLMetaCharsetParser.h',
3267 'html/parser/HTMLParserIdioms.cpp', 3267 'html/parser/HTMLParserIdioms.cpp',
3268 'html/parser/HTMLParserOptions.cpp', 3268 'html/parser/HTMLParserOptions.cpp',
3269 'html/parser/HTMLParserOptions.h', 3269 'html/parser/HTMLParserOptions.h',
3270 'html/parser/HTMLParserReentryPermit.cpp',
3271 'html/parser/HTMLParserReentryPermit.h',
3270 'html/parser/HTMLParserScheduler.cpp', 3272 'html/parser/HTMLParserScheduler.cpp',
3271 'html/parser/HTMLParserScheduler.h', 3273 'html/parser/HTMLParserScheduler.h',
3272 'html/parser/HTMLParserThread.cpp', 3274 'html/parser/HTMLParserThread.cpp',
3273 'html/parser/HTMLParserThread.h', 3275 'html/parser/HTMLParserThread.h',
3274 'html/parser/HTMLPreloadScanner.cpp', 3276 'html/parser/HTMLPreloadScanner.cpp',
3275 'html/parser/HTMLPreloadScanner.h', 3277 'html/parser/HTMLPreloadScanner.h',
3276 'html/parser/HTMLResourcePreloader.cpp', 3278 'html/parser/HTMLResourcePreloader.cpp',
3277 'html/parser/HTMLResourcePreloader.h', 3279 'html/parser/HTMLResourcePreloader.h',
3278 'html/parser/HTMLScriptRunner.cpp', 3280 'html/parser/HTMLScriptRunner.cpp',
3279 'html/parser/HTMLScriptRunner.h', 3281 'html/parser/HTMLScriptRunner.h',
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
4273 'testing/PrivateScriptTestTest.cpp', 4275 'testing/PrivateScriptTestTest.cpp',
4274 'timing/MemoryInfoTest.cpp', 4276 'timing/MemoryInfoTest.cpp',
4275 'timing/PerformanceBaseTest.cpp', 4277 'timing/PerformanceBaseTest.cpp',
4276 'timing/PerformanceObserverTest.cpp', 4278 'timing/PerformanceObserverTest.cpp',
4277 'workers/WorkerThreadTest.cpp', 4279 'workers/WorkerThreadTest.cpp',
4278 'workers/WorkerThreadTestHelper.h', 4280 'workers/WorkerThreadTestHelper.h',
4279 'xml/parser/SharedBufferReaderTest.cpp', 4281 'xml/parser/SharedBufferReaderTest.cpp',
4280 ], 4282 ],
4281 } 4283 }
4282 } 4284 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698