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

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

Issue 403383002: Implement DOMRect of geometry interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 61 'dom/DOMPoint.idl',
62 'dom/DOMPointReadOnly.idl', 62 'dom/DOMPointReadOnly.idl',
63 'dom/DOMRect.idl',
64 'dom/DOMRectReadOnly.idl',
63 'dom/DOMSettableTokenList.idl', 65 'dom/DOMSettableTokenList.idl',
64 'dom/DOMStringList.idl', 66 'dom/DOMStringList.idl',
65 'dom/DOMStringMap.idl', 67 'dom/DOMStringMap.idl',
66 'dom/DOMTokenList.idl', 68 'dom/DOMTokenList.idl',
67 'dom/Document.idl', 69 'dom/Document.idl',
68 'dom/DocumentFragment.idl', 70 'dom/DocumentFragment.idl',
69 'dom/DocumentType.idl', 71 'dom/DocumentType.idl',
70 'dom/Element.idl', 72 'dom/Element.idl',
71 'dom/MessageChannel.idl', 73 'dom/MessageChannel.idl',
72 'dom/MessagePort.idl', 74 'dom/MessagePort.idl',
(...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 'dom/CrossThreadTask.h', 1944 'dom/CrossThreadTask.h',
1943 'dom/DOMError.cpp', 1945 'dom/DOMError.cpp',
1944 'dom/DOMError.h', 1946 'dom/DOMError.h',
1945 'dom/DOMException.cpp', 1947 'dom/DOMException.cpp',
1946 'dom/DOMException.h', 1948 'dom/DOMException.h',
1947 'dom/DOMImplementation.cpp', 1949 'dom/DOMImplementation.cpp',
1948 'dom/DOMPoint.cpp', 1950 'dom/DOMPoint.cpp',
1949 'dom/DOMPoint.h', 1951 'dom/DOMPoint.h',
1950 'dom/DOMPointReadOnly.cpp', 1952 'dom/DOMPointReadOnly.cpp',
1951 'dom/DOMPointReadOnly.h', 1953 'dom/DOMPointReadOnly.h',
1954 'dom/DOMRect.cpp',
1955 'dom/DOMRect.h',
1956 'dom/DOMRectReadOnly.cpp',
1957 'dom/DOMRectReadOnly.h',
1952 'dom/DOMSettableTokenList.cpp', 1958 'dom/DOMSettableTokenList.cpp',
1953 'dom/DOMSettableTokenList.h', 1959 'dom/DOMSettableTokenList.h',
1954 'dom/DOMStringList.cpp', 1960 'dom/DOMStringList.cpp',
1955 'dom/DOMStringList.h', 1961 'dom/DOMStringList.h',
1956 'dom/DOMStringMap.cpp', 1962 'dom/DOMStringMap.cpp',
1957 'dom/DOMStringMap.h', 1963 'dom/DOMStringMap.h',
1958 'dom/DOMTokenList.cpp', 1964 'dom/DOMTokenList.cpp',
1959 'dom/DOMTokenList.h', 1965 'dom/DOMTokenList.h',
1960 'dom/DOMURL.cpp', 1966 'dom/DOMURL.cpp',
1961 'dom/DOMURL.h', 1967 'dom/DOMURL.h',
(...skipping 1472 matching lines...) Expand 10 before | Expand all | Expand 10 after
3434 'rendering/RenderTableCellTest.cpp', 3440 'rendering/RenderTableCellTest.cpp',
3435 'rendering/RenderTableRowTest.cpp', 3441 'rendering/RenderTableRowTest.cpp',
3436 'rendering/shapes/BoxShapeTest.cpp', 3442 'rendering/shapes/BoxShapeTest.cpp',
3437 'testing/PrivateScriptTestTest.cpp', 3443 'testing/PrivateScriptTestTest.cpp',
3438 'testing/UnitTestHelpers.cpp', 3444 'testing/UnitTestHelpers.cpp',
3439 'testing/UnitTestHelpers.h', 3445 'testing/UnitTestHelpers.h',
3440 'xml/parser/SharedBufferReaderTest.cpp', 3446 'xml/parser/SharedBufferReaderTest.cpp',
3441 ], 3447 ],
3442 } 3448 }
3443 } 3449 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/geometry-interfaces-dom-rect-expected.txt ('k') | Source/core/dom/DOMRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698