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

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

Issue 1219673003: Sync core/timing/ interfaces with their specs, or lack thereof (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'events/UIEvent.idl', 490 'events/UIEvent.idl',
491 'events/WheelEvent.idl', 491 'events/WheelEvent.idl',
492 'html/MediaKeyEvent.idl', 492 'html/MediaKeyEvent.idl',
493 'html/track/TrackEvent.idl', 493 'html/track/TrackEvent.idl',
494 'svg/SVGZoomEvent.idl', 494 'svg/SVGZoomEvent.idl',
495 'xmlhttprequest/XMLHttpRequestProgressEvent.idl', 495 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
496 ], 496 ],
497 # IDL files that only have typedefs/enums. 497 # IDL files that only have typedefs/enums.
498 'core_typedefs_enums_only_idl_files': [ 498 'core_typedefs_enums_only_idl_files': [
499 'dom/CommonDefinitions.idl', 499 'dom/CommonDefinitions.idl',
500 'timing/DOMHighResTimeStamp.idl',
501 'timing/PerformanceEntryList.idl',
500 ], 502 ],
501 'webcore_rendering_files': [ 503 'webcore_rendering_files': [
502 'layout/api/LineLayoutBlockFlow.h', 504 'layout/api/LineLayoutBlockFlow.h',
503 'layout/api/LineLayoutBox.h', 505 'layout/api/LineLayoutBox.h',
504 'layout/api/LineLayoutInline.h', 506 'layout/api/LineLayoutInline.h',
505 'layout/api/LineLayoutItem.h', 507 'layout/api/LineLayoutItem.h',
506 'layout/api/LineLayoutText.h', 508 'layout/api/LineLayoutText.h',
507 'layout/BidiRun.h', 509 'layout/BidiRun.h',
508 'layout/BidiRunForLine.cpp', 510 'layout/BidiRunForLine.cpp',
509 'layout/BidiRunForLine.h', 511 'layout/BidiRunForLine.h',
(...skipping 3286 matching lines...) Expand 10 before | Expand all | Expand 10 after
3796 'style/OutlineValueTest.cpp', 3798 'style/OutlineValueTest.cpp',
3797 'style/SVGComputedStyleTest.cpp', 3799 'style/SVGComputedStyleTest.cpp',
3798 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3800 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3799 'testing/PrivateScriptTestTest.cpp', 3801 'testing/PrivateScriptTestTest.cpp',
3800 'timing/MemoryInfoTest.cpp', 3802 'timing/MemoryInfoTest.cpp',
3801 'workers/WorkerThreadTest.cpp', 3803 'workers/WorkerThreadTest.cpp',
3802 'xml/parser/SharedBufferReaderTest.cpp', 3804 'xml/parser/SharedBufferReaderTest.cpp',
3803 ], 3805 ],
3804 } 3806 }
3805 } 3807 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698