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

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

Issue 38943008: Explore the possibility of implementing the CSS Region interface. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Prototype v2 Created 7 years, 1 month 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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
11 'css/CSSKeyframesRule.idl', 11 'css/CSSKeyframesRule.idl',
12 'css/CSSMediaRule.idl', 12 'css/CSSMediaRule.idl',
13 'css/CSSPageRule.idl', 13 'css/CSSPageRule.idl',
14 'css/CSSPrimitiveValue.idl', 14 'css/CSSPrimitiveValue.idl',
15 'css/CSSRegion.idl',
15 'css/CSSRule.idl', 16 'css/CSSRule.idl',
16 'css/CSSRuleList.idl', 17 'css/CSSRuleList.idl',
17 'css/CSSStyleDeclaration.idl', 18 'css/CSSStyleDeclaration.idl',
18 'css/CSSStyleRule.idl', 19 'css/CSSStyleRule.idl',
19 'css/CSSStyleSheet.idl', 20 'css/CSSStyleSheet.idl',
20 'css/CSSSupportsRule.idl', 21 'css/CSSSupportsRule.idl',
21 # We should probably add CSSUnknownRule.idl to this list, 22 # We should probably add CSSUnknownRule.idl to this list,
22 # but it currently causes a compile error. 23 # but it currently causes a compile error.
23 # 'css/CSSUnknownRule.idl', 24 # 'css/CSSUnknownRule.idl',
24 'css/CSSValue.idl', 25 'css/CSSValue.idl',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'dom/MutationRecord.idl', 73 'dom/MutationRecord.idl',
73 'dom/NamedNodeMap.idl', 74 'dom/NamedNodeMap.idl',
74 'dom/Node.idl', 75 'dom/Node.idl',
75 'dom/NodeFilter.idl', 76 'dom/NodeFilter.idl',
76 'dom/NodeIterator.idl', 77 'dom/NodeIterator.idl',
77 'dom/NodeList.idl', 78 'dom/NodeList.idl',
78 'dom/Notation.idl', 79 'dom/Notation.idl',
79 'dom/ParentNode.idl', 80 'dom/ParentNode.idl',
80 'dom/ProcessingInstruction.idl', 81 'dom/ProcessingInstruction.idl',
81 'dom/Promise.idl', 82 'dom/Promise.idl',
83 'dom/PseudoElement.idl',
82 'dom/Range.idl', 84 'dom/Range.idl',
83 'dom/RequestAnimationFrameCallback.idl', 85 'dom/RequestAnimationFrameCallback.idl',
84 'dom/StringCallback.idl', 86 'dom/StringCallback.idl',
85 'dom/Text.idl', 87 'dom/Text.idl',
86 'dom/Touch.idl', 88 'dom/Touch.idl',
87 'dom/TouchList.idl', 89 'dom/TouchList.idl',
88 'dom/TreeWalker.idl', 90 'dom/TreeWalker.idl',
89 'dom/URL.idl', 91 'dom/URL.idl',
90 'dom/URLUtils.idl', 92 'dom/URLUtils.idl',
91 'dom/URLUtilsReadOnly.idl', 93 'dom/URLUtilsReadOnly.idl',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 'css/CSSPageRule.cpp', 674 'css/CSSPageRule.cpp',
673 'css/CSSPageRule.h', 675 'css/CSSPageRule.h',
674 'css/CSSParser.h', 676 'css/CSSParser.h',
675 'css/CSSParserMode.h', 677 'css/CSSParserMode.h',
676 'css/CSSParserValues.cpp', 678 'css/CSSParserValues.cpp',
677 'css/CSSPrimitiveValue.cpp', 679 'css/CSSPrimitiveValue.cpp',
678 'css/CSSPrimitiveValueMappings.h', 680 'css/CSSPrimitiveValueMappings.h',
679 'css/CSSProperty.cpp', 681 'css/CSSProperty.cpp',
680 'css/CSSPropertySourceData.cpp', 682 'css/CSSPropertySourceData.cpp',
681 'css/CSSReflectValue.cpp', 683 'css/CSSReflectValue.cpp',
684 'css/CSSRegion.h',
682 'css/CSSRegionRule.cpp', 685 'css/CSSRegionRule.cpp',
683 'css/CSSRegionRule.h', 686 'css/CSSRegionRule.h',
684 'css/CSSRule.cpp', 687 'css/CSSRule.cpp',
685 'css/CSSRule.h', 688 'css/CSSRule.h',
686 'css/CSSRuleList.cpp', 689 'css/CSSRuleList.cpp',
687 'css/CSSRuleList.h', 690 'css/CSSRuleList.h',
688 'css/CSSSegmentedFontFace.cpp', 691 'css/CSSSegmentedFontFace.cpp',
689 'css/CSSSegmentedFontFace.h', 692 'css/CSSSegmentedFontFace.h',
690 'css/CSSSegmentedFontFaceCache.cpp', 693 'css/CSSSegmentedFontFaceCache.cpp',
691 'css/CSSSegmentedFontFaceCache.h', 694 'css/CSSSegmentedFontFaceCache.h',
(...skipping 2933 matching lines...) Expand 10 before | Expand all | Expand 10 after
3625 'bison_exe': 'bison', 3628 'bison_exe': 'bison',
3626 # We specify a preprocess so it happens locally and won't get 3629 # We specify a preprocess so it happens locally and won't get
3627 # distributed to goma. 3630 # distributed to goma.
3628 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3631 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3629 # use /usr/bin/clang once we require Xcode 4.x. 3632 # use /usr/bin/clang once we require Xcode 4.x.
3630 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3633 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3631 }], 3634 }],
3632 ], 3635 ],
3633 } 3636 }
3634 } 3637 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698