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

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

Issue 283663006: Oilpan: Prepare moving HTMLTemplateElement to oipan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after
2102 'dom/StyleEngine.cpp', 2102 'dom/StyleEngine.cpp',
2103 'dom/StyleEngine.h', 2103 'dom/StyleEngine.h',
2104 'dom/StyleSheetCandidate.cpp', 2104 'dom/StyleSheetCandidate.cpp',
2105 'dom/StyleSheetCandidate.h', 2105 'dom/StyleSheetCandidate.h',
2106 'dom/StyleSheetCollection.cpp', 2106 'dom/StyleSheetCollection.cpp',
2107 'dom/StyleSheetCollection.h', 2107 'dom/StyleSheetCollection.h',
2108 'dom/StyleSheetScopingNodeList.cpp', 2108 'dom/StyleSheetScopingNodeList.cpp',
2109 'dom/StyleSheetScopingNodeList.h', 2109 'dom/StyleSheetScopingNodeList.h',
2110 'dom/TagCollection.cpp', 2110 'dom/TagCollection.cpp',
2111 'dom/TagCollection.h', 2111 'dom/TagCollection.h',
2112 'dom/TemplateContentDocumentFragment.cpp',
2113 'dom/TemplateContentDocumentFragment.h',
haraken 2014/05/13 15:53:30 I wonder where TemplateContentDocumentFragment.h w
keishi 2014/05/13 16:16:21 Removed change to core.gypi. I grepped and I think
2112 'dom/Text.cpp', 2114 'dom/Text.cpp',
2113 'dom/TextLinkColors.cpp', 2115 'dom/TextLinkColors.cpp',
2114 'dom/TextLinkColors.h', 2116 'dom/TextLinkColors.h',
2115 'dom/Touch.cpp', 2117 'dom/Touch.cpp',
2116 'dom/Touch.h', 2118 'dom/Touch.h',
2117 'dom/TouchList.cpp', 2119 'dom/TouchList.cpp',
2118 'dom/TouchList.h', 2120 'dom/TouchList.h',
2119 'dom/TransformSource.h', 2121 'dom/TransformSource.h',
2120 'dom/TransformSourceLibxslt.cpp', 2122 'dom/TransformSourceLibxslt.cpp',
2121 'dom/TreeScope.cpp', 2123 'dom/TreeScope.cpp',
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
3386 'html/track/vtt/VTTScannerTest.cpp', 3388 'html/track/vtt/VTTScannerTest.cpp',
3387 'loader/MixedContentCheckerTest.cpp', 3389 'loader/MixedContentCheckerTest.cpp',
3388 'rendering/RenderOverflowTest.cpp', 3390 'rendering/RenderOverflowTest.cpp',
3389 'rendering/shapes/BoxShapeTest.cpp', 3391 'rendering/shapes/BoxShapeTest.cpp',
3390 'testing/UnitTestHelpers.cpp', 3392 'testing/UnitTestHelpers.cpp',
3391 'testing/UnitTestHelpers.h', 3393 'testing/UnitTestHelpers.h',
3392 'xml/parser/SharedBufferReaderTest.cpp', 3394 'xml/parser/SharedBufferReaderTest.cpp',
3393 ], 3395 ],
3394 } 3396 }
3395 } 3397 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/TemplateContentDocumentFragment.h » ('j') | Source/core/dom/TemplateContentDocumentFragment.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698