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

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: . 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 2435 matching lines...) Expand 10 before | Expand all | Expand 10 after
2446 'dom/NonDocumentTypeChildNode.h', 2446 'dom/NonDocumentTypeChildNode.h',
2447 'dom/NonElementParentNode.h', 2447 'dom/NonElementParentNode.h',
2448 'dom/NthIndexCache.cpp', 2448 'dom/NthIndexCache.cpp',
2449 'dom/NthIndexCache.h', 2449 'dom/NthIndexCache.h',
2450 'dom/ParentNode.h', 2450 'dom/ParentNode.h',
2451 'dom/PendingScript.cpp', 2451 'dom/PendingScript.cpp',
2452 'dom/PresentationAttributeStyle.cpp', 2452 'dom/PresentationAttributeStyle.cpp',
2453 'dom/PresentationAttributeStyle.h', 2453 'dom/PresentationAttributeStyle.h',
2454 'dom/ProcessingInstruction.cpp', 2454 'dom/ProcessingInstruction.cpp',
2455 'dom/ProcessingInstruction.h', 2455 'dom/ProcessingInstruction.h',
2456 'dom/ProxiedPropertyCounts.cpp',
2457 'dom/ProxiedPropertyCounts.h',
2456 'dom/PseudoElement.cpp', 2458 'dom/PseudoElement.cpp',
2457 'dom/QualifiedName.cpp', 2459 'dom/QualifiedName.cpp',
2458 'dom/Range.cpp', 2460 'dom/Range.cpp',
2459 'dom/RawDataDocumentParser.h', 2461 'dom/RawDataDocumentParser.h',
2460 'dom/RemoteSecurityContext.cpp', 2462 'dom/RemoteSecurityContext.cpp',
2461 'dom/RemoteSecurityContext.h', 2463 'dom/RemoteSecurityContext.h',
2462 'dom/SandboxFlags.cpp', 2464 'dom/SandboxFlags.cpp',
2463 'dom/SandboxFlags.h', 2465 'dom/SandboxFlags.h',
2464 'dom/ScopedWindowFocusAllowedIndicator.h', 2466 'dom/ScopedWindowFocusAllowedIndicator.h',
2465 'dom/ScriptLoader.cpp', 2467 'dom/ScriptLoader.cpp',
(...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after
3936 'style/SVGComputedStyleTest.cpp', 3938 'style/SVGComputedStyleTest.cpp',
3937 'svg/SVGPathParserTest.cpp', 3939 'svg/SVGPathParserTest.cpp',
3938 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3940 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3939 'testing/PrivateScriptTestTest.cpp', 3941 'testing/PrivateScriptTestTest.cpp',
3940 'timing/MemoryInfoTest.cpp', 3942 'timing/MemoryInfoTest.cpp',
3941 'workers/WorkerThreadTest.cpp', 3943 'workers/WorkerThreadTest.cpp',
3942 'xml/parser/SharedBufferReaderTest.cpp', 3944 'xml/parser/SharedBufferReaderTest.cpp',
3943 ], 3945 ],
3944 } 3946 }
3945 } 3947 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698