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

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

Issue 1190303002: Introduce Position::nodeAsRangeLastNode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: reviews Created 5 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/dom/Position.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 3852 matching lines...) Expand 10 before | Expand all | Expand 10 after
3863 'css/parser/SizesCalcParserTest.cpp', 3863 'css/parser/SizesCalcParserTest.cpp',
3864 'css/resolver/FontBuilderTest.cpp', 3864 'css/resolver/FontBuilderTest.cpp',
3865 'dom/ActiveDOMObjectTest.cpp', 3865 'dom/ActiveDOMObjectTest.cpp',
3866 'dom/AttrTest.cpp', 3866 'dom/AttrTest.cpp',
3867 'dom/CrossThreadTaskTest.cpp', 3867 'dom/CrossThreadTaskTest.cpp',
3868 'dom/DOMImplementationTest.cpp', 3868 'dom/DOMImplementationTest.cpp',
3869 'dom/DocumentMarkerControllerTest.cpp', 3869 'dom/DocumentMarkerControllerTest.cpp',
3870 'dom/DocumentTest.cpp', 3870 'dom/DocumentTest.cpp',
3871 'dom/MainThreadTaskRunnerTest.cpp', 3871 'dom/MainThreadTaskRunnerTest.cpp',
3872 'dom/NthIndexCacheTest.cpp', 3872 'dom/NthIndexCacheTest.cpp',
3873 'dom/PositionTest.cpp',
3873 'dom/RangeTest.cpp', 3874 'dom/RangeTest.cpp',
3874 'dom/ScriptRunnerTest.cpp', 3875 'dom/ScriptRunnerTest.cpp',
3875 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3876 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3876 'dom/TreeScopeTest.cpp', 3877 'dom/TreeScopeTest.cpp',
3877 'dom/shadow/ComposedTreeTraversalTest.cpp', 3878 'dom/shadow/ComposedTreeTraversalTest.cpp',
3878 'editing/CompositionUnderlineRangeFilterTest.cpp', 3879 'editing/CompositionUnderlineRangeFilterTest.cpp',
3879 'editing/FrameSelectionTest.cpp', 3880 'editing/FrameSelectionTest.cpp',
3880 'editing/GranularityStrategyTest.cpp', 3881 'editing/GranularityStrategyTest.cpp',
3881 'editing/InputMethodControllerTest.cpp', 3882 'editing/InputMethodControllerTest.cpp',
3882 'editing/iterators/TextIteratorTest.cpp', 3883 'editing/iterators/TextIteratorTest.cpp',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
3954 'style/OutlineValueTest.cpp', 3955 'style/OutlineValueTest.cpp',
3955 'style/SVGComputedStyleTest.cpp', 3956 'style/SVGComputedStyleTest.cpp',
3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3957 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3957 'testing/PrivateScriptTestTest.cpp', 3958 'testing/PrivateScriptTestTest.cpp',
3958 'timing/MemoryInfoTest.cpp', 3959 'timing/MemoryInfoTest.cpp',
3959 'workers/WorkerThreadTest.cpp', 3960 'workers/WorkerThreadTest.cpp',
3960 'xml/parser/SharedBufferReaderTest.cpp', 3961 'xml/parser/SharedBufferReaderTest.cpp',
3961 ], 3962 ],
3962 } 3963 }
3963 } 3964 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Position.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698