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

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

Issue 1815643002: Introduce DocumentOrShadowRoot Mixin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@debug
Patch Set: fix typo Created 4 years, 9 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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'workers/WorkerNavigator.idl', 415 'workers/WorkerNavigator.idl',
416 ], 416 ],
417 # 'partial interface', target (right side of) 'implements', and 417 # 'partial interface', target (right side of) 'implements', and
418 # interfaces with static bindings (in bindings/core/v8/) 418 # interfaces with static bindings (in bindings/core/v8/)
419 'core_dependency_idl_files': [ 419 'core_dependency_idl_files': [
420 'animation/DocumentAnimation.idl', 420 'animation/DocumentAnimation.idl',
421 'animation/ElementAnimation.idl', 421 'animation/ElementAnimation.idl',
422 'css/DocumentFontFaceSet.idl', 422 'css/DocumentFontFaceSet.idl',
423 'dom/ChildNode.idl', 423 'dom/ChildNode.idl',
424 'dom/DocumentFullscreen.idl', 424 'dom/DocumentFullscreen.idl',
425 'dom/DocumentOrShadowRoot.idl',
425 'dom/ElementFullscreen.idl', 426 'dom/ElementFullscreen.idl',
426 'dom/GlobalEventHandlers.idl', 427 'dom/GlobalEventHandlers.idl',
427 'dom/NonDocumentTypeChildNode.idl', 428 'dom/NonDocumentTypeChildNode.idl',
428 'dom/NonElementParentNode.idl', 429 'dom/NonElementParentNode.idl',
429 'dom/ParentNode.idl', 430 'dom/ParentNode.idl',
430 'dom/URLUtils.idl', 431 'dom/URLUtils.idl',
431 'dom/URLUtilsReadOnly.idl', 432 'dom/URLUtilsReadOnly.idl',
432 'events/EventListener.idl', 433 'events/EventListener.idl',
433 'events/NavigatorEvents.idl', 434 'events/NavigatorEvents.idl',
434 'frame/NavigatorCPU.idl', 435 'frame/NavigatorCPU.idl',
(...skipping 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after
2402 'dom/DocumentFragment.cpp', 2403 'dom/DocumentFragment.cpp',
2403 'dom/DocumentFullscreen.cpp', 2404 'dom/DocumentFullscreen.cpp',
2404 'dom/DocumentFullscreen.h', 2405 'dom/DocumentFullscreen.h',
2405 'dom/DocumentInit.cpp', 2406 'dom/DocumentInit.cpp',
2406 'dom/DocumentInit.h', 2407 'dom/DocumentInit.h',
2407 'dom/DocumentLifecycle.cpp', 2408 'dom/DocumentLifecycle.cpp',
2408 'dom/DocumentLifecycle.h', 2409 'dom/DocumentLifecycle.h',
2409 'dom/DocumentLifecycleNotifier.cpp', 2410 'dom/DocumentLifecycleNotifier.cpp',
2410 'dom/DocumentLifecycleNotifier.h', 2411 'dom/DocumentLifecycleNotifier.h',
2411 'dom/DocumentLifecycleObserver.h', 2412 'dom/DocumentLifecycleObserver.h',
2413 'dom/DocumentOrShadowRoot.h',
2412 'dom/DocumentOrderedList.cpp', 2414 'dom/DocumentOrderedList.cpp',
2413 'dom/DocumentOrderedList.h', 2415 'dom/DocumentOrderedList.h',
2414 'dom/DocumentOrderedMap.cpp', 2416 'dom/DocumentOrderedMap.cpp',
2415 'dom/DocumentParser.cpp', 2417 'dom/DocumentParser.cpp',
2416 'dom/DocumentStatisticsCollector.cpp', 2418 'dom/DocumentStatisticsCollector.cpp',
2417 'dom/DocumentStatisticsCollector.h', 2419 'dom/DocumentStatisticsCollector.h',
2418 'dom/DocumentStyleSheetCollection.cpp', 2420 'dom/DocumentStyleSheetCollection.cpp',
2419 'dom/DocumentStyleSheetCollection.h', 2421 'dom/DocumentStyleSheetCollection.h',
2420 'dom/DocumentStyleSheetCollector.cpp', 2422 'dom/DocumentStyleSheetCollector.cpp',
2421 'dom/DocumentStyleSheetCollector.h', 2423 'dom/DocumentStyleSheetCollector.h',
(...skipping 1647 matching lines...) Expand 10 before | Expand all | Expand 10 after
4069 'style/SVGComputedStyleTest.cpp', 4071 'style/SVGComputedStyleTest.cpp',
4070 'svg/SVGPathParserTest.cpp', 4072 'svg/SVGPathParserTest.cpp',
4071 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4073 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4072 'testing/PrivateScriptTestTest.cpp', 4074 'testing/PrivateScriptTestTest.cpp',
4073 'timing/MemoryInfoTest.cpp', 4075 'timing/MemoryInfoTest.cpp',
4074 'workers/WorkerThreadTest.cpp', 4076 'workers/WorkerThreadTest.cpp',
4075 'xml/parser/SharedBufferReaderTest.cpp', 4077 'xml/parser/SharedBufferReaderTest.cpp',
4076 ], 4078 ],
4077 } 4079 }
4078 } 4080 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698