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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index fd286c6a208532784699eaf6a75ea06e772cc6b6..0c3e2272761426e56d6d5ccd6015432cf9cb3ef4 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1223,6 +1223,7 @@
'inspector/InspectorConsoleAgent.h',
'inspector/InspectorConsoleInstrumentation.h',
'inspector/InspectorController.cpp',
+ 'inspector/InspectorController.h',
'inspector/InspectorCounters.cpp',
'inspector/InspectorCounters.h',
'inspector/InspectorDOMAgent.cpp',
@@ -1261,6 +1262,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',

Powered by Google App Engine
This is Rietveld 408576698