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

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, 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
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 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 'inspector/InspectorBaseAgent.cpp', 1234 'inspector/InspectorBaseAgent.cpp',
1235 'inspector/InspectorCSSAgent.cpp', 1235 'inspector/InspectorCSSAgent.cpp',
1236 'inspector/InspectorCSSAgent.h', 1236 'inspector/InspectorCSSAgent.h',
1237 'inspector/InspectorCanvasAgent.cpp', 1237 'inspector/InspectorCanvasAgent.cpp',
1238 'inspector/InspectorCanvasAgent.h', 1238 'inspector/InspectorCanvasAgent.h',
1239 'inspector/InspectorCanvasInstrumentation.h', 1239 'inspector/InspectorCanvasInstrumentation.h',
1240 'inspector/InspectorConsoleAgent.cpp', 1240 'inspector/InspectorConsoleAgent.cpp',
1241 'inspector/InspectorConsoleAgent.h', 1241 'inspector/InspectorConsoleAgent.h',
1242 'inspector/InspectorConsoleInstrumentation.h', 1242 'inspector/InspectorConsoleInstrumentation.h',
1243 'inspector/InspectorController.cpp', 1243 'inspector/InspectorController.cpp',
1244 'inspector/InspectorController.h',
1244 'inspector/InspectorCounters.cpp', 1245 'inspector/InspectorCounters.cpp',
1245 'inspector/InspectorCounters.h', 1246 'inspector/InspectorCounters.h',
1246 'inspector/InspectorDOMAgent.cpp', 1247 'inspector/InspectorDOMAgent.cpp',
1247 'inspector/InspectorDOMDebuggerAgent.cpp', 1248 'inspector/InspectorDOMDebuggerAgent.cpp',
1248 'inspector/InspectorDOMDebuggerAgent.h', 1249 'inspector/InspectorDOMDebuggerAgent.h',
1249 'inspector/InspectorDOMStorageAgent.cpp', 1250 'inspector/InspectorDOMStorageAgent.cpp',
1250 'inspector/InspectorDOMStorageAgent.h', 1251 'inspector/InspectorDOMStorageAgent.h',
1251 'inspector/InspectorDebuggerAgent.cpp', 1252 'inspector/InspectorDebuggerAgent.cpp',
1252 'inspector/InspectorDebuggerAgent.h', 1253 'inspector/InspectorDebuggerAgent.h',
1253 'inspector/InspectorFrontendChannel.h', 1254 'inspector/InspectorFrontendChannel.h',
(...skipping 18 matching lines...) Expand all
1272 'inspector/InspectorOverlay.cpp', 1273 'inspector/InspectorOverlay.cpp',
1273 'inspector/InspectorOverlay.h', 1274 'inspector/InspectorOverlay.h',
1274 'inspector/InspectorOverlayHost.cpp', 1275 'inspector/InspectorOverlayHost.cpp',
1275 'inspector/InspectorOverlayHost.h', 1276 'inspector/InspectorOverlayHost.h',
1276 'inspector/InspectorPageAgent.cpp', 1277 'inspector/InspectorPageAgent.cpp',
1277 'inspector/InspectorPageAgent.h', 1278 'inspector/InspectorPageAgent.h',
1278 'inspector/InspectorProfilerAgent.cpp', 1279 'inspector/InspectorProfilerAgent.cpp',
1279 'inspector/InspectorProfilerAgent.h', 1280 'inspector/InspectorProfilerAgent.h',
1280 'inspector/InspectorResourceAgent.cpp', 1281 'inspector/InspectorResourceAgent.cpp',
1281 'inspector/InspectorResourceAgent.h', 1282 'inspector/InspectorResourceAgent.h',
1283 'inspector/InspectorResourceContentLoader.cpp',
1284 'inspector/InspectorResourceContentLoader.h',
1282 'inspector/InspectorRuntimeAgent.cpp', 1285 'inspector/InspectorRuntimeAgent.cpp',
1283 'inspector/InspectorRuntimeAgent.h', 1286 'inspector/InspectorRuntimeAgent.h',
1284 'inspector/InspectorState.cpp', 1287 'inspector/InspectorState.cpp',
1285 'inspector/InspectorState.h', 1288 'inspector/InspectorState.h',
1286 'inspector/InspectorStateClient.h', 1289 'inspector/InspectorStateClient.h',
1287 'inspector/InspectorStyleSheet.cpp', 1290 'inspector/InspectorStyleSheet.cpp',
1288 'inspector/InspectorStyleSheet.h', 1291 'inspector/InspectorStyleSheet.h',
1289 'inspector/InspectorStyleTextEditor.cpp', 1292 'inspector/InspectorStyleTextEditor.cpp',
1290 'inspector/InspectorStyleTextEditor.h', 1293 'inspector/InspectorStyleTextEditor.h',
1291 'inspector/InspectorTimelineAgent.cpp', 1294 'inspector/InspectorTimelineAgent.cpp',
(...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after
3413 'loader/MixedContentCheckerTest.cpp', 3416 'loader/MixedContentCheckerTest.cpp',
3414 'page/NetworkStateNotifierTest.cpp', 3417 'page/NetworkStateNotifierTest.cpp',
3415 'rendering/RenderOverflowTest.cpp', 3418 'rendering/RenderOverflowTest.cpp',
3416 'rendering/shapes/BoxShapeTest.cpp', 3419 'rendering/shapes/BoxShapeTest.cpp',
3417 'testing/UnitTestHelpers.cpp', 3420 'testing/UnitTestHelpers.cpp',
3418 'testing/UnitTestHelpers.h', 3421 'testing/UnitTestHelpers.h',
3419 'xml/parser/SharedBufferReaderTest.cpp', 3422 'xml/parser/SharedBufferReaderTest.cpp',
3420 ], 3423 ],
3421 } 3424 }
3422 } 3425 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698