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

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

Issue 17379016: Introduce ChildNode IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix typo 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 | « no previous file | Source/core/dom/CharacterData.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 26 matching lines...) Expand all
37 'css/WebKitCSSKeyframesRule.idl', 37 'css/WebKitCSSKeyframesRule.idl',
38 'css/WebKitCSSMatrix.idl', 38 'css/WebKitCSSMatrix.idl',
39 'css/WebKitCSSMixFunctionValue.idl', 39 'css/WebKitCSSMixFunctionValue.idl',
40 'css/WebKitCSSRegionRule.idl', 40 'css/WebKitCSSRegionRule.idl',
41 'css/WebKitCSSTransformValue.idl', 41 'css/WebKitCSSTransformValue.idl',
42 'dom/Attr.idl', 42 'dom/Attr.idl',
43 'dom/AutocompleteErrorEvent.idl', 43 'dom/AutocompleteErrorEvent.idl',
44 'dom/BeforeLoadEvent.idl', 44 'dom/BeforeLoadEvent.idl',
45 'dom/CDATASection.idl', 45 'dom/CDATASection.idl',
46 'dom/CharacterData.idl', 46 'dom/CharacterData.idl',
47 'dom/ChildNode.idl',
47 'dom/ClientRect.idl', 48 'dom/ClientRect.idl',
48 'dom/ClientRectList.idl', 49 'dom/ClientRectList.idl',
49 'dom/Clipboard.idl', 50 'dom/Clipboard.idl',
50 'dom/Comment.idl', 51 'dom/Comment.idl',
51 'dom/CompositionEvent.idl', 52 'dom/CompositionEvent.idl',
52 'dom/CustomEvent.idl', 53 'dom/CustomEvent.idl',
53 'dom/DOMError.idl', 54 'dom/DOMError.idl',
54 'dom/DOMException.idl', 55 'dom/DOMException.idl',
55 'dom/DOMImplementation.idl', 56 'dom/DOMImplementation.idl',
56 'dom/DOMStringList.idl', 57 'dom/DOMStringList.idl',
(...skipping 3631 matching lines...) Expand 10 before | Expand all | Expand 10 after
3688 'bison_exe': 'bison', 3689 'bison_exe': 'bison',
3689 # We specify a preprocess so it happens locally and won't get 3690 # We specify a preprocess so it happens locally and won't get
3690 # distributed to goma. 3691 # distributed to goma.
3691 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3692 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3692 # use /usr/bin/clang once we require Xcode 4.x. 3693 # use /usr/bin/clang once we require Xcode 4.x.
3693 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3694 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3694 }], 3695 }],
3695 ], 3696 ],
3696 } 3697 }
3697 } 3698 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/CharacterData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698