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

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

Issue 267393003: DevTools: Load document (html) content from disk cache in page agent enabling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/AnimationTimeline.idl', 8 'animation/AnimationTimeline.idl',
9 'animation/TimedItem.idl', 9 'animation/TimedItem.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 1205 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 'inspector/InspectorBaseAgent.cpp', 1216 'inspector/InspectorBaseAgent.cpp',
1217 'inspector/InspectorCSSAgent.cpp', 1217 'inspector/InspectorCSSAgent.cpp',
1218 'inspector/InspectorCSSAgent.h', 1218 'inspector/InspectorCSSAgent.h',
1219 'inspector/InspectorCanvasAgent.cpp', 1219 'inspector/InspectorCanvasAgent.cpp',
1220 'inspector/InspectorCanvasAgent.h', 1220 'inspector/InspectorCanvasAgent.h',
1221 'inspector/InspectorCanvasInstrumentation.h', 1221 'inspector/InspectorCanvasInstrumentation.h',
1222 'inspector/InspectorConsoleAgent.cpp', 1222 'inspector/InspectorConsoleAgent.cpp',
1223 'inspector/InspectorConsoleAgent.h', 1223 'inspector/InspectorConsoleAgent.h',
1224 'inspector/InspectorConsoleInstrumentation.h', 1224 'inspector/InspectorConsoleInstrumentation.h',
1225 'inspector/InspectorController.cpp', 1225 'inspector/InspectorController.cpp',
1226 'inspector/InspectorController.h',
1226 'inspector/InspectorCounters.cpp', 1227 'inspector/InspectorCounters.cpp',
1227 'inspector/InspectorCounters.h', 1228 'inspector/InspectorCounters.h',
1228 'inspector/InspectorDOMAgent.cpp', 1229 'inspector/InspectorDOMAgent.cpp',
1229 'inspector/InspectorDOMDebuggerAgent.cpp', 1230 'inspector/InspectorDOMDebuggerAgent.cpp',
1230 'inspector/InspectorDOMDebuggerAgent.h', 1231 'inspector/InspectorDOMDebuggerAgent.h',
1231 'inspector/InspectorDOMStorageAgent.cpp', 1232 'inspector/InspectorDOMStorageAgent.cpp',
1232 'inspector/InspectorDOMStorageAgent.h', 1233 'inspector/InspectorDOMStorageAgent.h',
1233 'inspector/InspectorDebuggerAgent.cpp', 1234 'inspector/InspectorDebuggerAgent.cpp',
1234 'inspector/InspectorDebuggerAgent.h', 1235 'inspector/InspectorDebuggerAgent.h',
1235 'inspector/InspectorFrontendChannel.h', 1236 'inspector/InspectorFrontendChannel.h',
(...skipping 18 matching lines...) Expand all
1254 'inspector/InspectorOverlay.cpp', 1255 'inspector/InspectorOverlay.cpp',
1255 'inspector/InspectorOverlay.h', 1256 'inspector/InspectorOverlay.h',
1256 'inspector/InspectorOverlayHost.cpp', 1257 'inspector/InspectorOverlayHost.cpp',
1257 'inspector/InspectorOverlayHost.h', 1258 'inspector/InspectorOverlayHost.h',
1258 'inspector/InspectorPageAgent.cpp', 1259 'inspector/InspectorPageAgent.cpp',
1259 'inspector/InspectorPageAgent.h', 1260 'inspector/InspectorPageAgent.h',
1260 'inspector/InspectorProfilerAgent.cpp', 1261 'inspector/InspectorProfilerAgent.cpp',
1261 'inspector/InspectorProfilerAgent.h', 1262 'inspector/InspectorProfilerAgent.h',
1262 'inspector/InspectorResourceAgent.cpp', 1263 'inspector/InspectorResourceAgent.cpp',
1263 'inspector/InspectorResourceAgent.h', 1264 'inspector/InspectorResourceAgent.h',
1265 'inspector/InspectorResourceContentLoader.cpp',
1266 'inspector/InspectorResourceContentLoader.h',
1264 'inspector/InspectorRuntimeAgent.cpp', 1267 'inspector/InspectorRuntimeAgent.cpp',
1265 'inspector/InspectorRuntimeAgent.h', 1268 'inspector/InspectorRuntimeAgent.h',
1266 'inspector/InspectorState.cpp', 1269 'inspector/InspectorState.cpp',
1267 'inspector/InspectorState.h', 1270 'inspector/InspectorState.h',
1268 'inspector/InspectorStateClient.h', 1271 'inspector/InspectorStateClient.h',
1269 'inspector/InspectorStyleSheet.cpp', 1272 'inspector/InspectorStyleSheet.cpp',
1270 'inspector/InspectorStyleSheet.h', 1273 'inspector/InspectorStyleSheet.h',
1271 'inspector/InspectorStyleTextEditor.cpp', 1274 'inspector/InspectorStyleTextEditor.cpp',
1272 'inspector/InspectorStyleTextEditor.h', 1275 'inspector/InspectorStyleTextEditor.h',
1273 'inspector/InspectorTimelineAgent.cpp', 1276 'inspector/InspectorTimelineAgent.cpp',
(...skipping 2112 matching lines...) Expand 10 before | Expand all | Expand 10 after
3386 'html/track/vtt/VTTScannerTest.cpp', 3389 'html/track/vtt/VTTScannerTest.cpp',
3387 'loader/MixedContentCheckerTest.cpp', 3390 'loader/MixedContentCheckerTest.cpp',
3388 'rendering/RenderOverflowTest.cpp', 3391 'rendering/RenderOverflowTest.cpp',
3389 'rendering/shapes/BoxShapeTest.cpp', 3392 'rendering/shapes/BoxShapeTest.cpp',
3390 'testing/UnitTestHelpers.cpp', 3393 'testing/UnitTestHelpers.cpp',
3391 'testing/UnitTestHelpers.h', 3394 'testing/UnitTestHelpers.h',
3392 'xml/parser/SharedBufferReaderTest.cpp', 3395 'xml/parser/SharedBufferReaderTest.cpp',
3393 ], 3396 ],
3394 } 3397 }
3395 } 3398 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698