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

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

Issue 13467028: Add an intermediate function to generate 2 paint-order lists. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Responding to Ian's comments Created 7 years, 8 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'webcore_bindings_idl_files': [ 3 'webcore_bindings_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'dom/DOMNamedFlowCollection.idl', 85 'dom/DOMNamedFlowCollection.idl',
86 'dom/NamedFlow.idl', 86 'dom/NamedFlow.idl',
87 'dom/NamedNodeMap.idl', 87 'dom/NamedNodeMap.idl',
88 'dom/Node.idl', 88 'dom/Node.idl',
89 'dom/NodeFilter.idl', 89 'dom/NodeFilter.idl',
90 'dom/NodeIterator.idl', 90 'dom/NodeIterator.idl',
91 'dom/NodeList.idl', 91 'dom/NodeList.idl',
92 'dom/Notation.idl', 92 'dom/Notation.idl',
93 'dom/OverflowEvent.idl', 93 'dom/OverflowEvent.idl',
94 'dom/PageTransitionEvent.idl', 94 'dom/PageTransitionEvent.idl',
95 'dom/PaintOrderLists.idl',
95 'dom/PopStateEvent.idl', 96 'dom/PopStateEvent.idl',
96 'dom/ProcessingInstruction.idl', 97 'dom/ProcessingInstruction.idl',
97 'dom/ProgressEvent.idl', 98 'dom/ProgressEvent.idl',
98 'dom/Range.idl', 99 'dom/Range.idl',
99 'dom/RangeException.idl', 100 'dom/RangeException.idl',
100 'dom/RequestAnimationFrameCallback.idl', 101 'dom/RequestAnimationFrameCallback.idl',
101 'dom/SecurityPolicyViolationEvent.idl', 102 'dom/SecurityPolicyViolationEvent.idl',
102 'dom/ShadowRoot.idl', 103 'dom/ShadowRoot.idl',
103 'dom/StringCallback.idl', 104 'dom/StringCallback.idl',
104 'dom/Text.idl', 105 'dom/Text.idl',
(...skipping 3625 matching lines...) Expand 10 before | Expand all | Expand 10 after
3730 'platform/chromium/support/WebURLError.cpp', 3731 'platform/chromium/support/WebURLError.cpp',
3731 'platform/chromium/support/WebURLRequest.cpp', 3732 'platform/chromium/support/WebURLRequest.cpp',
3732 'platform/chromium/support/WebURLRequestPrivate.h', 3733 'platform/chromium/support/WebURLRequestPrivate.h',
3733 'platform/chromium/support/WebURLResponse.cpp', 3734 'platform/chromium/support/WebURLResponse.cpp',
3734 'platform/chromium/support/WebURLResponsePrivate.h', 3735 'platform/chromium/support/WebURLResponsePrivate.h',
3735 'platform/chromium/support/WrappedResourceRequest.h', 3736 'platform/chromium/support/WrappedResourceRequest.h',
3736 'platform/chromium/support/WrappedResourceResponse.h', 3737 'platform/chromium/support/WrappedResourceResponse.h',
3737 ], 3738 ],
3738 } 3739 }
3739 } 3740 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698