OLD | NEW |
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/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1195 'frame/Screen.cpp', | 1195 'frame/Screen.cpp', |
1196 'frame/Screen.h', | 1196 'frame/Screen.h', |
1197 'frame/Settings.cpp', | 1197 'frame/Settings.cpp', |
1198 'frame/SettingsDelegate.cpp', | 1198 'frame/SettingsDelegate.cpp', |
1199 'frame/SettingsDelegate.h', | 1199 'frame/SettingsDelegate.h', |
1200 'frame/SmartClip.cpp', | 1200 'frame/SmartClip.cpp', |
1201 'frame/SmartClip.h', | 1201 'frame/SmartClip.h', |
1202 'frame/SuspendableTimer.cpp', | 1202 'frame/SuspendableTimer.cpp', |
1203 'frame/SuspendableTimer.h', | 1203 'frame/SuspendableTimer.h', |
1204 'frame/UseCounter.cpp', | 1204 'frame/UseCounter.cpp', |
| 1205 'frame/ViewportChangeNotifier.cpp', |
1205 'frame/csp/CSPDirectiveList.cpp', | 1206 'frame/csp/CSPDirectiveList.cpp', |
1206 'frame/csp/CSPSource.cpp', | 1207 'frame/csp/CSPSource.cpp', |
1207 'frame/csp/CSPSourceList.cpp', | 1208 'frame/csp/CSPSourceList.cpp', |
1208 'frame/csp/ContentSecurityPolicy.cpp', | 1209 'frame/csp/ContentSecurityPolicy.cpp', |
1209 'frame/csp/MediaListDirective.cpp', | 1210 'frame/csp/MediaListDirective.cpp', |
1210 'frame/csp/SourceListDirective.cpp', | 1211 'frame/csp/SourceListDirective.cpp', |
1211 'inspector/AsyncCallStackTracker.cpp', | 1212 'inspector/AsyncCallStackTracker.cpp', |
1212 'inspector/AsyncCallStackTracker.h', | 1213 'inspector/AsyncCallStackTracker.h', |
1213 'inspector/BindingVisitors.h', | 1214 'inspector/BindingVisitors.h', |
1214 'inspector/ConsoleAPITypes.h', | 1215 'inspector/ConsoleAPITypes.h', |
(...skipping 2171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3386 'editing/InputMethodControllerTest.cpp', | 3387 'editing/InputMethodControllerTest.cpp', |
3387 'editing/SurroundingTextTest.cpp', | 3388 'editing/SurroundingTextTest.cpp', |
3388 'editing/TextIteratorTest.cpp', | 3389 'editing/TextIteratorTest.cpp', |
3389 'editing/VisibleSelectionTest.cpp', | 3390 'editing/VisibleSelectionTest.cpp', |
3390 'fetch/CachingCorrectnessTest.cpp', | 3391 'fetch/CachingCorrectnessTest.cpp', |
3391 'fetch/ImageResourceTest.cpp', | 3392 'fetch/ImageResourceTest.cpp', |
3392 'fetch/MemoryCacheTest.cpp', | 3393 'fetch/MemoryCacheTest.cpp', |
3393 'fetch/RawResourceTest.cpp', | 3394 'fetch/RawResourceTest.cpp', |
3394 'fetch/ResourceFetcherTest.cpp', | 3395 'fetch/ResourceFetcherTest.cpp', |
3395 'frame/ImageBitmapTest.cpp', | 3396 'frame/ImageBitmapTest.cpp', |
| 3397 'frame/ViewportChangeNotifierTest.cpp', |
3396 'html/HTMLDimensionTest.cpp', | 3398 'html/HTMLDimensionTest.cpp', |
3397 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3399 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3398 'html/HTMLTextFormControlElementTest.cpp', | 3400 'html/HTMLTextFormControlElementTest.cpp', |
3399 'html/LinkRelAttributeTest.cpp', | 3401 'html/LinkRelAttributeTest.cpp', |
3400 'html/TimeRangesTest.cpp', | 3402 'html/TimeRangesTest.cpp', |
3401 'html/parser/HTMLParserThreadTest.cpp', | 3403 'html/parser/HTMLParserThreadTest.cpp', |
3402 'html/parser/HTMLSrcsetParserTest.cpp', | 3404 'html/parser/HTMLSrcsetParserTest.cpp', |
3403 'html/track/vtt/BufferedLineReaderTest.cpp', | 3405 'html/track/vtt/BufferedLineReaderTest.cpp', |
3404 'html/track/vtt/VTTScannerTest.cpp', | 3406 'html/track/vtt/VTTScannerTest.cpp', |
3405 'loader/MixedContentCheckerTest.cpp', | 3407 'loader/MixedContentCheckerTest.cpp', |
3406 'page/NetworkStateNotifierTest.cpp', | 3408 'page/NetworkStateNotifierTest.cpp', |
3407 'rendering/RenderOverflowTest.cpp', | 3409 'rendering/RenderOverflowTest.cpp', |
3408 'rendering/RenderTableCellTest.cpp', | 3410 'rendering/RenderTableCellTest.cpp', |
3409 'rendering/RenderTableRowTest.cpp', | 3411 'rendering/RenderTableRowTest.cpp', |
3410 'rendering/shapes/BoxShapeTest.cpp', | 3412 'rendering/shapes/BoxShapeTest.cpp', |
3411 'testing/UnitTestHelpers.cpp', | 3413 'testing/UnitTestHelpers.cpp', |
3412 'testing/UnitTestHelpers.h', | 3414 'testing/UnitTestHelpers.h', |
3413 'xml/parser/SharedBufferReaderTest.cpp', | 3415 'xml/parser/SharedBufferReaderTest.cpp', |
3414 ], | 3416 ], |
3415 } | 3417 } |
3416 } | 3418 } |
OLD | NEW |