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