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

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, 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index cd08931ee515252588c349f9a4327e36e19aa711..dd38a46edacfc4a0d23fa7942530e7f187b232f9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1241,6 +1241,7 @@
'inspector/InspectorConsoleAgent.h',
'inspector/InspectorConsoleInstrumentation.h',
'inspector/InspectorController.cpp',
+ 'inspector/InspectorController.h',
'inspector/InspectorCounters.cpp',
'inspector/InspectorCounters.h',
'inspector/InspectorDOMAgent.cpp',
@@ -1279,6 +1280,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