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

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

Issue 347543002: DevTools: Extract CSS resources preloading from css agent to page agent controlled loader. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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
« no previous file with comments | « no previous file | Source/core/inspector/InspectorCSSAgent.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 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 'inspector/InspectorBaseAgent.cpp', 1240 'inspector/InspectorBaseAgent.cpp',
1241 'inspector/InspectorCSSAgent.cpp', 1241 'inspector/InspectorCSSAgent.cpp',
1242 'inspector/InspectorCSSAgent.h', 1242 'inspector/InspectorCSSAgent.h',
1243 'inspector/InspectorCanvasAgent.cpp', 1243 'inspector/InspectorCanvasAgent.cpp',
1244 'inspector/InspectorCanvasAgent.h', 1244 'inspector/InspectorCanvasAgent.h',
1245 'inspector/InspectorCanvasInstrumentation.h', 1245 'inspector/InspectorCanvasInstrumentation.h',
1246 'inspector/InspectorConsoleAgent.cpp', 1246 'inspector/InspectorConsoleAgent.cpp',
1247 'inspector/InspectorConsoleAgent.h', 1247 'inspector/InspectorConsoleAgent.h',
1248 'inspector/InspectorConsoleInstrumentation.h', 1248 'inspector/InspectorConsoleInstrumentation.h',
1249 'inspector/InspectorController.cpp', 1249 'inspector/InspectorController.cpp',
1250 'inspector/InspectorController.h',
1250 'inspector/InspectorCounters.cpp', 1251 'inspector/InspectorCounters.cpp',
1251 'inspector/InspectorCounters.h', 1252 'inspector/InspectorCounters.h',
1252 'inspector/InspectorDOMAgent.cpp', 1253 'inspector/InspectorDOMAgent.cpp',
1253 'inspector/InspectorDOMDebuggerAgent.cpp', 1254 'inspector/InspectorDOMDebuggerAgent.cpp',
1254 'inspector/InspectorDOMDebuggerAgent.h', 1255 'inspector/InspectorDOMDebuggerAgent.h',
1255 'inspector/InspectorDOMStorageAgent.cpp', 1256 'inspector/InspectorDOMStorageAgent.cpp',
1256 'inspector/InspectorDOMStorageAgent.h', 1257 'inspector/InspectorDOMStorageAgent.h',
1257 'inspector/InspectorDebuggerAgent.cpp', 1258 'inspector/InspectorDebuggerAgent.cpp',
1258 'inspector/InspectorDebuggerAgent.h', 1259 'inspector/InspectorDebuggerAgent.h',
1259 'inspector/InspectorFrontendChannel.h', 1260 'inspector/InspectorFrontendChannel.h',
(...skipping 18 matching lines...) Expand all
1278 'inspector/InspectorOverlay.cpp', 1279 'inspector/InspectorOverlay.cpp',
1279 'inspector/InspectorOverlay.h', 1280 'inspector/InspectorOverlay.h',
1280 'inspector/InspectorOverlayHost.cpp', 1281 'inspector/InspectorOverlayHost.cpp',
1281 'inspector/InspectorOverlayHost.h', 1282 'inspector/InspectorOverlayHost.h',
1282 'inspector/InspectorPageAgent.cpp', 1283 'inspector/InspectorPageAgent.cpp',
1283 'inspector/InspectorPageAgent.h', 1284 'inspector/InspectorPageAgent.h',
1284 'inspector/InspectorProfilerAgent.cpp', 1285 'inspector/InspectorProfilerAgent.cpp',
1285 'inspector/InspectorProfilerAgent.h', 1286 'inspector/InspectorProfilerAgent.h',
1286 'inspector/InspectorResourceAgent.cpp', 1287 'inspector/InspectorResourceAgent.cpp',
1287 'inspector/InspectorResourceAgent.h', 1288 'inspector/InspectorResourceAgent.h',
1289 'inspector/InspectorResourceContentLoader.cpp',
1290 'inspector/InspectorResourceContentLoader.h',
1288 'inspector/InspectorRuntimeAgent.cpp', 1291 'inspector/InspectorRuntimeAgent.cpp',
1289 'inspector/InspectorRuntimeAgent.h', 1292 'inspector/InspectorRuntimeAgent.h',
1290 'inspector/InspectorState.cpp', 1293 'inspector/InspectorState.cpp',
1291 'inspector/InspectorState.h', 1294 'inspector/InspectorState.h',
1292 'inspector/InspectorStateClient.h', 1295 'inspector/InspectorStateClient.h',
1293 'inspector/InspectorStyleSheet.cpp', 1296 'inspector/InspectorStyleSheet.cpp',
1294 'inspector/InspectorStyleSheet.h', 1297 'inspector/InspectorStyleSheet.h',
1295 'inspector/InspectorStyleTextEditor.cpp', 1298 'inspector/InspectorStyleTextEditor.cpp',
1296 'inspector/InspectorStyleTextEditor.h', 1299 'inspector/InspectorStyleTextEditor.h',
1297 'inspector/InspectorTimelineAgent.cpp', 1300 'inspector/InspectorTimelineAgent.cpp',
(...skipping 2134 matching lines...) Expand 10 before | Expand all | Expand 10 after
3432 'loader/MixedContentCheckerTest.cpp', 3435 'loader/MixedContentCheckerTest.cpp',
3433 'page/NetworkStateNotifierTest.cpp', 3436 'page/NetworkStateNotifierTest.cpp',
3434 'rendering/RenderOverflowTest.cpp', 3437 'rendering/RenderOverflowTest.cpp',
3435 'rendering/shapes/BoxShapeTest.cpp', 3438 'rendering/shapes/BoxShapeTest.cpp',
3436 'testing/UnitTestHelpers.cpp', 3439 'testing/UnitTestHelpers.cpp',
3437 'testing/UnitTestHelpers.h', 3440 'testing/UnitTestHelpers.h',
3438 'xml/parser/SharedBufferReaderTest.cpp', 3441 'xml/parser/SharedBufferReaderTest.cpp',
3439 ], 3442 ],
3440 } 3443 }
3441 } 3444 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698