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

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

Issue 477313002: DevTools: Extract WorkerInspectorProxy interface from WorkerGlobalScopeProxy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed. 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/inspector/InspectorInstrumentation.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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 'workers/WorkerClients.h', 1829 'workers/WorkerClients.h',
1830 'workers/WorkerConsole.cpp', 1830 'workers/WorkerConsole.cpp',
1831 'workers/WorkerConsole.h', 1831 'workers/WorkerConsole.h',
1832 'workers/WorkerEventQueue.cpp', 1832 'workers/WorkerEventQueue.cpp',
1833 'workers/WorkerEventQueue.h', 1833 'workers/WorkerEventQueue.h',
1834 'workers/WorkerGlobalScope.cpp', 1834 'workers/WorkerGlobalScope.cpp',
1835 'workers/WorkerGlobalScope.h', 1835 'workers/WorkerGlobalScope.h',
1836 'workers/WorkerGlobalScopeProxy.h', 1836 'workers/WorkerGlobalScopeProxy.h',
1837 'workers/WorkerGlobalScopeProxyProvider.cpp', 1837 'workers/WorkerGlobalScopeProxyProvider.cpp',
1838 'workers/WorkerGlobalScopeProxyProvider.h', 1838 'workers/WorkerGlobalScopeProxyProvider.h',
1839 'workers/WorkerInspectorProxy.h',
1839 'workers/WorkerLoaderProxy.h', 1840 'workers/WorkerLoaderProxy.h',
1840 'workers/WorkerLocation.h', 1841 'workers/WorkerLocation.h',
1841 'workers/WorkerMessagingProxy.cpp', 1842 'workers/WorkerMessagingProxy.cpp',
1842 'workers/WorkerMessagingProxy.h', 1843 'workers/WorkerMessagingProxy.h',
1843 'workers/WorkerNavigator.cpp', 1844 'workers/WorkerNavigator.cpp',
1844 'workers/WorkerNavigator.h', 1845 'workers/WorkerNavigator.h',
1845 'workers/WorkerObjectProxy.cpp', 1846 'workers/WorkerObjectProxy.cpp',
1846 'workers/WorkerObjectProxy.h', 1847 'workers/WorkerObjectProxy.h',
1847 'workers/WorkerReportingProxy.h', 1848 'workers/WorkerReportingProxy.h',
1848 'workers/WorkerScriptLoader.cpp', 1849 'workers/WorkerScriptLoader.cpp',
(...skipping 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after
3463 'rendering/shapes/BoxShapeTest.cpp', 3464 'rendering/shapes/BoxShapeTest.cpp',
3464 'rendering/style/OutlineValueTest.cpp', 3465 'rendering/style/OutlineValueTest.cpp',
3465 'testing/PrivateScriptTestTest.cpp', 3466 'testing/PrivateScriptTestTest.cpp',
3466 'streams/ReadableStreamTest.cpp', 3467 'streams/ReadableStreamTest.cpp',
3467 'testing/UnitTestHelpers.cpp', 3468 'testing/UnitTestHelpers.cpp',
3468 'testing/UnitTestHelpers.h', 3469 'testing/UnitTestHelpers.h',
3469 'xml/parser/SharedBufferReaderTest.cpp', 3470 'xml/parser/SharedBufferReaderTest.cpp',
3470 ], 3471 ],
3471 } 3472 }
3472 } 3473 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/inspector/InspectorInstrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698