| 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 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1083 'fetch/CrossOriginAccessControl.cpp', | 1083 'fetch/CrossOriginAccessControl.cpp', |
| 1084 'fetch/CrossOriginAccessControl.h', | 1084 'fetch/CrossOriginAccessControl.h', |
| 1085 'fetch/DocumentResource.cpp', | 1085 'fetch/DocumentResource.cpp', |
| 1086 'fetch/DocumentResource.h', | 1086 'fetch/DocumentResource.h', |
| 1087 'fetch/DocumentResourceReference.h', | 1087 'fetch/DocumentResourceReference.h', |
| 1088 'fetch/FetchContext.cpp', | 1088 'fetch/FetchContext.cpp', |
| 1089 'fetch/FetchContext.h', | 1089 'fetch/FetchContext.h', |
| 1090 'fetch/FetchInitiatorInfo.h', | 1090 'fetch/FetchInitiatorInfo.h', |
| 1091 'fetch/FetchRequest.cpp', | 1091 'fetch/FetchRequest.cpp', |
| 1092 'fetch/FetchRequest.h', | 1092 'fetch/FetchRequest.h', |
| 1093 'fetch/FetchUtils.cpp', |
| 1094 'fetch/FetchUtils.h', |
| 1093 'fetch/FontResource.cpp', | 1095 'fetch/FontResource.cpp', |
| 1094 'fetch/FontResource.h', | 1096 'fetch/FontResource.h', |
| 1095 'fetch/ImageResource.cpp', | 1097 'fetch/ImageResource.cpp', |
| 1096 'fetch/ImageResource.h', | 1098 'fetch/ImageResource.h', |
| 1097 'fetch/MemoryCache.cpp', | 1099 'fetch/MemoryCache.cpp', |
| 1098 'fetch/MemoryCache.h', | 1100 'fetch/MemoryCache.h', |
| 1099 'fetch/RawResource.cpp', | 1101 'fetch/RawResource.cpp', |
| 1100 'fetch/RawResource.h', | 1102 'fetch/RawResource.h', |
| 1101 'fetch/Resource.cpp', | 1103 'fetch/Resource.cpp', |
| 1102 'fetch/Resource.h', | 1104 'fetch/Resource.h', |
| (...skipping 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3450 'rendering/shapes/BoxShapeTest.cpp', | 3452 'rendering/shapes/BoxShapeTest.cpp', |
| 3451 'rendering/style/OutlineValueTest.cpp', | 3453 'rendering/style/OutlineValueTest.cpp', |
| 3452 'testing/PrivateScriptTestTest.cpp', | 3454 'testing/PrivateScriptTestTest.cpp', |
| 3453 'streams/ReadableStreamTest.cpp', | 3455 'streams/ReadableStreamTest.cpp', |
| 3454 'testing/UnitTestHelpers.cpp', | 3456 'testing/UnitTestHelpers.cpp', |
| 3455 'testing/UnitTestHelpers.h', | 3457 'testing/UnitTestHelpers.h', |
| 3456 'xml/parser/SharedBufferReaderTest.cpp', | 3458 'xml/parser/SharedBufferReaderTest.cpp', |
| 3457 ], | 3459 ], |
| 3458 } | 3460 } |
| 3459 } | 3461 } |
| OLD | NEW |