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

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

Issue 2107153002: SVG object with same idrefs get conflicted even they are under different shadow root Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename the method in TreeScope class Created 4 years, 5 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 | « AUTHORS ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('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 3693 matching lines...) Expand 10 before | Expand all | Expand 10 after
3704 'svg/graphics/SVGImageChromeClient.cpp', 3704 'svg/graphics/SVGImageChromeClient.cpp',
3705 'svg/graphics/SVGImageChromeClient.h', 3705 'svg/graphics/SVGImageChromeClient.h',
3706 'svg/graphics/SVGImageForContainer.cpp', 3706 'svg/graphics/SVGImageForContainer.cpp',
3707 'svg/graphics/SVGImageForContainer.h', 3707 'svg/graphics/SVGImageForContainer.h',
3708 'svg/graphics/filters/SVGFEImage.cpp', 3708 'svg/graphics/filters/SVGFEImage.cpp',
3709 'svg/graphics/filters/SVGFEImage.h', 3709 'svg/graphics/filters/SVGFEImage.h',
3710 'svg/graphics/filters/SVGFilterBuilder.cpp', 3710 'svg/graphics/filters/SVGFilterBuilder.cpp',
3711 'svg/graphics/filters/SVGFilterBuilder.h', 3711 'svg/graphics/filters/SVGFilterBuilder.h',
3712 'svg/properties/SVGAnimatedProperty.cpp', 3712 'svg/properties/SVGAnimatedProperty.cpp',
3713 'svg/properties/SVGPropertyTearOff.cpp', 3713 'svg/properties/SVGPropertyTearOff.cpp',
3714 'svg/SVGTreeScopeResources.cpp',
3715 'svg/SVGTreeScopeResources.h',
3714 ], 3716 ],
3715 'core_dictionary_idl_files': [ 3717 'core_dictionary_idl_files': [
3716 'animation/AnimationEffectTimingProperties.idl', 3718 'animation/AnimationEffectTimingProperties.idl',
3717 'animation/ComputedTimingProperties.idl', 3719 'animation/ComputedTimingProperties.idl',
3718 'animation/KeyframeEffectOptions.idl', 3720 'animation/KeyframeEffectOptions.idl',
3719 'css/FontFaceDescriptors.idl', 3721 'css/FontFaceDescriptors.idl',
3720 'css/FontFaceSetLoadEventInit.idl', 3722 'css/FontFaceSetLoadEventInit.idl',
3721 'css/MediaQueryListEventInit.idl', 3723 'css/MediaQueryListEventInit.idl',
3722 'css/cssom/CalcDictionary.idl', 3724 'css/cssom/CalcDictionary.idl',
3723 'dom/DOMPointInit.idl', 3725 'dom/DOMPointInit.idl',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
4191 'testing/PrivateScriptTestTest.cpp', 4193 'testing/PrivateScriptTestTest.cpp',
4192 'timing/MemoryInfoTest.cpp', 4194 'timing/MemoryInfoTest.cpp',
4193 'timing/PerformanceBaseTest.cpp', 4195 'timing/PerformanceBaseTest.cpp',
4194 'timing/PerformanceObserverTest.cpp', 4196 'timing/PerformanceObserverTest.cpp',
4195 'workers/WorkerThreadTest.cpp', 4197 'workers/WorkerThreadTest.cpp',
4196 'workers/WorkerThreadTestHelper.h', 4198 'workers/WorkerThreadTestHelper.h',
4197 'xml/parser/SharedBufferReaderTest.cpp', 4199 'xml/parser/SharedBufferReaderTest.cpp',
4198 ], 4200 ],
4199 } 4201 }
4200 } 4202 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698