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

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

Issue 1405993008: compositor-worker: plumb element id and mutable properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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 2438 matching lines...) Expand 10 before | Expand all | Expand 10 after
2449 'dom/NonDocumentTypeChildNode.h', 2449 'dom/NonDocumentTypeChildNode.h',
2450 'dom/NonElementParentNode.h', 2450 'dom/NonElementParentNode.h',
2451 'dom/NthIndexCache.cpp', 2451 'dom/NthIndexCache.cpp',
2452 'dom/NthIndexCache.h', 2452 'dom/NthIndexCache.h',
2453 'dom/ParentNode.h', 2453 'dom/ParentNode.h',
2454 'dom/PendingScript.cpp', 2454 'dom/PendingScript.cpp',
2455 'dom/PresentationAttributeStyle.cpp', 2455 'dom/PresentationAttributeStyle.cpp',
2456 'dom/PresentationAttributeStyle.h', 2456 'dom/PresentationAttributeStyle.h',
2457 'dom/ProcessingInstruction.cpp', 2457 'dom/ProcessingInstruction.cpp',
2458 'dom/ProcessingInstruction.h', 2458 'dom/ProcessingInstruction.h',
2459 'dom/CompositorProxiedPropertySet.cpp',
2460 'dom/CompositorProxiedPropertySet.h',
2459 'dom/PseudoElement.cpp', 2461 'dom/PseudoElement.cpp',
2460 'dom/QualifiedName.cpp', 2462 'dom/QualifiedName.cpp',
2461 'dom/Range.cpp', 2463 'dom/Range.cpp',
2462 'dom/RawDataDocumentParser.h', 2464 'dom/RawDataDocumentParser.h',
2463 'dom/RemoteSecurityContext.cpp', 2465 'dom/RemoteSecurityContext.cpp',
2464 'dom/RemoteSecurityContext.h', 2466 'dom/RemoteSecurityContext.h',
2465 'dom/SandboxFlags.cpp', 2467 'dom/SandboxFlags.cpp',
2466 'dom/SandboxFlags.h', 2468 'dom/SandboxFlags.h',
2467 'dom/ScopedWindowFocusAllowedIndicator.h', 2469 'dom/ScopedWindowFocusAllowedIndicator.h',
2468 'dom/ScriptLoader.cpp', 2470 'dom/ScriptLoader.cpp',
(...skipping 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after
3940 'style/SVGComputedStyleTest.cpp', 3942 'style/SVGComputedStyleTest.cpp',
3941 'svg/SVGPathParserTest.cpp', 3943 'svg/SVGPathParserTest.cpp',
3942 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3944 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3943 'testing/PrivateScriptTestTest.cpp', 3945 'testing/PrivateScriptTestTest.cpp',
3944 'timing/MemoryInfoTest.cpp', 3946 'timing/MemoryInfoTest.cpp',
3945 'workers/WorkerThreadTest.cpp', 3947 'workers/WorkerThreadTest.cpp',
3946 'xml/parser/SharedBufferReaderTest.cpp', 3948 'xml/parser/SharedBufferReaderTest.cpp',
3947 ], 3949 ],
3948 } 3950 }
3949 } 3951 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698