Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Side by Side Diff: Source/core/core.gypi

Issue 1109323002: [bindings] Support passing of ScriptState for namedPropertyQuery form of getter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'css/CSSRuleList.h', 1103 'css/CSSRuleList.h',
1104 'css/CSSSVGDocumentValue.cpp', 1104 'css/CSSSVGDocumentValue.cpp',
1105 'css/CSSSVGDocumentValue.h', 1105 'css/CSSSVGDocumentValue.h',
1106 'css/CSSSegmentedFontFace.cpp', 1106 'css/CSSSegmentedFontFace.cpp',
1107 'css/CSSSegmentedFontFace.h', 1107 'css/CSSSegmentedFontFace.h',
1108 'css/CSSSelector.cpp', 1108 'css/CSSSelector.cpp',
1109 'css/CSSSelectorList.cpp', 1109 'css/CSSSelectorList.cpp',
1110 'css/CSSSelectorList.h', 1110 'css/CSSSelectorList.h',
1111 'css/CSSShadowValue.cpp', 1111 'css/CSSShadowValue.cpp',
1112 'css/CSSShadowValue.h', 1112 'css/CSSShadowValue.h',
1113 'css/CSSStyleDeclaration.cpp',
1113 'css/CSSStyleDeclaration.h', 1114 'css/CSSStyleDeclaration.h',
1114 'css/CSSStyleRule.cpp', 1115 'css/CSSStyleRule.cpp',
1115 'css/CSSStyleRule.h', 1116 'css/CSSStyleRule.h',
1116 'css/CSSStyleSheet.cpp', 1117 'css/CSSStyleSheet.cpp',
1117 'css/CSSStyleSheet.h', 1118 'css/CSSStyleSheet.h',
1118 'css/CSSSupportsRule.cpp', 1119 'css/CSSSupportsRule.cpp',
1119 'css/CSSSupportsRule.h', 1120 'css/CSSSupportsRule.h',
1120 'css/CSSTimingFunctionValue.cpp', 1121 'css/CSSTimingFunctionValue.cpp',
1121 'css/CSSTimingFunctionValue.h', 1122 'css/CSSTimingFunctionValue.h',
1122 'css/CSSToLengthConversionData.cpp', 1123 'css/CSSToLengthConversionData.cpp',
(...skipping 2743 matching lines...) Expand 10 before | Expand all | Expand 10 after
3866 'paint/LayerClipRecorderTest.cpp', 3867 'paint/LayerClipRecorderTest.cpp',
3867 'paint/LayoutObjectDrawingRecorderTest.cpp', 3868 'paint/LayoutObjectDrawingRecorderTest.cpp',
3868 'paint/TextPainterTest.cpp', 3869 'paint/TextPainterTest.cpp',
3869 'streams/ReadableStreamReaderTest.cpp', 3870 'streams/ReadableStreamReaderTest.cpp',
3870 'streams/ReadableStreamTest.cpp', 3871 'streams/ReadableStreamTest.cpp',
3871 'testing/PrivateScriptTestTest.cpp', 3872 'testing/PrivateScriptTestTest.cpp',
3872 'xml/parser/SharedBufferReaderTest.cpp', 3873 'xml/parser/SharedBufferReaderTest.cpp',
3873 ], 3874 ],
3874 } 3875 }
3875 } 3876 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698