| 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/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 'workers/SharedWorkerGlobalScope.idl', | 413 'workers/SharedWorkerGlobalScope.idl', |
| 414 'workers/WorkerGlobalScope.idl', | 414 'workers/WorkerGlobalScope.idl', |
| 415 'workers/WorkerNavigator.idl', | 415 'workers/WorkerNavigator.idl', |
| 416 ], | 416 ], |
| 417 # 'partial interface', target (right side of) 'implements', and | 417 # 'partial interface', target (right side of) 'implements', and |
| 418 # interfaces with static bindings (in bindings/core/v8/) | 418 # interfaces with static bindings (in bindings/core/v8/) |
| 419 'core_dependency_idl_files': [ | 419 'core_dependency_idl_files': [ |
| 420 'animation/DocumentAnimation.idl', | 420 'animation/DocumentAnimation.idl', |
| 421 'animation/ElementAnimation.idl', | 421 'animation/ElementAnimation.idl', |
| 422 'css/DocumentFontFaceSet.idl', | 422 'css/DocumentFontFaceSet.idl', |
| 423 'css/cssom/WindowGetComputedStyle.idl', |
| 423 'dom/ChildNode.idl', | 424 'dom/ChildNode.idl', |
| 424 'dom/DocumentFullscreen.idl', | 425 'dom/DocumentFullscreen.idl', |
| 425 'dom/DocumentOrShadowRoot.idl', | 426 'dom/DocumentOrShadowRoot.idl', |
| 426 'dom/ElementFullscreen.idl', | 427 'dom/ElementFullscreen.idl', |
| 427 'dom/GlobalEventHandlers.idl', | 428 'dom/GlobalEventHandlers.idl', |
| 428 'dom/NonDocumentTypeChildNode.idl', | 429 'dom/NonDocumentTypeChildNode.idl', |
| 429 'dom/NonElementParentNode.idl', | 430 'dom/NonElementParentNode.idl', |
| 430 'dom/ParentNode.idl', | 431 'dom/ParentNode.idl', |
| 431 'dom/URLUtilsReadOnly.idl', | 432 'dom/URLUtilsReadOnly.idl', |
| 432 'events/EventListener.idl', | 433 'events/EventListener.idl', |
| (...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1319 'css/StyleRuleKeyframe.h', | 1320 'css/StyleRuleKeyframe.h', |
| 1320 'css/StyleRuleNamespace.h', | 1321 'css/StyleRuleNamespace.h', |
| 1321 'css/StyleSheet.cpp', | 1322 'css/StyleSheet.cpp', |
| 1322 'css/StyleSheet.h', | 1323 'css/StyleSheet.h', |
| 1323 'css/StyleSheetContents.cpp', | 1324 'css/StyleSheetContents.cpp', |
| 1324 'css/StyleSheetContents.h', | 1325 'css/StyleSheetContents.h', |
| 1325 'css/StyleSheetList.cpp', | 1326 'css/StyleSheetList.cpp', |
| 1326 'css/StyleSheetList.h', | 1327 'css/StyleSheetList.h', |
| 1327 'css/cssom/CSSOMKeywords.h', | 1328 'css/cssom/CSSOMKeywords.h', |
| 1328 'css/cssom/CSSOMTypes.h', | 1329 'css/cssom/CSSOMTypes.h', |
| 1330 'css/cssom/ComputedStylePropertyMap.cpp', |
| 1331 'css/cssom/ComputedStylePropertyMap.h', |
| 1329 'css/cssom/ImmutableStylePropertyMap.h', | 1332 'css/cssom/ImmutableStylePropertyMap.h', |
| 1330 'css/cssom/InlineStylePropertyMap.cpp', | 1333 'css/cssom/InlineStylePropertyMap.cpp', |
| 1331 'css/cssom/InlineStylePropertyMap.h', | 1334 'css/cssom/InlineStylePropertyMap.h', |
| 1332 'css/cssom/StyleCalcLength.cpp', | 1335 'css/cssom/StyleCalcLength.cpp', |
| 1333 'css/cssom/StyleCalcLength.h', | 1336 'css/cssom/StyleCalcLength.h', |
| 1334 'css/cssom/KeywordValue.cpp', | 1337 'css/cssom/KeywordValue.cpp', |
| 1335 'css/cssom/KeywordValue.h', | 1338 'css/cssom/KeywordValue.h', |
| 1336 'css/cssom/LengthValue.cpp', | 1339 'css/cssom/LengthValue.cpp', |
| 1337 'css/cssom/LengthValue.h', | 1340 'css/cssom/LengthValue.h', |
| 1338 'css/cssom/MatrixTransformComponent.cpp', | 1341 'css/cssom/MatrixTransformComponent.cpp', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 1355 'css/cssom/StylePropertyMap.h', | 1358 'css/cssom/StylePropertyMap.h', |
| 1356 'css/cssom/StyleValue.cpp', | 1359 'css/cssom/StyleValue.cpp', |
| 1357 'css/cssom/StyleValue.h', | 1360 'css/cssom/StyleValue.h', |
| 1358 'css/cssom/StyleValueFactory.cpp', | 1361 'css/cssom/StyleValueFactory.cpp', |
| 1359 'css/cssom/StyleValueFactory.h', | 1362 'css/cssom/StyleValueFactory.h', |
| 1360 'css/cssom/TransformComponent.h', | 1363 'css/cssom/TransformComponent.h', |
| 1361 'css/cssom/TransformValue.cpp', | 1364 'css/cssom/TransformValue.cpp', |
| 1362 'css/cssom/TransformValue.h', | 1365 'css/cssom/TransformValue.h', |
| 1363 'css/cssom/TranslationTransformComponent.cpp', | 1366 'css/cssom/TranslationTransformComponent.cpp', |
| 1364 'css/cssom/TranslationTransformComponent.h', | 1367 'css/cssom/TranslationTransformComponent.h', |
| 1368 'css/cssom/WindowGetComputedStyle.h', |
| 1365 'css/invalidation/InvalidationSet.cpp', | 1369 'css/invalidation/InvalidationSet.cpp', |
| 1366 'css/invalidation/InvalidationSet.h', | 1370 'css/invalidation/InvalidationSet.h', |
| 1367 'css/invalidation/PendingInvalidations.h', | 1371 'css/invalidation/PendingInvalidations.h', |
| 1368 'css/invalidation/StyleInvalidator.cpp', | 1372 'css/invalidation/StyleInvalidator.cpp', |
| 1369 'css/invalidation/StyleInvalidator.h', | 1373 'css/invalidation/StyleInvalidator.h', |
| 1370 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', | 1374 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', |
| 1371 'css/invalidation/StyleSheetInvalidationAnalysis.h', | 1375 'css/invalidation/StyleSheetInvalidationAnalysis.h', |
| 1372 'css/parser/CSSAtRuleID.cpp', | 1376 'css/parser/CSSAtRuleID.cpp', |
| 1373 'css/parser/CSSAtRuleID.h', | 1377 'css/parser/CSSAtRuleID.h', |
| 1374 'css/parser/CSSParser.cpp', | 1378 'css/parser/CSSParser.cpp', |
| (...skipping 2745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4120 'svg/SVGPathParserTest.cpp', | 4124 'svg/SVGPathParserTest.cpp', |
| 4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4125 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4122 'testing/PrivateScriptTestTest.cpp', | 4126 'testing/PrivateScriptTestTest.cpp', |
| 4123 'timing/MemoryInfoTest.cpp', | 4127 'timing/MemoryInfoTest.cpp', |
| 4124 'workers/WorkerThreadTest.cpp', | 4128 'workers/WorkerThreadTest.cpp', |
| 4125 'workers/WorkerThreadTestHelper.h', | 4129 'workers/WorkerThreadTestHelper.h', |
| 4126 'xml/parser/SharedBufferReaderTest.cpp', | 4130 'xml/parser/SharedBufferReaderTest.cpp', |
| 4127 ], | 4131 ], |
| 4128 } | 4132 } |
| 4129 } | 4133 } |
| OLD | NEW |