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

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

Issue 13467028: Add an intermediate function to generate 2 paint-order lists. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 'project_dir': ['.'], 3 'project_dir': ['.'],
4 'webcore_include_dirs': [ 4 'webcore_include_dirs': [
5 '.', 5 '.',
6 '..', 6 '..',
7 'Modules/battery', 7 'Modules/battery',
8 'Modules/filesystem', 8 'Modules/filesystem',
9 'Modules/gamepad', 9 'Modules/gamepad',
10 'Modules/geolocation', 10 'Modules/geolocation',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'dom/MutationRecord.idl', 322 'dom/MutationRecord.idl',
323 'dom/DOMNamedFlowCollection.idl', 323 'dom/DOMNamedFlowCollection.idl',
324 'dom/NamedNodeMap.idl', 324 'dom/NamedNodeMap.idl',
325 'dom/Node.idl', 325 'dom/Node.idl',
326 'dom/NodeFilter.idl', 326 'dom/NodeFilter.idl',
327 'dom/NodeIterator.idl', 327 'dom/NodeIterator.idl',
328 'dom/NodeList.idl', 328 'dom/NodeList.idl',
329 'dom/Notation.idl', 329 'dom/Notation.idl',
330 'dom/OverflowEvent.idl', 330 'dom/OverflowEvent.idl',
331 'dom/PageTransitionEvent.idl', 331 'dom/PageTransitionEvent.idl',
332 'dom/PaintOrderLists.idl',
332 'dom/PopStateEvent.idl', 333 'dom/PopStateEvent.idl',
333 'dom/ProcessingInstruction.idl', 334 'dom/ProcessingInstruction.idl',
334 'dom/ProgressEvent.idl', 335 'dom/ProgressEvent.idl',
335 'dom/PropertyNodeList.idl', 336 'dom/PropertyNodeList.idl',
336 'dom/Range.idl', 337 'dom/Range.idl',
337 'dom/RangeException.idl', 338 'dom/RangeException.idl',
338 'dom/RequestAnimationFrameCallback.idl', 339 'dom/RequestAnimationFrameCallback.idl',
339 'dom/SecurityPolicyViolationEvent.idl', 340 'dom/SecurityPolicyViolationEvent.idl',
340 'dom/ShadowRoot.idl', 341 'dom/ShadowRoot.idl',
341 'dom/StringCallback.idl', 342 'dom/StringCallback.idl',
(...skipping 6095 matching lines...) Expand 10 before | Expand all | Expand 10 after
6437 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomAndPan.cpp', 6438 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomAndPan.cpp',
6438 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomAndPan.h', 6439 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomAndPan.h',
6439 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomEvent.cpp', 6440 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomEvent.cpp',
6440 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomEvent.h', 6441 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomEvent.h',
6441 ], 6442 ],
6442 'export_file_generator_files': [ 6443 'export_file_generator_files': [
6443 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', 6444 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp',
6444 ], 6445 ],
6445 } 6446 }
6446 } 6447 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698