| 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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 'workers/SharedWorkerGlobalScope.idl', | 415 'workers/SharedWorkerGlobalScope.idl', |
| 416 'workers/WorkerGlobalScope.idl', | 416 'workers/WorkerGlobalScope.idl', |
| 417 'workers/WorkerNavigator.idl', | 417 'workers/WorkerNavigator.idl', |
| 418 ], | 418 ], |
| 419 # 'partial interface', target (right side of) 'implements', and | 419 # 'partial interface', target (right side of) 'implements', and |
| 420 # interfaces with static bindings (in bindings/core/v8/) | 420 # interfaces with static bindings (in bindings/core/v8/) |
| 421 'core_dependency_idl_files': [ | 421 'core_dependency_idl_files': [ |
| 422 'animation/DocumentAnimation.idl', | 422 'animation/DocumentAnimation.idl', |
| 423 'animation/ElementAnimation.idl', | 423 'animation/ElementAnimation.idl', |
| 424 'css/DocumentFontFaceSet.idl', | 424 'css/DocumentFontFaceSet.idl', |
| 425 'css/cssom/WindowGetComputedStyle.idl', |
| 425 'dom/ChildNode.idl', | 426 'dom/ChildNode.idl', |
| 426 'dom/DocumentFullscreen.idl', | 427 'dom/DocumentFullscreen.idl', |
| 427 'dom/DocumentOrShadowRoot.idl', | 428 'dom/DocumentOrShadowRoot.idl', |
| 428 'dom/ElementFullscreen.idl', | 429 'dom/ElementFullscreen.idl', |
| 429 'dom/GlobalEventHandlers.idl', | 430 'dom/GlobalEventHandlers.idl', |
| 430 'dom/NonDocumentTypeChildNode.idl', | 431 'dom/NonDocumentTypeChildNode.idl', |
| 431 'dom/NonElementParentNode.idl', | 432 'dom/NonElementParentNode.idl', |
| 432 'dom/ParentNode.idl', | 433 'dom/ParentNode.idl', |
| 433 'dom/URLUtils.idl', | 434 'dom/URLUtils.idl', |
| 434 'dom/URLUtilsReadOnly.idl', | 435 'dom/URLUtilsReadOnly.idl', |
| (...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1312 'css/StyleRuleKeyframe.h', | 1313 'css/StyleRuleKeyframe.h', |
| 1313 'css/StyleRuleNamespace.h', | 1314 'css/StyleRuleNamespace.h', |
| 1314 'css/StyleSheet.cpp', | 1315 'css/StyleSheet.cpp', |
| 1315 'css/StyleSheet.h', | 1316 'css/StyleSheet.h', |
| 1316 'css/StyleSheetContents.cpp', | 1317 'css/StyleSheetContents.cpp', |
| 1317 'css/StyleSheetContents.h', | 1318 'css/StyleSheetContents.h', |
| 1318 'css/StyleSheetList.cpp', | 1319 'css/StyleSheetList.cpp', |
| 1319 'css/StyleSheetList.h', | 1320 'css/StyleSheetList.h', |
| 1320 'css/cssom/CSSOMKeywords.h', | 1321 'css/cssom/CSSOMKeywords.h', |
| 1321 'css/cssom/CSSOMTypes.h', | 1322 'css/cssom/CSSOMTypes.h', |
| 1323 'css/cssom/ComputedStylePropertyMap.cpp', |
| 1324 'css/cssom/ComputedStylePropertyMap.h', |
| 1322 'css/cssom/ImmutableStylePropertyMap.h', | 1325 'css/cssom/ImmutableStylePropertyMap.h', |
| 1323 'css/cssom/InlineStylePropertyMap.cpp', | 1326 'css/cssom/InlineStylePropertyMap.cpp', |
| 1324 'css/cssom/InlineStylePropertyMap.h', | 1327 'css/cssom/InlineStylePropertyMap.h', |
| 1325 'css/cssom/StyleCalcLength.cpp', | 1328 'css/cssom/StyleCalcLength.cpp', |
| 1326 'css/cssom/StyleCalcLength.h', | 1329 'css/cssom/StyleCalcLength.h', |
| 1327 'css/cssom/KeywordValue.cpp', | 1330 'css/cssom/KeywordValue.cpp', |
| 1328 'css/cssom/KeywordValue.h', | 1331 'css/cssom/KeywordValue.h', |
| 1329 'css/cssom/LengthValue.cpp', | 1332 'css/cssom/LengthValue.cpp', |
| 1330 'css/cssom/LengthValue.h', | 1333 'css/cssom/LengthValue.h', |
| 1331 'css/cssom/MatrixTransformComponent.cpp', | 1334 'css/cssom/MatrixTransformComponent.cpp', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 1348 'css/cssom/StylePropertyMap.h', | 1351 'css/cssom/StylePropertyMap.h', |
| 1349 'css/cssom/StyleValue.cpp', | 1352 'css/cssom/StyleValue.cpp', |
| 1350 'css/cssom/StyleValue.h', | 1353 'css/cssom/StyleValue.h', |
| 1351 'css/cssom/StyleValueFactory.cpp', | 1354 'css/cssom/StyleValueFactory.cpp', |
| 1352 'css/cssom/StyleValueFactory.h', | 1355 'css/cssom/StyleValueFactory.h', |
| 1353 'css/cssom/TransformComponent.h', | 1356 'css/cssom/TransformComponent.h', |
| 1354 'css/cssom/TransformValue.cpp', | 1357 'css/cssom/TransformValue.cpp', |
| 1355 'css/cssom/TransformValue.h', | 1358 'css/cssom/TransformValue.h', |
| 1356 'css/cssom/TranslationTransformComponent.cpp', | 1359 'css/cssom/TranslationTransformComponent.cpp', |
| 1357 'css/cssom/TranslationTransformComponent.h', | 1360 'css/cssom/TranslationTransformComponent.h', |
| 1361 'css/cssom/WindowGetComputedStyle.h', |
| 1358 'css/invalidation/InvalidationSet.cpp', | 1362 'css/invalidation/InvalidationSet.cpp', |
| 1359 'css/invalidation/InvalidationSet.h', | 1363 'css/invalidation/InvalidationSet.h', |
| 1360 'css/invalidation/PendingInvalidations.h', | 1364 'css/invalidation/PendingInvalidations.h', |
| 1361 'css/invalidation/StyleInvalidator.cpp', | 1365 'css/invalidation/StyleInvalidator.cpp', |
| 1362 'css/invalidation/StyleInvalidator.h', | 1366 'css/invalidation/StyleInvalidator.h', |
| 1363 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', | 1367 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', |
| 1364 'css/invalidation/StyleSheetInvalidationAnalysis.h', | 1368 'css/invalidation/StyleSheetInvalidationAnalysis.h', |
| 1365 'css/parser/CSSAtRuleID.cpp', | 1369 'css/parser/CSSAtRuleID.cpp', |
| 1366 'css/parser/CSSAtRuleID.h', | 1370 'css/parser/CSSAtRuleID.h', |
| 1367 'css/parser/CSSParser.cpp', | 1371 'css/parser/CSSParser.cpp', |
| (...skipping 2733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4101 'svg/SVGPathParserTest.cpp', | 4105 'svg/SVGPathParserTest.cpp', |
| 4102 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4106 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4103 'testing/PrivateScriptTestTest.cpp', | 4107 'testing/PrivateScriptTestTest.cpp', |
| 4104 'timing/MemoryInfoTest.cpp', | 4108 'timing/MemoryInfoTest.cpp', |
| 4105 'workers/WorkerThreadTest.cpp', | 4109 'workers/WorkerThreadTest.cpp', |
| 4106 'workers/WorkerThreadTestHelper.h', | 4110 'workers/WorkerThreadTestHelper.h', |
| 4107 'xml/parser/SharedBufferReaderTest.cpp', | 4111 'xml/parser/SharedBufferReaderTest.cpp', |
| 4108 ], | 4112 ], |
| 4109 } | 4113 } |
| 4110 } | 4114 } |
| OLD | NEW |