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

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

Issue 1168423002: DevTools: merge InjectedScriptBase into InjectedScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typedef -> using Created 5 years, 6 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/InjectedScript.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 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 'inspector/DevToolsHost.cpp', 1602 'inspector/DevToolsHost.cpp',
1603 'inspector/DevToolsHost.h', 1603 'inspector/DevToolsHost.h',
1604 'inspector/EventListenerInfo.cpp', 1604 'inspector/EventListenerInfo.cpp',
1605 'inspector/EventListenerInfo.h', 1605 'inspector/EventListenerInfo.h',
1606 'inspector/IdentifiersFactory.cpp', 1606 'inspector/IdentifiersFactory.cpp',
1607 'inspector/IdentifiersFactory.h', 1607 'inspector/IdentifiersFactory.h',
1608 'inspector/InjectedScript.cpp', 1608 'inspector/InjectedScript.cpp',
1609 'inspector/InjectedScript.h', 1609 'inspector/InjectedScript.h',
1610 'inspector/InjectedScriptNative.cpp', 1610 'inspector/InjectedScriptNative.cpp',
1611 'inspector/InjectedScriptNative.h', 1611 'inspector/InjectedScriptNative.h',
1612 'inspector/InjectedScriptBase.cpp',
1613 'inspector/InjectedScriptBase.h',
1614 'inspector/InjectedScriptHost.cpp', 1612 'inspector/InjectedScriptHost.cpp',
1615 'inspector/InjectedScriptHost.h', 1613 'inspector/InjectedScriptHost.h',
1616 'inspector/InjectedScriptManager.cpp', 1614 'inspector/InjectedScriptManager.cpp',
1617 'inspector/InjectedScriptManager.h', 1615 'inspector/InjectedScriptManager.h',
1618 'inspector/InspectorAnimationAgent.cpp', 1616 'inspector/InspectorAnimationAgent.cpp',
1619 'inspector/InspectorAnimationAgent.h', 1617 'inspector/InspectorAnimationAgent.h',
1620 'inspector/InspectorApplicationCacheAgent.cpp', 1618 'inspector/InspectorApplicationCacheAgent.cpp',
1621 'inspector/InspectorApplicationCacheAgent.h', 1619 'inspector/InspectorApplicationCacheAgent.h',
1622 'inspector/InspectorBaseAgent.cpp', 1620 'inspector/InspectorBaseAgent.cpp',
1623 'inspector/InspectorCSSAgent.cpp', 1621 'inspector/InspectorCSSAgent.cpp',
(...skipping 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after
3934 'style/ComputedStyleTest.cpp', 3932 'style/ComputedStyleTest.cpp',
3935 'style/OutlineValueTest.cpp', 3933 'style/OutlineValueTest.cpp',
3936 'style/SVGComputedStyleTest.cpp', 3934 'style/SVGComputedStyleTest.cpp',
3937 'testing/PrivateScriptTestTest.cpp', 3935 'testing/PrivateScriptTestTest.cpp',
3938 'timing/MemoryInfoTest.cpp', 3936 'timing/MemoryInfoTest.cpp',
3939 'workers/WorkerThreadTest.cpp', 3937 'workers/WorkerThreadTest.cpp',
3940 'xml/parser/SharedBufferReaderTest.cpp', 3938 'xml/parser/SharedBufferReaderTest.cpp',
3941 ], 3939 ],
3942 } 3940 }
3943 } 3941 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/inspector/InjectedScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698