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

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

Issue 491053004: Expose Web Animations API to Web Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'svg/SVGViewSpec.idl', 427 'svg/SVGViewSpec.idl',
428 'svg/SVGZoomEvent.idl', 428 'svg/SVGZoomEvent.idl',
429 'timing/MemoryInfo.idl', 429 'timing/MemoryInfo.idl',
430 'timing/Performance.idl', 430 'timing/Performance.idl',
431 'timing/PerformanceEntry.idl', 431 'timing/PerformanceEntry.idl',
432 'timing/PerformanceMark.idl', 432 'timing/PerformanceMark.idl',
433 'timing/PerformanceMeasure.idl', 433 'timing/PerformanceMeasure.idl',
434 'timing/PerformanceNavigation.idl', 434 'timing/PerformanceNavigation.idl',
435 'timing/PerformanceResourceTiming.idl', 435 'timing/PerformanceResourceTiming.idl',
436 'timing/PerformanceTiming.idl', 436 'timing/PerformanceTiming.idl',
437
shans 2014/08/25 11:53:58 Remove empty lines from this file
438 'wawwa/AnimatableElement.idl',
439 'wawwa/MockAnimationPlayer.idl',
440
441 'wawwa/ListOfElements.idl',
442 'wawwa/ProxyPlayer.idl',
443
437 'workers/DedicatedWorkerGlobalScope.idl', 444 'workers/DedicatedWorkerGlobalScope.idl',
438 'workers/SharedWorker.idl', 445 'workers/SharedWorker.idl',
439 'workers/SharedWorkerGlobalScope.idl', 446 'workers/SharedWorkerGlobalScope.idl',
440 'workers/Worker.idl', 447 'workers/Worker.idl',
441 'workers/WorkerConsole.idl', 448 'workers/WorkerConsole.idl',
442 'workers/WorkerGlobalScope.idl', 449 'workers/WorkerGlobalScope.idl',
443 'workers/WorkerLocation.idl', 450 'workers/WorkerLocation.idl',
444 'workers/WorkerNavigator.idl', 451 'workers/WorkerNavigator.idl',
445 'xml/DOMParser.idl', 452 'xml/DOMParser.idl',
446 'xml/XMLHttpRequest.idl', 453 'xml/XMLHttpRequest.idl',
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
1793 'timing/PerformanceMeasure.h', 1800 'timing/PerformanceMeasure.h',
1794 'timing/PerformanceNavigation.cpp', 1801 'timing/PerformanceNavigation.cpp',
1795 'timing/PerformanceNavigation.h', 1802 'timing/PerformanceNavigation.h',
1796 'timing/PerformanceResourceTiming.cpp', 1803 'timing/PerformanceResourceTiming.cpp',
1797 'timing/PerformanceResourceTiming.h', 1804 'timing/PerformanceResourceTiming.h',
1798 'timing/PerformanceTiming.cpp', 1805 'timing/PerformanceTiming.cpp',
1799 'timing/PerformanceTiming.h', 1806 'timing/PerformanceTiming.h',
1800 'timing/PerformanceUserTiming.cpp', 1807 'timing/PerformanceUserTiming.cpp',
1801 'timing/PerformanceUserTiming.h', 1808 'timing/PerformanceUserTiming.h',
1802 'timing/ResourceTimingInfo.h', 1809 'timing/ResourceTimingInfo.h',
1810
1811 'wawwa/ProxyPlayer.cpp',
1812 'wawwa/ProxyPlayer.h',
1813 'wawwa/ListOfElements.cpp',
1814 'wawwa/ListOfElements.h',
1815
1816 'wawwa/AnimatableElement.cpp',
1817 'wawwa/AnimatableElement.h',
1818 'wawwa/MockAnimationPlayer.cpp',
1819 'wawwa/MockAnimationPlayer.h',
1820
1803 'workers/AbstractWorker.cpp', 1821 'workers/AbstractWorker.cpp',
1804 'workers/AbstractWorker.h', 1822 'workers/AbstractWorker.h',
1805 'workers/DedicatedWorkerGlobalScope.cpp', 1823 'workers/DedicatedWorkerGlobalScope.cpp',
1806 'workers/DedicatedWorkerGlobalScope.h', 1824 'workers/DedicatedWorkerGlobalScope.h',
1807 'workers/DedicatedWorkerThread.cpp', 1825 'workers/DedicatedWorkerThread.cpp',
1808 'workers/DedicatedWorkerThread.h', 1826 'workers/DedicatedWorkerThread.h',
1809 'workers/SharedWorker.cpp', 1827 'workers/SharedWorker.cpp',
1810 'workers/SharedWorker.h', 1828 'workers/SharedWorker.h',
1811 'workers/SharedWorkerGlobalScope.cpp', 1829 'workers/SharedWorkerGlobalScope.cpp',
1812 'workers/SharedWorkerGlobalScope.h', 1830 'workers/SharedWorkerGlobalScope.h',
(...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after
3440 'rendering/RenderTableCellTest.cpp', 3458 'rendering/RenderTableCellTest.cpp',
3441 'rendering/RenderTableRowTest.cpp', 3459 'rendering/RenderTableRowTest.cpp',
3442 'rendering/shapes/BoxShapeTest.cpp', 3460 'rendering/shapes/BoxShapeTest.cpp',
3443 'testing/PrivateScriptTestTest.cpp', 3461 'testing/PrivateScriptTestTest.cpp',
3444 'testing/UnitTestHelpers.cpp', 3462 'testing/UnitTestHelpers.cpp',
3445 'testing/UnitTestHelpers.h', 3463 'testing/UnitTestHelpers.h',
3446 'xml/parser/SharedBufferReaderTest.cpp', 3464 'xml/parser/SharedBufferReaderTest.cpp',
3447 ], 3465 ],
3448 } 3466 }
3449 } 3467 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698