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

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

Issue 2022563002: Remove display item scope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 2127 matching lines...) Expand 10 before | Expand all | Expand 10 after
2138 'paint/SVGPaintContext.cpp', 2138 'paint/SVGPaintContext.cpp',
2139 'paint/SVGPaintContext.h', 2139 'paint/SVGPaintContext.h',
2140 'paint/SVGRootInlineBoxPainter.cpp', 2140 'paint/SVGRootInlineBoxPainter.cpp',
2141 'paint/SVGRootInlineBoxPainter.h', 2141 'paint/SVGRootInlineBoxPainter.h',
2142 'paint/SVGRootPainter.cpp', 2142 'paint/SVGRootPainter.cpp',
2143 'paint/SVGRootPainter.h', 2143 'paint/SVGRootPainter.h',
2144 'paint/SVGShapePainter.cpp', 2144 'paint/SVGShapePainter.cpp',
2145 'paint/SVGShapePainter.h', 2145 'paint/SVGShapePainter.h',
2146 'paint/SVGTextPainter.cpp', 2146 'paint/SVGTextPainter.cpp',
2147 'paint/SVGTextPainter.h', 2147 'paint/SVGTextPainter.h',
2148 'paint/ScopeRecorder.cpp',
2149 'paint/ScopeRecorder.h',
2150 'paint/ScrollableAreaPainter.cpp', 2148 'paint/ScrollableAreaPainter.cpp',
2151 'paint/ScrollableAreaPainter.h', 2149 'paint/ScrollableAreaPainter.h',
2152 'paint/ScrollbarPainter.cpp', 2150 'paint/ScrollbarPainter.cpp',
2153 'paint/ScrollbarPainter.h', 2151 'paint/ScrollbarPainter.h',
2154 'paint/ScrollRecorder.cpp', 2152 'paint/ScrollRecorder.cpp',
2155 'paint/ScrollRecorder.h', 2153 'paint/ScrollRecorder.h',
2156 'paint/TableCellPainter.cpp', 2154 'paint/TableCellPainter.cpp',
2157 'paint/TableCellPainter.h', 2155 'paint/TableCellPainter.h',
2158 'paint/TablePainter.cpp', 2156 'paint/TablePainter.cpp',
2159 'paint/TablePainter.h', 2157 'paint/TablePainter.h',
(...skipping 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after
4134 'testing/PrivateScriptTestTest.cpp', 4132 'testing/PrivateScriptTestTest.cpp',
4135 'timing/MemoryInfoTest.cpp', 4133 'timing/MemoryInfoTest.cpp',
4136 'timing/PerformanceBaseTest.cpp', 4134 'timing/PerformanceBaseTest.cpp',
4137 'timing/PerformanceObserverTest.cpp', 4135 'timing/PerformanceObserverTest.cpp',
4138 'workers/WorkerThreadTest.cpp', 4136 'workers/WorkerThreadTest.cpp',
4139 'workers/WorkerThreadTestHelper.h', 4137 'workers/WorkerThreadTestHelper.h',
4140 'xml/parser/SharedBufferReaderTest.cpp', 4138 'xml/parser/SharedBufferReaderTest.cpp',
4141 ], 4139 ],
4142 } 4140 }
4143 } 4141 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698