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

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

Issue 386963003: [WIP][NotForLand] IDL dictionary support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: sequence and array support Created 6 years, 5 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
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/dom/SomeDictionary.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 '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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'dom/MutationRecord.idl', 72 'dom/MutationRecord.idl',
73 'dom/NamedNodeMap.idl', 73 'dom/NamedNodeMap.idl',
74 'dom/Node.idl', 74 'dom/Node.idl',
75 'dom/NodeFilter.idl', 75 'dom/NodeFilter.idl',
76 'dom/NodeIterator.idl', 76 'dom/NodeIterator.idl',
77 'dom/NodeList.idl', 77 'dom/NodeList.idl',
78 'dom/Notation.idl', 78 'dom/Notation.idl',
79 'dom/ProcessingInstruction.idl', 79 'dom/ProcessingInstruction.idl',
80 'dom/Range.idl', 80 'dom/Range.idl',
81 'dom/RequestAnimationFrameCallback.idl', 81 'dom/RequestAnimationFrameCallback.idl',
82 # FIXME: not for land
83 'dom/SomeDictionary.idl',
84 'dom/SomeDictionaryUser.idl',
82 'dom/StringCallback.idl', 85 'dom/StringCallback.idl',
83 'dom/Text.idl', 86 'dom/Text.idl',
84 'dom/Touch.idl', 87 'dom/Touch.idl',
85 'dom/TouchList.idl', 88 'dom/TouchList.idl',
86 'dom/TreeWalker.idl', 89 'dom/TreeWalker.idl',
87 'dom/URL.idl', 90 'dom/URL.idl',
88 'dom/XMLDocument.idl', 91 'dom/XMLDocument.idl',
89 'dom/shadow/ShadowRoot.idl', 92 'dom/shadow/ShadowRoot.idl',
90 'events/AnimationPlayerEvent.idl', 93 'events/AnimationPlayerEvent.idl',
91 'events/ApplicationCacheErrorEvent.idl', 94 'events/ApplicationCacheErrorEvent.idl',
(...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
2084 'dom/ScriptableDocumentParser.h', 2087 'dom/ScriptableDocumentParser.h',
2085 'dom/ScriptedAnimationController.cpp', 2088 'dom/ScriptedAnimationController.cpp',
2086 'dom/ScriptedAnimationController.h', 2089 'dom/ScriptedAnimationController.h',
2087 'dom/SecurityContext.cpp', 2090 'dom/SecurityContext.cpp',
2088 'dom/SecurityContext.h', 2091 'dom/SecurityContext.h',
2089 'dom/SelectorQuery.cpp', 2092 'dom/SelectorQuery.cpp',
2090 'dom/SelectorQuery.h', 2093 'dom/SelectorQuery.h',
2091 'dom/ShadowTreeStyleSheetCollection.cpp', 2094 'dom/ShadowTreeStyleSheetCollection.cpp',
2092 'dom/ShadowTreeStyleSheetCollection.h', 2095 'dom/ShadowTreeStyleSheetCollection.h',
2093 'dom/SimulatedClickOptions.h', 2096 'dom/SimulatedClickOptions.h',
2097 # FIXME: not for land
2098 'dom/SomeDictionaryUser.cpp',
2099 'dom/SomeDictionaryUser.h',
2094 'dom/SpaceSplitString.cpp', 2100 'dom/SpaceSplitString.cpp',
2095 'dom/StaticNodeList.cpp', 2101 'dom/StaticNodeList.cpp',
2096 'dom/StaticNodeList.h', 2102 'dom/StaticNodeList.h',
2097 'dom/StringCallback.cpp', 2103 'dom/StringCallback.cpp',
2098 'dom/StringCallback.h', 2104 'dom/StringCallback.h',
2099 'dom/StyleElement.cpp', 2105 'dom/StyleElement.cpp',
2100 'dom/StyleElement.h', 2106 'dom/StyleElement.h',
2101 'dom/StyleEngine.cpp', 2107 'dom/StyleEngine.cpp',
2102 'dom/StyleEngine.h', 2108 'dom/StyleEngine.h',
2103 'dom/StyleSheetCandidate.cpp', 2109 'dom/StyleSheetCandidate.cpp',
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
3423 'rendering/RenderOverflowTest.cpp', 3429 'rendering/RenderOverflowTest.cpp',
3424 'rendering/RenderTableCellTest.cpp', 3430 'rendering/RenderTableCellTest.cpp',
3425 'rendering/RenderTableRowTest.cpp', 3431 'rendering/RenderTableRowTest.cpp',
3426 'rendering/shapes/BoxShapeTest.cpp', 3432 'rendering/shapes/BoxShapeTest.cpp',
3427 'testing/UnitTestHelpers.cpp', 3433 'testing/UnitTestHelpers.cpp',
3428 'testing/UnitTestHelpers.h', 3434 'testing/UnitTestHelpers.h',
3429 'xml/parser/SharedBufferReaderTest.cpp', 3435 'xml/parser/SharedBufferReaderTest.cpp',
3430 ], 3436 ],
3431 } 3437 }
3432 } 3438 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/dom/SomeDictionary.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698