| 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 2660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2671 'dom/StaticRange.cpp', | 2671 'dom/StaticRange.cpp', |
| 2672 'dom/StaticRange.h', | 2672 'dom/StaticRange.h', |
| 2673 'dom/StringCallback.cpp', | 2673 'dom/StringCallback.cpp', |
| 2674 'dom/StringCallback.h', | 2674 'dom/StringCallback.h', |
| 2675 'dom/StyleChangeReason.cpp', | 2675 'dom/StyleChangeReason.cpp', |
| 2676 'dom/StyleChangeReason.h', | 2676 'dom/StyleChangeReason.h', |
| 2677 'dom/StyleElement.cpp', | 2677 'dom/StyleElement.cpp', |
| 2678 'dom/StyleElement.h', | 2678 'dom/StyleElement.h', |
| 2679 'dom/StyleEngine.cpp', | 2679 'dom/StyleEngine.cpp', |
| 2680 'dom/StyleEngine.h', | 2680 'dom/StyleEngine.h', |
| 2681 'dom/StyleEngineContext.cpp', |
| 2682 'dom/StyleEngineContext.h', |
| 2681 'dom/StyleSheetCandidate.cpp', | 2683 'dom/StyleSheetCandidate.cpp', |
| 2682 'dom/StyleSheetCandidate.h', | 2684 'dom/StyleSheetCandidate.h', |
| 2683 'dom/StyleSheetCollection.cpp', | 2685 'dom/StyleSheetCollection.cpp', |
| 2684 'dom/StyleSheetCollection.h', | 2686 'dom/StyleSheetCollection.h', |
| 2685 'dom/TagCollection.cpp', | 2687 'dom/TagCollection.cpp', |
| 2686 'dom/TagCollection.h', | 2688 'dom/TagCollection.h', |
| 2687 'dom/TaskRunnerHelper.cpp', | 2689 'dom/TaskRunnerHelper.cpp', |
| 2688 'dom/TaskRunnerHelper.h', | 2690 'dom/TaskRunnerHelper.h', |
| 2689 'dom/Text.cpp', | 2691 'dom/Text.cpp', |
| 2690 'dom/TextLinkColors.cpp', | 2692 'dom/TextLinkColors.cpp', |
| (...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4034 'testing/TypeConversions.h', | 4036 'testing/TypeConversions.h', |
| 4035 'testing/UnionTypesTest.cpp', | 4037 'testing/UnionTypesTest.cpp', |
| 4036 'testing/UnionTypesTest.h', | 4038 'testing/UnionTypesTest.h', |
| 4037 'testing/v8/WebCoreTestSupport.cpp', | 4039 'testing/v8/WebCoreTestSupport.cpp', |
| 4038 'testing/v8/WebCoreTestSupport.h', | 4040 'testing/v8/WebCoreTestSupport.h', |
| 4039 'testing/WorkerInternals.cpp', | 4041 'testing/WorkerInternals.cpp', |
| 4040 'testing/WorkerInternals.h', | 4042 'testing/WorkerInternals.h', |
| 4041 ], | 4043 ], |
| 4042 } | 4044 } |
| 4043 } | 4045 } |
| OLD | NEW |