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

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

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reverted .tmpl rename Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_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/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'xml/XMLHttpRequestProgressEvent.idl', 290 'xml/XMLHttpRequestProgressEvent.idl',
291 'xml/XMLHttpRequestUpload.idl', 291 'xml/XMLHttpRequestUpload.idl',
292 'xml/XMLSerializer.idl', 292 'xml/XMLSerializer.idl',
293 'xml/XPathEvaluator.idl', 293 'xml/XPathEvaluator.idl',
294 'xml/XPathExpression.idl', 294 'xml/XPathExpression.idl',
295 'xml/XPathNSResolver.idl', 295 'xml/XPathNSResolver.idl',
296 'xml/XPathResult.idl', 296 'xml/XPathResult.idl',
297 'xml/XSLTProcessor.idl', 297 'xml/XSLTProcessor.idl',
298 ], 298 ],
299 'python_core_idl_files': [ 299 'python_core_idl_files': [
300 'css/CSSVariablesMapForEachCallback.idl',
300 'css/RGBColor.idl', 301 'css/RGBColor.idl',
301 'css/Rect.idl', 302 'css/Rect.idl',
302 'dom/ChildNode.idl', 303 'dom/ChildNode.idl',
303 'dom/DocumentFullscreen.idl', 304 'dom/DocumentFullscreen.idl',
304 'dom/ParentNode.idl', 305 'dom/ParentNode.idl',
305 'dom/RequestAnimationFrameCallback.idl', 306 'dom/RequestAnimationFrameCallback.idl',
306 'dom/StringCallback.idl', 307 'dom/StringCallback.idl',
307 'html/VoidCallback.idl', 308 'html/VoidCallback.idl',
308 'html/canvas/CanvasPattern.idl', 309 'html/canvas/CanvasPattern.idl',
309 'html/canvas/EXTFragDepth.idl', 310 'html/canvas/EXTFragDepth.idl',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'css/CSSToStyleMap.cpp', 666 'css/CSSToStyleMap.cpp',
666 'css/CSSToStyleMap.h', 667 'css/CSSToStyleMap.h',
667 'css/CSSTransformValue.cpp', 668 'css/CSSTransformValue.cpp',
668 'css/CSSUnicodeRangeValue.cpp', 669 'css/CSSUnicodeRangeValue.cpp',
669 'css/CSSUnicodeRangeValue.h', 670 'css/CSSUnicodeRangeValue.h',
670 'css/CSSUnknownRule.h', 671 'css/CSSUnknownRule.h',
671 'css/CSSValue.cpp', 672 'css/CSSValue.cpp',
672 'css/CSSValueList.cpp', 673 'css/CSSValueList.cpp',
673 'css/CSSValuePool.cpp', 674 'css/CSSValuePool.cpp',
674 'css/CSSValuePool.h', 675 'css/CSSValuePool.h',
676 'css/CSSVariablesIterator.h',
675 'css/CSSVariablesMap.cpp', 677 'css/CSSVariablesMap.cpp',
676 'css/CSSVariablesMap.h', 678 'css/CSSVariablesMap.h',
679 'css/CSSVariablesMapForEachCallback.h',
677 'css/CSSVariableValue.h', 680 'css/CSSVariableValue.h',
678 'css/CSSViewportRule.h', 681 'css/CSSViewportRule.h',
679 'css/CSSViewportRule.cpp', 682 'css/CSSViewportRule.cpp',
680 'css/Counter.h', 683 'css/Counter.h',
681 'css/DOMWindowCSS.cpp', 684 'css/DOMWindowCSS.cpp',
682 'css/DOMWindowCSS.h', 685 'css/DOMWindowCSS.h',
683 'css/DocumentRuleSets.cpp', 686 'css/DocumentRuleSets.cpp',
684 'css/DocumentRuleSets.h', 687 'css/DocumentRuleSets.h',
685 'css/ElementRuleCollector.cpp', 688 'css/ElementRuleCollector.cpp',
686 'css/ElementRuleCollector.h', 689 'css/ElementRuleCollector.h',
(...skipping 3115 matching lines...) Expand 10 before | Expand all | Expand 10 after
3802 'bison_exe': 'bison', 3805 'bison_exe': 'bison',
3803 # We specify a preprocess so it happens locally and won't get 3806 # We specify a preprocess so it happens locally and won't get
3804 # distributed to goma. 3807 # distributed to goma.
3805 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3808 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3806 # use /usr/bin/clang once we require Xcode 4.x. 3809 # use /usr/bin/clang once we require Xcode 4.x.
3807 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3810 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3808 }], 3811 }],
3809 ], 3812 ],
3810 } 3813 }
3811 } 3814 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698