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

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

Issue 2103043004: Fix EditingStyle::mergeStyle()'s handling of custom properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gtest instead of layout test 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/StylePropertySet.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 4056 matching lines...) Expand 10 before | Expand all | Expand 10 after
4067 'dom/custom/CustomElementReactionQueueTest.cpp', 4067 'dom/custom/CustomElementReactionQueueTest.cpp',
4068 'dom/custom/CustomElementReactionStackTest.cpp', 4068 'dom/custom/CustomElementReactionStackTest.cpp',
4069 'dom/custom/CustomElementReactionTestHelpers.h', 4069 'dom/custom/CustomElementReactionTestHelpers.h',
4070 'dom/custom/CustomElementTest.cpp', 4070 'dom/custom/CustomElementTest.cpp',
4071 'dom/custom/CustomElementTestHelpers.h', 4071 'dom/custom/CustomElementTestHelpers.h',
4072 'dom/custom/CustomElementUpgradeSorterTest.cpp', 4072 'dom/custom/CustomElementUpgradeSorterTest.cpp',
4073 'dom/custom/CustomElementsRegistryTest.cpp', 4073 'dom/custom/CustomElementsRegistryTest.cpp',
4074 'dom/shadow/FlatTreeTraversalTest.cpp', 4074 'dom/shadow/FlatTreeTraversalTest.cpp',
4075 'editing/EditingCommandTest.cpp', 4075 'editing/EditingCommandTest.cpp',
4076 'editing/EditingStrategyTest.cpp', 4076 'editing/EditingStrategyTest.cpp',
4077 'editing/EditingStyleTest.cpp',
4077 'editing/EditingTestBase.cpp', 4078 'editing/EditingTestBase.cpp',
4078 'editing/EditingTestBase.h', 4079 'editing/EditingTestBase.h',
4079 'editing/EditingUtilitiesTest.cpp', 4080 'editing/EditingUtilitiesTest.cpp',
4080 'editing/EditorTest.cpp', 4081 'editing/EditorTest.cpp',
4081 'editing/FrameSelectionTest.cpp', 4082 'editing/FrameSelectionTest.cpp',
4082 'editing/GranularityStrategyTest.cpp', 4083 'editing/GranularityStrategyTest.cpp',
4083 'editing/InputMethodControllerTest.cpp', 4084 'editing/InputMethodControllerTest.cpp',
4084 'editing/commands/ReplaceSelectionCommandTest.cpp', 4085 'editing/commands/ReplaceSelectionCommandTest.cpp',
4085 'editing/iterators/BackwardsTextBufferTest.cpp', 4086 'editing/iterators/BackwardsTextBufferTest.cpp',
4086 'editing/iterators/CharacterIteratorTest.cpp', 4087 'editing/iterators/CharacterIteratorTest.cpp',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
4241 'testing/PrivateScriptTestTest.cpp', 4242 'testing/PrivateScriptTestTest.cpp',
4242 'timing/MemoryInfoTest.cpp', 4243 'timing/MemoryInfoTest.cpp',
4243 'timing/PerformanceBaseTest.cpp', 4244 'timing/PerformanceBaseTest.cpp',
4244 'timing/PerformanceObserverTest.cpp', 4245 'timing/PerformanceObserverTest.cpp',
4245 'workers/WorkerThreadTest.cpp', 4246 'workers/WorkerThreadTest.cpp',
4246 'workers/WorkerThreadTestHelper.h', 4247 'workers/WorkerThreadTestHelper.h',
4247 'xml/parser/SharedBufferReaderTest.cpp', 4248 'xml/parser/SharedBufferReaderTest.cpp',
4248 ], 4249 ],
4249 } 4250 }
4250 } 4251 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/StylePropertySet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698