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

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

Issue 17376006: Implement WebIDL implements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back [PerWorldBindings] Created 7 years, 6 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
« no previous file with comments | « Source/bindings/tests/results/V8TestInterface.cpp ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'dom/MutationObserver.idl', 78 'dom/MutationObserver.idl',
79 'dom/MutationRecord.idl', 79 'dom/MutationRecord.idl',
80 'dom/NamedNodeMap.idl', 80 'dom/NamedNodeMap.idl',
81 'dom/Node.idl', 81 'dom/Node.idl',
82 'dom/NodeFilter.idl', 82 'dom/NodeFilter.idl',
83 'dom/NodeIterator.idl', 83 'dom/NodeIterator.idl',
84 'dom/NodeList.idl', 84 'dom/NodeList.idl',
85 'dom/Notation.idl', 85 'dom/Notation.idl',
86 'dom/OverflowEvent.idl', 86 'dom/OverflowEvent.idl',
87 'dom/PageTransitionEvent.idl', 87 'dom/PageTransitionEvent.idl',
88 'dom/ParentNode.idl',
88 'dom/PopStateEvent.idl', 89 'dom/PopStateEvent.idl',
89 'dom/ProcessingInstruction.idl', 90 'dom/ProcessingInstruction.idl',
90 'dom/ProgressEvent.idl', 91 'dom/ProgressEvent.idl',
91 'dom/Range.idl', 92 'dom/Range.idl',
92 'dom/RequestAnimationFrameCallback.idl', 93 'dom/RequestAnimationFrameCallback.idl',
93 'dom/ResourceProgressEvent.idl', 94 'dom/ResourceProgressEvent.idl',
94 'dom/SecurityPolicyViolationEvent.idl', 95 'dom/SecurityPolicyViolationEvent.idl',
95 'dom/StringCallback.idl', 96 'dom/StringCallback.idl',
96 'dom/Text.idl', 97 'dom/Text.idl',
97 'dom/TextEvent.idl', 98 'dom/TextEvent.idl',
(...skipping 3595 matching lines...) Expand 10 before | Expand all | Expand 10 after
3693 'bison_exe': 'bison', 3694 'bison_exe': 'bison',
3694 # We specify a preprocess so it happens locally and won't get 3695 # We specify a preprocess so it happens locally and won't get
3695 # distributed to goma. 3696 # distributed to goma.
3696 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3697 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3697 # use /usr/bin/clang once we require Xcode 4.x. 3698 # use /usr/bin/clang once we require Xcode 4.x.
3698 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3699 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3699 }], 3700 }],
3700 ], 3701 ],
3701 } 3702 }
3702 } 3703 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestInterface.cpp ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698