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

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

Issue 399923002: [WIP] Implement DOMPoint of geometry interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « no previous file | Source/core/core_generated.gyp » ('j') | Source/core/dom/DOMPoint.idl » ('J')
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'css/WebKitCSSTransformValue.idl', 51 'css/WebKitCSSTransformValue.idl',
52 'dom/Attr.idl', 52 'dom/Attr.idl',
53 'dom/CDATASection.idl', 53 'dom/CDATASection.idl',
54 'dom/CharacterData.idl', 54 'dom/CharacterData.idl',
55 'dom/ClientRect.idl', 55 'dom/ClientRect.idl',
56 'dom/ClientRectList.idl', 56 'dom/ClientRectList.idl',
57 'dom/Comment.idl', 57 'dom/Comment.idl',
58 'dom/DOMError.idl', 58 'dom/DOMError.idl',
59 'dom/DOMException.idl', 59 'dom/DOMException.idl',
60 'dom/DOMImplementation.idl', 60 'dom/DOMImplementation.idl',
61 'dom/DOMPoint.idl',
62 'dom/DOMPointReadOnly.idl',
61 'dom/DOMSettableTokenList.idl', 63 'dom/DOMSettableTokenList.idl',
62 'dom/DOMStringList.idl', 64 'dom/DOMStringList.idl',
63 'dom/DOMStringMap.idl', 65 'dom/DOMStringMap.idl',
64 'dom/DOMTokenList.idl', 66 'dom/DOMTokenList.idl',
65 'dom/Document.idl', 67 'dom/Document.idl',
66 'dom/DocumentFragment.idl', 68 'dom/DocumentFragment.idl',
67 'dom/DocumentType.idl', 69 'dom/DocumentType.idl',
68 'dom/Element.idl', 70 'dom/Element.idl',
69 'dom/MessageChannel.idl', 71 'dom/MessageChannel.idl',
70 'dom/MessagePort.idl', 72 'dom/MessagePort.idl',
(...skipping 3344 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 'rendering/RenderOverflowTest.cpp', 3417 'rendering/RenderOverflowTest.cpp',
3416 'rendering/RenderTableCellTest.cpp', 3418 'rendering/RenderTableCellTest.cpp',
3417 'rendering/RenderTableRowTest.cpp', 3419 'rendering/RenderTableRowTest.cpp',
3418 'rendering/shapes/BoxShapeTest.cpp', 3420 'rendering/shapes/BoxShapeTest.cpp',
3419 'testing/UnitTestHelpers.cpp', 3421 'testing/UnitTestHelpers.cpp',
3420 'testing/UnitTestHelpers.h', 3422 'testing/UnitTestHelpers.h',
3421 'xml/parser/SharedBufferReaderTest.cpp', 3423 'xml/parser/SharedBufferReaderTest.cpp',
3422 ], 3424 ],
3423 } 3425 }
3424 } 3426 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/core_generated.gyp » ('j') | Source/core/dom/DOMPoint.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698