| 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 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1078 'fetch/CrossOriginAccessControl.cpp', | 1078 'fetch/CrossOriginAccessControl.cpp', |
| 1079 'fetch/CrossOriginAccessControl.h', | 1079 'fetch/CrossOriginAccessControl.h', |
| 1080 'fetch/DocumentResource.cpp', | 1080 'fetch/DocumentResource.cpp', |
| 1081 'fetch/DocumentResource.h', | 1081 'fetch/DocumentResource.h', |
| 1082 'fetch/DocumentResourceReference.h', | 1082 'fetch/DocumentResourceReference.h', |
| 1083 'fetch/FetchContext.cpp', | 1083 'fetch/FetchContext.cpp', |
| 1084 'fetch/FetchContext.h', | 1084 'fetch/FetchContext.h', |
| 1085 'fetch/FetchInitiatorInfo.h', | 1085 'fetch/FetchInitiatorInfo.h', |
| 1086 'fetch/FetchRequest.cpp', | 1086 'fetch/FetchRequest.cpp', |
| 1087 'fetch/FetchRequest.h', | 1087 'fetch/FetchRequest.h', |
| 1088 'fetch/FetchUtils.cpp', |
| 1089 'fetch/FetchUtils.h', |
| 1088 'fetch/FontResource.cpp', | 1090 'fetch/FontResource.cpp', |
| 1089 'fetch/FontResource.h', | 1091 'fetch/FontResource.h', |
| 1090 'fetch/ImageResource.cpp', | 1092 'fetch/ImageResource.cpp', |
| 1091 'fetch/ImageResource.h', | 1093 'fetch/ImageResource.h', |
| 1092 'fetch/MemoryCache.cpp', | 1094 'fetch/MemoryCache.cpp', |
| 1093 'fetch/MemoryCache.h', | 1095 'fetch/MemoryCache.h', |
| 1094 'fetch/RawResource.cpp', | 1096 'fetch/RawResource.cpp', |
| 1095 'fetch/RawResource.h', | 1097 'fetch/RawResource.h', |
| 1096 'fetch/Resource.cpp', | 1098 'fetch/Resource.cpp', |
| 1097 'fetch/Resource.h', | 1099 'fetch/Resource.h', |
| (...skipping 2342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3440 'rendering/RenderTableRowTest.cpp', | 3442 'rendering/RenderTableRowTest.cpp', |
| 3441 'rendering/shapes/BoxShapeTest.cpp', | 3443 'rendering/shapes/BoxShapeTest.cpp', |
| 3442 'testing/PrivateScriptTestTest.cpp', | 3444 'testing/PrivateScriptTestTest.cpp', |
| 3443 'streams/ReadableStreamTest.cpp', | 3445 'streams/ReadableStreamTest.cpp', |
| 3444 'testing/UnitTestHelpers.cpp', | 3446 'testing/UnitTestHelpers.cpp', |
| 3445 'testing/UnitTestHelpers.h', | 3447 'testing/UnitTestHelpers.h', |
| 3446 'xml/parser/SharedBufferReaderTest.cpp', | 3448 'xml/parser/SharedBufferReaderTest.cpp', |
| 3447 ], | 3449 ], |
| 3448 } | 3450 } |
| 3449 } | 3451 } |
| OLD | NEW |