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

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

Issue 1321943002: Support for CSSOM CSSNamespaceRule interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as per review comments Created 5 years, 3 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
11 'animation/AnimationEffectTiming.idl', 11 'animation/AnimationEffectTiming.idl',
12 'animation/Animation.idl', 12 'animation/Animation.idl',
13 'animation/AnimationTimeline.idl', 13 'animation/AnimationTimeline.idl',
14 'clipboard/DataTransfer.idl', 14 'clipboard/DataTransfer.idl',
15 'clipboard/DataTransferItemList.idl', 15 'clipboard/DataTransferItemList.idl',
16 'css/CSS.idl', 16 'css/CSS.idl',
17 'css/CSSFontFaceRule.idl', 17 'css/CSSFontFaceRule.idl',
18 'css/CSSGroupingRule.idl', 18 'css/CSSGroupingRule.idl',
19 'css/CSSImportRule.idl', 19 'css/CSSImportRule.idl',
20 'css/CSSKeyframeRule.idl', 20 'css/CSSKeyframeRule.idl',
21 'css/CSSKeyframesRule.idl', 21 'css/CSSKeyframesRule.idl',
22 'css/CSSMediaRule.idl', 22 'css/CSSMediaRule.idl',
23 'css/CSSNamespaceRule.idl',
23 'css/CSSPageRule.idl', 24 'css/CSSPageRule.idl',
24 'css/CSSRule.idl', 25 'css/CSSRule.idl',
25 'css/CSSRuleList.idl', 26 'css/CSSRuleList.idl',
26 'css/CSSStyleDeclaration.idl', 27 'css/CSSStyleDeclaration.idl',
27 'css/CSSStyleRule.idl', 28 'css/CSSStyleRule.idl',
28 'css/CSSStyleSheet.idl', 29 'css/CSSStyleSheet.idl',
29 'css/CSSSupportsRule.idl', 30 'css/CSSSupportsRule.idl',
30 'css/CSSViewportRule.idl', 31 'css/CSSViewportRule.idl',
31 'css/FontFace.idl', 32 'css/FontFace.idl',
32 'css/FontFaceSet.idl', 33 'css/FontFaceSet.idl',
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 'css/CSSKeyframeRule.cpp', 1063 'css/CSSKeyframeRule.cpp',
1063 'css/CSSKeyframeRule.h', 1064 'css/CSSKeyframeRule.h',
1064 'css/CSSKeyframesRule.cpp', 1065 'css/CSSKeyframesRule.cpp',
1065 'css/CSSKeyframesRule.h', 1066 'css/CSSKeyframesRule.h',
1066 'css/CSSMarkup.cpp', 1067 'css/CSSMarkup.cpp',
1067 'css/CSSMarkup.h', 1068 'css/CSSMarkup.h',
1068 'css/CSSMatrix.cpp', 1069 'css/CSSMatrix.cpp',
1069 'css/CSSMatrix.h', 1070 'css/CSSMatrix.h',
1070 'css/CSSMediaRule.cpp', 1071 'css/CSSMediaRule.cpp',
1071 'css/CSSMediaRule.h', 1072 'css/CSSMediaRule.h',
1073 'css/CSSNamespaceRule.cpp',
1074 'css/CSSNamespaceRule.h',
1072 'css/CSSPageRule.cpp', 1075 'css/CSSPageRule.cpp',
1073 'css/CSSPageRule.h', 1076 'css/CSSPageRule.h',
1074 'css/CSSPathValue.cpp', 1077 'css/CSSPathValue.cpp',
1075 'css/CSSPathValue.h', 1078 'css/CSSPathValue.h',
1076 'css/CSSPrimitiveValue.cpp', 1079 'css/CSSPrimitiveValue.cpp',
1077 'css/CSSPrimitiveValueMappings.h', 1080 'css/CSSPrimitiveValueMappings.h',
1078 'css/CSSProperty.cpp', 1081 'css/CSSProperty.cpp',
1079 'css/CSSPropertySourceData.cpp', 1082 'css/CSSPropertySourceData.cpp',
1080 'css/CSSQuadValue.cpp', 1083 'css/CSSQuadValue.cpp',
1081 'css/CSSQuadValue.h', 1084 'css/CSSQuadValue.h',
(...skipping 2773 matching lines...) Expand 10 before | Expand all | Expand 10 after
3855 'style/OutlineValueTest.cpp', 3858 'style/OutlineValueTest.cpp',
3856 'style/SVGComputedStyleTest.cpp', 3859 'style/SVGComputedStyleTest.cpp',
3857 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3860 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3858 'testing/PrivateScriptTestTest.cpp', 3861 'testing/PrivateScriptTestTest.cpp',
3859 'timing/MemoryInfoTest.cpp', 3862 'timing/MemoryInfoTest.cpp',
3860 'workers/WorkerThreadTest.cpp', 3863 'workers/WorkerThreadTest.cpp',
3861 'xml/parser/SharedBufferReaderTest.cpp', 3864 'xml/parser/SharedBufferReaderTest.cpp',
3862 ], 3865 ],
3863 } 3866 }
3864 } 3867 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/css/CSSGroupingRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698