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

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: Exposing the Web Animations API to Web Workers Created 6 years, 3 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 'wawwa/AnimatableElement.idl',
438 'wawwa/RemotePlayer.idl',
437 'workers/DedicatedWorkerGlobalScope.idl', 439 'workers/DedicatedWorkerGlobalScope.idl',
438 'workers/SharedWorker.idl', 440 'workers/SharedWorker.idl',
439 'workers/SharedWorkerGlobalScope.idl', 441 'workers/SharedWorkerGlobalScope.idl',
440 'workers/Worker.idl', 442 'workers/Worker.idl',
441 'workers/WorkerConsole.idl', 443 'workers/WorkerConsole.idl',
442 'workers/WorkerGlobalScope.idl', 444 'workers/WorkerGlobalScope.idl',
443 'workers/WorkerLocation.idl', 445 'workers/WorkerLocation.idl',
444 'workers/WorkerNavigator.idl', 446 'workers/WorkerNavigator.idl',
445 'xml/DOMParser.idl', 447 'xml/DOMParser.idl',
446 'xml/XMLHttpRequest.idl', 448 'xml/XMLHttpRequest.idl',
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
1793 'timing/PerformanceMeasure.h', 1795 'timing/PerformanceMeasure.h',
1794 'timing/PerformanceNavigation.cpp', 1796 'timing/PerformanceNavigation.cpp',
1795 'timing/PerformanceNavigation.h', 1797 'timing/PerformanceNavigation.h',
1796 'timing/PerformanceResourceTiming.cpp', 1798 'timing/PerformanceResourceTiming.cpp',
1797 'timing/PerformanceResourceTiming.h', 1799 'timing/PerformanceResourceTiming.h',
1798 'timing/PerformanceTiming.cpp', 1800 'timing/PerformanceTiming.cpp',
1799 'timing/PerformanceTiming.h', 1801 'timing/PerformanceTiming.h',
1800 'timing/PerformanceUserTiming.cpp', 1802 'timing/PerformanceUserTiming.cpp',
1801 'timing/PerformanceUserTiming.h', 1803 'timing/PerformanceUserTiming.h',
1802 'timing/ResourceTimingInfo.h', 1804 'timing/ResourceTimingInfo.h',
1805 'wawwa/RemotePlayerProxy.cpp',
1806 'wawwa/RemotePlayerProxy.h',
1807 'wawwa/ProxyMap.cpp',
1808 'wawwa/ProxyMap.h',
1809 'wawwa/AnimatableElement.cpp',
1810 'wawwa/AnimatableElement.h',
1811 'wawwa/RemotePlayer.cpp',
1812 'wawwa/RemotePlayer.h',
1803 'workers/AbstractWorker.cpp', 1813 'workers/AbstractWorker.cpp',
1804 'workers/AbstractWorker.h', 1814 'workers/AbstractWorker.h',
1805 'workers/DedicatedWorkerGlobalScope.cpp', 1815 'workers/DedicatedWorkerGlobalScope.cpp',
1806 'workers/DedicatedWorkerGlobalScope.h', 1816 'workers/DedicatedWorkerGlobalScope.h',
1807 'workers/DedicatedWorkerThread.cpp', 1817 'workers/DedicatedWorkerThread.cpp',
1808 'workers/DedicatedWorkerThread.h', 1818 'workers/DedicatedWorkerThread.h',
1809 'workers/SharedWorker.cpp', 1819 'workers/SharedWorker.cpp',
1810 'workers/SharedWorker.h', 1820 'workers/SharedWorker.h',
1811 'workers/SharedWorkerGlobalScope.cpp', 1821 'workers/SharedWorkerGlobalScope.cpp',
1812 'workers/SharedWorkerGlobalScope.h', 1822 'workers/SharedWorkerGlobalScope.h',
(...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after
3440 'rendering/RenderTableCellTest.cpp', 3450 'rendering/RenderTableCellTest.cpp',
3441 'rendering/RenderTableRowTest.cpp', 3451 'rendering/RenderTableRowTest.cpp',
3442 'rendering/shapes/BoxShapeTest.cpp', 3452 'rendering/shapes/BoxShapeTest.cpp',
3443 'testing/PrivateScriptTestTest.cpp', 3453 'testing/PrivateScriptTestTest.cpp',
3444 'testing/UnitTestHelpers.cpp', 3454 'testing/UnitTestHelpers.cpp',
3445 'testing/UnitTestHelpers.h', 3455 'testing/UnitTestHelpers.h',
3446 'xml/parser/SharedBufferReaderTest.cpp', 3456 'xml/parser/SharedBufferReaderTest.cpp',
3447 ], 3457 ],
3448 } 3458 }
3449 } 3459 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698