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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2248553002: Add Inspector Agent for WebPerf, add probes in V8ScriptRunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove inheritance from InspectorAgent Created 4 years, 4 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: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index fa1f079511dc1b1681ac221629dc131318d899b4..0f65825600466799845ffdc74479f5b9982d2068 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1910,6 +1910,8 @@
'inspector/InspectorTraceEvents.h',
'inspector/InspectorTracingAgent.cpp',
'inspector/InspectorTracingAgent.h',
+ 'inspector/InspectorWebPerfAgent.cpp',
+ 'inspector/InspectorWebPerfAgent.h',
'inspector/InspectorWorkerAgent.cpp',
'inspector/InspectorWorkerAgent.h',
'inspector/InstanceCounters.cpp',

Powered by Google App Engine
This is Rietveld 408576698