| 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/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1390 'editing/VisibleSelection.cpp', | 1390 'editing/VisibleSelection.cpp', |
| 1391 'editing/VisibleUnits.cpp', | 1391 'editing/VisibleUnits.cpp', |
| 1392 'editing/WrapContentsInDummySpanCommand.cpp', | 1392 'editing/WrapContentsInDummySpanCommand.cpp', |
| 1393 'editing/WrapContentsInDummySpanCommand.h', | 1393 'editing/WrapContentsInDummySpanCommand.h', |
| 1394 'editing/htmlediting.cpp', | 1394 'editing/htmlediting.cpp', |
| 1395 'editing/markup.cpp', | 1395 'editing/markup.cpp', |
| 1396 'fetch/AccessControlStatus.h', | 1396 'fetch/AccessControlStatus.h', |
| 1397 'fetch/CSSStyleSheetResource.cpp', | 1397 'fetch/CSSStyleSheetResource.cpp', |
| 1398 'fetch/CSSStyleSheetResource.h', | 1398 'fetch/CSSStyleSheetResource.h', |
| 1399 'fetch/CachedMetadata.h', | 1399 'fetch/CachedMetadata.h', |
| 1400 'fetch/CachedMetadataHandler.h', |
| 1400 'fetch/CrossOriginAccessControl.cpp', | 1401 'fetch/CrossOriginAccessControl.cpp', |
| 1401 'fetch/CrossOriginAccessControl.h', | 1402 'fetch/CrossOriginAccessControl.h', |
| 1402 'fetch/DocumentResource.cpp', | 1403 'fetch/DocumentResource.cpp', |
| 1403 'fetch/DocumentResource.h', | 1404 'fetch/DocumentResource.h', |
| 1404 'fetch/DocumentResourceReference.h', | 1405 'fetch/DocumentResourceReference.h', |
| 1405 'fetch/FetchContext.cpp', | 1406 'fetch/FetchContext.cpp', |
| 1406 'fetch/FetchContext.h', | 1407 'fetch/FetchContext.h', |
| 1407 'fetch/FetchInitiatorInfo.h', | 1408 'fetch/FetchInitiatorInfo.h', |
| 1408 'fetch/FetchRequest.cpp', | 1409 'fetch/FetchRequest.cpp', |
| 1409 'fetch/FetchRequest.h', | 1410 'fetch/FetchRequest.h', |
| (...skipping 2394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3804 'rendering/RenderingTestHelper.h', | 3805 'rendering/RenderingTestHelper.h', |
| 3805 'streams/ExclusiveStreamReaderTest.cpp', | 3806 'streams/ExclusiveStreamReaderTest.cpp', |
| 3806 'streams/ReadableStreamTest.cpp', | 3807 'streams/ReadableStreamTest.cpp', |
| 3807 'testing/PrivateScriptTestTest.cpp', | 3808 'testing/PrivateScriptTestTest.cpp', |
| 3808 'testing/UnitTestHelpers.cpp', | 3809 'testing/UnitTestHelpers.cpp', |
| 3809 'testing/UnitTestHelpers.h', | 3810 'testing/UnitTestHelpers.h', |
| 3810 'xml/parser/SharedBufferReaderTest.cpp', | 3811 'xml/parser/SharedBufferReaderTest.cpp', |
| 3811 ], | 3812 ], |
| 3812 } | 3813 } |
| 3813 } | 3814 } |
| OLD | NEW |