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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/inspector/InspectorCSSAgent.h » ('j') | Source/core/inspector/InspectorCSSAgent.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index a7d619ec9981f6be5d33243751cacdc3b3118f04..7b6073268438c6ae4a5c026661984c4d35bb59c0 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1247,6 +1247,7 @@
'inspector/InspectorConsoleAgent.h',
'inspector/InspectorConsoleInstrumentation.h',
'inspector/InspectorController.cpp',
+ 'inspector/InspectorController.h',
'inspector/InspectorCounters.cpp',
'inspector/InspectorCounters.h',
'inspector/InspectorDOMAgent.cpp',
@@ -1285,6 +1286,8 @@
'inspector/InspectorProfilerAgent.h',
'inspector/InspectorResourceAgent.cpp',
'inspector/InspectorResourceAgent.h',
+ 'inspector/InspectorResourceContentLoader.cpp',
+ 'inspector/InspectorResourceContentLoader.h',
'inspector/InspectorRuntimeAgent.cpp',
'inspector/InspectorRuntimeAgent.h',
'inspector/InspectorState.cpp',
« no previous file with comments | « no previous file | Source/core/inspector/InspectorCSSAgent.h » ('j') | Source/core/inspector/InspectorCSSAgent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698