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

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

Issue 2251703002: Introduce EphemeralRange::nodes() helper to traverse over a range. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move default template to right place 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/dom/shadow/FlatTreeTraversal.h » ('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 4059 matching lines...) Expand 10 before | Expand all | Expand 10 after
4070 'dom/custom/CustomElementTestHelpers.h', 4070 'dom/custom/CustomElementTestHelpers.h',
4071 'dom/custom/CustomElementUpgradeSorterTest.cpp', 4071 'dom/custom/CustomElementUpgradeSorterTest.cpp',
4072 'dom/custom/CustomElementsRegistryTest.cpp', 4072 'dom/custom/CustomElementsRegistryTest.cpp',
4073 'dom/shadow/FlatTreeTraversalTest.cpp', 4073 'dom/shadow/FlatTreeTraversalTest.cpp',
4074 'editing/EditingCommandTest.cpp', 4074 'editing/EditingCommandTest.cpp',
4075 'editing/EditingStrategyTest.cpp', 4075 'editing/EditingStrategyTest.cpp',
4076 'editing/EditingTestBase.cpp', 4076 'editing/EditingTestBase.cpp',
4077 'editing/EditingTestBase.h', 4077 'editing/EditingTestBase.h',
4078 'editing/EditingUtilitiesTest.cpp', 4078 'editing/EditingUtilitiesTest.cpp',
4079 'editing/EditorTest.cpp', 4079 'editing/EditorTest.cpp',
4080 'editing/EphemeralRangeTest.cpp',
4080 'editing/FrameSelectionTest.cpp', 4081 'editing/FrameSelectionTest.cpp',
4081 'editing/GranularityStrategyTest.cpp', 4082 'editing/GranularityStrategyTest.cpp',
4082 'editing/InputMethodControllerTest.cpp', 4083 'editing/InputMethodControllerTest.cpp',
4083 'editing/commands/ReplaceSelectionCommandTest.cpp', 4084 'editing/commands/ReplaceSelectionCommandTest.cpp',
4084 'editing/iterators/BackwardsTextBufferTest.cpp', 4085 'editing/iterators/BackwardsTextBufferTest.cpp',
4085 'editing/iterators/CharacterIteratorTest.cpp', 4086 'editing/iterators/CharacterIteratorTest.cpp',
4086 'editing/iterators/ForwardsTextBufferTest.cpp', 4087 'editing/iterators/ForwardsTextBufferTest.cpp',
4087 'editing/iterators/SearchBufferTest.cpp', 4088 'editing/iterators/SearchBufferTest.cpp',
4088 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', 4089 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
4089 'editing/iterators/TextIteratorTest.cpp', 4090 'editing/iterators/TextIteratorTest.cpp',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
4239 'testing/PrivateScriptTestTest.cpp', 4240 'testing/PrivateScriptTestTest.cpp',
4240 'timing/MemoryInfoTest.cpp', 4241 'timing/MemoryInfoTest.cpp',
4241 'timing/PerformanceBaseTest.cpp', 4242 'timing/PerformanceBaseTest.cpp',
4242 'timing/PerformanceObserverTest.cpp', 4243 'timing/PerformanceObserverTest.cpp',
4243 'workers/WorkerThreadTest.cpp', 4244 'workers/WorkerThreadTest.cpp',
4244 'workers/WorkerThreadTestHelper.h', 4245 'workers/WorkerThreadTestHelper.h',
4245 'xml/parser/SharedBufferReaderTest.cpp', 4246 'xml/parser/SharedBufferReaderTest.cpp',
4246 ], 4247 ],
4247 } 4248 }
4248 } 4249 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/shadow/FlatTreeTraversal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698