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

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

Issue 338253007: Revert "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 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 'inspector/InspectorBaseAgent.cpp', 1238 'inspector/InspectorBaseAgent.cpp',
1239 'inspector/InspectorCSSAgent.cpp', 1239 'inspector/InspectorCSSAgent.cpp',
1240 'inspector/InspectorCSSAgent.h', 1240 'inspector/InspectorCSSAgent.h',
1241 'inspector/InspectorCanvasAgent.cpp', 1241 'inspector/InspectorCanvasAgent.cpp',
1242 'inspector/InspectorCanvasAgent.h', 1242 'inspector/InspectorCanvasAgent.h',
1243 'inspector/InspectorCanvasInstrumentation.h', 1243 'inspector/InspectorCanvasInstrumentation.h',
1244 'inspector/InspectorConsoleAgent.cpp', 1244 'inspector/InspectorConsoleAgent.cpp',
1245 'inspector/InspectorConsoleAgent.h', 1245 'inspector/InspectorConsoleAgent.h',
1246 'inspector/InspectorConsoleInstrumentation.h', 1246 'inspector/InspectorConsoleInstrumentation.h',
1247 'inspector/InspectorController.cpp', 1247 'inspector/InspectorController.cpp',
1248 'inspector/InspectorController.h',
1249 'inspector/InspectorCounters.cpp', 1248 'inspector/InspectorCounters.cpp',
1250 'inspector/InspectorCounters.h', 1249 'inspector/InspectorCounters.h',
1251 'inspector/InspectorDOMAgent.cpp', 1250 'inspector/InspectorDOMAgent.cpp',
1252 'inspector/InspectorDOMDebuggerAgent.cpp', 1251 'inspector/InspectorDOMDebuggerAgent.cpp',
1253 'inspector/InspectorDOMDebuggerAgent.h', 1252 'inspector/InspectorDOMDebuggerAgent.h',
1254 'inspector/InspectorDOMStorageAgent.cpp', 1253 'inspector/InspectorDOMStorageAgent.cpp',
1255 'inspector/InspectorDOMStorageAgent.h', 1254 'inspector/InspectorDOMStorageAgent.h',
1256 'inspector/InspectorDebuggerAgent.cpp', 1255 'inspector/InspectorDebuggerAgent.cpp',
1257 'inspector/InspectorDebuggerAgent.h', 1256 'inspector/InspectorDebuggerAgent.h',
1258 'inspector/InspectorFrontendChannel.h', 1257 'inspector/InspectorFrontendChannel.h',
(...skipping 18 matching lines...) Expand all
1277 'inspector/InspectorOverlay.cpp', 1276 'inspector/InspectorOverlay.cpp',
1278 'inspector/InspectorOverlay.h', 1277 'inspector/InspectorOverlay.h',
1279 'inspector/InspectorOverlayHost.cpp', 1278 'inspector/InspectorOverlayHost.cpp',
1280 'inspector/InspectorOverlayHost.h', 1279 'inspector/InspectorOverlayHost.h',
1281 'inspector/InspectorPageAgent.cpp', 1280 'inspector/InspectorPageAgent.cpp',
1282 'inspector/InspectorPageAgent.h', 1281 'inspector/InspectorPageAgent.h',
1283 'inspector/InspectorProfilerAgent.cpp', 1282 'inspector/InspectorProfilerAgent.cpp',
1284 'inspector/InspectorProfilerAgent.h', 1283 'inspector/InspectorProfilerAgent.h',
1285 'inspector/InspectorResourceAgent.cpp', 1284 'inspector/InspectorResourceAgent.cpp',
1286 'inspector/InspectorResourceAgent.h', 1285 'inspector/InspectorResourceAgent.h',
1287 'inspector/InspectorResourceContentLoader.cpp',
1288 'inspector/InspectorResourceContentLoader.h',
1289 'inspector/InspectorRuntimeAgent.cpp', 1286 'inspector/InspectorRuntimeAgent.cpp',
1290 'inspector/InspectorRuntimeAgent.h', 1287 'inspector/InspectorRuntimeAgent.h',
1291 'inspector/InspectorState.cpp', 1288 'inspector/InspectorState.cpp',
1292 'inspector/InspectorState.h', 1289 'inspector/InspectorState.h',
1293 'inspector/InspectorStateClient.h', 1290 'inspector/InspectorStateClient.h',
1294 'inspector/InspectorStyleSheet.cpp', 1291 'inspector/InspectorStyleSheet.cpp',
1295 'inspector/InspectorStyleSheet.h', 1292 'inspector/InspectorStyleSheet.h',
1296 'inspector/InspectorStyleTextEditor.cpp', 1293 'inspector/InspectorStyleTextEditor.cpp',
1297 'inspector/InspectorStyleTextEditor.h', 1294 'inspector/InspectorStyleTextEditor.h',
1298 'inspector/InspectorTimelineAgent.cpp', 1295 'inspector/InspectorTimelineAgent.cpp',
(...skipping 2132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3431 'loader/MixedContentCheckerTest.cpp', 3428 'loader/MixedContentCheckerTest.cpp',
3432 'page/NetworkStateNotifierTest.cpp', 3429 'page/NetworkStateNotifierTest.cpp',
3433 'rendering/RenderOverflowTest.cpp', 3430 'rendering/RenderOverflowTest.cpp',
3434 'rendering/shapes/BoxShapeTest.cpp', 3431 'rendering/shapes/BoxShapeTest.cpp',
3435 'testing/UnitTestHelpers.cpp', 3432 'testing/UnitTestHelpers.cpp',
3436 'testing/UnitTestHelpers.h', 3433 'testing/UnitTestHelpers.h',
3437 'xml/parser/SharedBufferReaderTest.cpp', 3434 'xml/parser/SharedBufferReaderTest.cpp',
3438 ], 3435 ],
3439 } 3436 }
3440 } 3437 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698