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

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

Issue 620783002: Devtools Animations: Basic animation inspection & control in Styles pane (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/core/inspector/InspectorAnimationAgent.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 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 'inspector/InjectedScriptBase.cpp', 1251 'inspector/InjectedScriptBase.cpp',
1252 'inspector/InjectedScriptBase.h', 1252 'inspector/InjectedScriptBase.h',
1253 'inspector/InjectedScriptCanvasModule.cpp', 1253 'inspector/InjectedScriptCanvasModule.cpp',
1254 'inspector/InjectedScriptCanvasModule.h', 1254 'inspector/InjectedScriptCanvasModule.h',
1255 'inspector/InjectedScriptHost.cpp', 1255 'inspector/InjectedScriptHost.cpp',
1256 'inspector/InjectedScriptHost.h', 1256 'inspector/InjectedScriptHost.h',
1257 'inspector/InjectedScriptManager.cpp', 1257 'inspector/InjectedScriptManager.cpp',
1258 'inspector/InjectedScriptManager.h', 1258 'inspector/InjectedScriptManager.h',
1259 'inspector/InjectedScriptModule.cpp', 1259 'inspector/InjectedScriptModule.cpp',
1260 'inspector/InjectedScriptModule.h', 1260 'inspector/InjectedScriptModule.h',
1261 'inspector/InspectorAnimationAgent.cpp',
1262 'inspector/InspectorAnimationAgent.h',
1261 'inspector/InspectorApplicationCacheAgent.cpp', 1263 'inspector/InspectorApplicationCacheAgent.cpp',
1262 'inspector/InspectorApplicationCacheAgent.h', 1264 'inspector/InspectorApplicationCacheAgent.h',
1263 'inspector/InspectorBaseAgent.cpp', 1265 'inspector/InspectorBaseAgent.cpp',
1264 'inspector/InspectorCSSAgent.cpp', 1266 'inspector/InspectorCSSAgent.cpp',
1265 'inspector/InspectorCSSAgent.h', 1267 'inspector/InspectorCSSAgent.h',
1266 'inspector/InspectorCanvasAgent.cpp', 1268 'inspector/InspectorCanvasAgent.cpp',
1267 'inspector/InspectorCanvasAgent.h', 1269 'inspector/InspectorCanvasAgent.h',
1268 'inspector/InspectorCanvasInstrumentation.h', 1270 'inspector/InspectorCanvasInstrumentation.h',
1269 'inspector/InspectorConsoleAgent.cpp', 1271 'inspector/InspectorConsoleAgent.cpp',
1270 'inspector/InspectorConsoleAgent.h', 1272 'inspector/InspectorConsoleAgent.h',
(...skipping 2335 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 'rendering/shapes/BoxShapeTest.cpp', 3608 'rendering/shapes/BoxShapeTest.cpp',
3607 'rendering/style/OutlineValueTest.cpp', 3609 'rendering/style/OutlineValueTest.cpp',
3608 'testing/PrivateScriptTestTest.cpp', 3610 'testing/PrivateScriptTestTest.cpp',
3609 'streams/ReadableStreamTest.cpp', 3611 'streams/ReadableStreamTest.cpp',
3610 'testing/UnitTestHelpers.cpp', 3612 'testing/UnitTestHelpers.cpp',
3611 'testing/UnitTestHelpers.h', 3613 'testing/UnitTestHelpers.h',
3612 'xml/parser/SharedBufferReaderTest.cpp', 3614 'xml/parser/SharedBufferReaderTest.cpp',
3613 ], 3615 ],
3614 } 3616 }
3615 } 3617 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/inspector/InspectorAnimationAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698