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

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

Issue 1405823002: DevTools: extract Blink-independent part of CPU profiler into V8ProfilerAgent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check if client is present before calling its methods Created 5 years, 2 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 | third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 744d06428b446ec51c8c29b02a294199830d2322..cd356f8d2ce634aac206b1a9878b737485fced9d 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1768,6 +1768,9 @@
'inspector/v8/V8InjectedScriptHost.h',
'inspector/v8/V8JavaScriptCallFrame.cpp',
'inspector/v8/V8JavaScriptCallFrame.h',
+ 'inspector/v8/V8ProfilerAgent.h',
+ 'inspector/v8/V8ProfilerAgentImpl.cpp',
+ 'inspector/v8/V8ProfilerAgentImpl.h',
'inspector/v8/V8RuntimeAgent.h',
'inspector/v8/V8RuntimeAgentImpl.cpp',
'inspector/v8/V8RuntimeAgentImpl.h',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698