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

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

Issue 2151273003: [DevTools] Move browser logging from Console domain to Log domain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internals-method
Patch Set: protocol improvements Created 4 years, 5 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 c635ed9a9364b45914af7716c28b542faaf8704a..39a5d889d372c344b4bbcc624b944f654f5b7766 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1821,6 +1821,8 @@
'imagebitmap/ImageBitmapSource.h',
'inspector/ConsoleMessage.cpp',
'inspector/ConsoleMessage.h',
+ 'inspector/ConsoleMessageStorage.cpp',
+ 'inspector/ConsoleMessageStorage.h',
'inspector/ConsoleTypes.h',
'inspector/DOMEditor.cpp',
'inspector/DOMEditor.h',
@@ -1853,6 +1855,8 @@
'inspector/InspectorInstrumentationCustomInl.h',
'inspector/InspectorLayerTreeAgent.cpp',
'inspector/InspectorLayerTreeAgent.h',
+ 'inspector/InspectorLogAgent.cpp',
+ 'inspector/InspectorLogAgent.h',
'inspector/InspectorMemoryAgent.cpp',
'inspector/InspectorMemoryAgent.h',
'inspector/InspectorNetworkAgent.cpp',

Powered by Google App Engine
This is Rietveld 408576698