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

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

Issue 426063007: Implement basic interfaces and attributes for DOMMatrix. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add is2d test Created 6 years, 4 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 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/DOMMatrix.idl',
62 'dom/DOMMatrixReadOnly.idl',
61 'dom/DOMPoint.idl', 63 'dom/DOMPoint.idl',
62 'dom/DOMPointReadOnly.idl', 64 'dom/DOMPointReadOnly.idl',
63 'dom/DOMRect.idl', 65 'dom/DOMRect.idl',
64 'dom/DOMRectReadOnly.idl', 66 'dom/DOMRectReadOnly.idl',
65 'dom/DOMSettableTokenList.idl', 67 'dom/DOMSettableTokenList.idl',
66 'dom/DOMStringList.idl', 68 'dom/DOMStringList.idl',
67 'dom/DOMStringMap.idl', 69 'dom/DOMStringMap.idl',
68 'dom/DOMTokenList.idl', 70 'dom/DOMTokenList.idl',
69 'dom/Document.idl', 71 'dom/Document.idl',
70 'dom/DocumentFragment.idl', 72 'dom/DocumentFragment.idl',
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1937 'dom/ContextLifecycleNotifier.cpp', 1939 'dom/ContextLifecycleNotifier.cpp',
1938 'dom/ContextLifecycleNotifier.h', 1940 'dom/ContextLifecycleNotifier.h',
1939 'dom/ContextLifecycleObserver.cpp', 1941 'dom/ContextLifecycleObserver.cpp',
1940 'dom/ContextLifecycleObserver.h', 1942 'dom/ContextLifecycleObserver.h',
1941 'dom/CrossThreadTask.h', 1943 'dom/CrossThreadTask.h',
1942 'dom/DOMError.cpp', 1944 'dom/DOMError.cpp',
1943 'dom/DOMError.h', 1945 'dom/DOMError.h',
1944 'dom/DOMException.cpp', 1946 'dom/DOMException.cpp',
1945 'dom/DOMException.h', 1947 'dom/DOMException.h',
1946 'dom/DOMImplementation.cpp', 1948 'dom/DOMImplementation.cpp',
1949 'dom/DOMMatrix.cpp',
1950 'dom/DOMMatrix.h',
1951 'dom/DOMMatrixReadOnly.cpp',
1952 'dom/DOMMatrixReadOnly.h',
1947 'dom/DOMPoint.cpp', 1953 'dom/DOMPoint.cpp',
1948 'dom/DOMPoint.h', 1954 'dom/DOMPoint.h',
1949 'dom/DOMPointReadOnly.cpp', 1955 'dom/DOMPointReadOnly.cpp',
1950 'dom/DOMPointReadOnly.h', 1956 'dom/DOMPointReadOnly.h',
1951 'dom/DOMRect.cpp', 1957 'dom/DOMRect.cpp',
1952 'dom/DOMRect.h', 1958 'dom/DOMRect.h',
1953 'dom/DOMRectReadOnly.cpp', 1959 'dom/DOMRectReadOnly.cpp',
1954 'dom/DOMRectReadOnly.h', 1960 'dom/DOMRectReadOnly.h',
1955 'dom/DOMSettableTokenList.cpp', 1961 'dom/DOMSettableTokenList.cpp',
1956 'dom/DOMSettableTokenList.h', 1962 'dom/DOMSettableTokenList.h',
(...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after
3440 'rendering/RenderTableRowTest.cpp', 3446 'rendering/RenderTableRowTest.cpp',
3441 'rendering/shapes/BoxShapeTest.cpp', 3447 'rendering/shapes/BoxShapeTest.cpp',
3442 'testing/PrivateScriptTestTest.cpp', 3448 'testing/PrivateScriptTestTest.cpp',
3443 'streams/ReadableStreamTest.cpp', 3449 'streams/ReadableStreamTest.cpp',
3444 'testing/UnitTestHelpers.cpp', 3450 'testing/UnitTestHelpers.cpp',
3445 'testing/UnitTestHelpers.h', 3451 'testing/UnitTestHelpers.h',
3446 'xml/parser/SharedBufferReaderTest.cpp', 3452 'xml/parser/SharedBufferReaderTest.cpp',
3447 ], 3453 ],
3448 } 3454 }
3449 } 3455 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/DOMMatrix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698