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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
9 'animation/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
(...skipping 3249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3260 'html/parser/HTMLEntitySearch.h', | 3260 'html/parser/HTMLEntitySearch.h', |
3261 'html/parser/HTMLEntityTable.h', | 3261 'html/parser/HTMLEntityTable.h', |
3262 'html/parser/HTMLFormattingElementList.cpp', | 3262 'html/parser/HTMLFormattingElementList.cpp', |
3263 'html/parser/HTMLFormattingElementList.h', | 3263 'html/parser/HTMLFormattingElementList.h', |
3264 'html/parser/HTMLInputStream.h', | 3264 'html/parser/HTMLInputStream.h', |
3265 'html/parser/HTMLMetaCharsetParser.cpp', | 3265 'html/parser/HTMLMetaCharsetParser.cpp', |
3266 'html/parser/HTMLMetaCharsetParser.h', | 3266 'html/parser/HTMLMetaCharsetParser.h', |
3267 'html/parser/HTMLParserIdioms.cpp', | 3267 'html/parser/HTMLParserIdioms.cpp', |
3268 'html/parser/HTMLParserOptions.cpp', | 3268 'html/parser/HTMLParserOptions.cpp', |
3269 'html/parser/HTMLParserOptions.h', | 3269 'html/parser/HTMLParserOptions.h', |
| 3270 'html/parser/HTMLParserReentryPermit.cpp', |
| 3271 'html/parser/HTMLParserReentryPermit.h', |
3270 'html/parser/HTMLParserScheduler.cpp', | 3272 'html/parser/HTMLParserScheduler.cpp', |
3271 'html/parser/HTMLParserScheduler.h', | 3273 'html/parser/HTMLParserScheduler.h', |
3272 'html/parser/HTMLParserThread.cpp', | 3274 'html/parser/HTMLParserThread.cpp', |
3273 'html/parser/HTMLParserThread.h', | 3275 'html/parser/HTMLParserThread.h', |
3274 'html/parser/HTMLPreloadScanner.cpp', | 3276 'html/parser/HTMLPreloadScanner.cpp', |
3275 'html/parser/HTMLPreloadScanner.h', | 3277 'html/parser/HTMLPreloadScanner.h', |
3276 'html/parser/HTMLResourcePreloader.cpp', | 3278 'html/parser/HTMLResourcePreloader.cpp', |
3277 'html/parser/HTMLResourcePreloader.h', | 3279 'html/parser/HTMLResourcePreloader.h', |
3278 'html/parser/HTMLScriptRunner.cpp', | 3280 'html/parser/HTMLScriptRunner.cpp', |
3279 'html/parser/HTMLScriptRunner.h', | 3281 'html/parser/HTMLScriptRunner.h', |
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4273 'testing/PrivateScriptTestTest.cpp', | 4275 'testing/PrivateScriptTestTest.cpp', |
4274 'timing/MemoryInfoTest.cpp', | 4276 'timing/MemoryInfoTest.cpp', |
4275 'timing/PerformanceBaseTest.cpp', | 4277 'timing/PerformanceBaseTest.cpp', |
4276 'timing/PerformanceObserverTest.cpp', | 4278 'timing/PerformanceObserverTest.cpp', |
4277 'workers/WorkerThreadTest.cpp', | 4279 'workers/WorkerThreadTest.cpp', |
4278 'workers/WorkerThreadTestHelper.h', | 4280 'workers/WorkerThreadTestHelper.h', |
4279 'xml/parser/SharedBufferReaderTest.cpp', | 4281 'xml/parser/SharedBufferReaderTest.cpp', |
4280 ], | 4282 ], |
4281 } | 4283 } |
4282 } | 4284 } |
OLD | NEW |