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

Unified Diff: Source/core/core.gypi

Issue 464293002: [DevTools] ConsoleMessage storage moved from ConsoleAgent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@remove-can-generate
Patch Set: Created 6 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
« no previous file with comments | « Source/bindings/core/v8/V8Initializer.cpp ('k') | Source/core/frame/FrameConsole.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 57c55c2e1362855101eb43ff5b83d707dcbac8dc..02031feca2ebdf61740693e2afac44e9f0123c96 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1225,8 +1225,8 @@
'inspector/ConsoleAPITypes.h',
'inspector/ConsoleMessage.h',
'inspector/ConsoleMessage.cpp',
- 'inspector/InspectorConsoleMessage.cpp',
- 'inspector/InspectorConsoleMessage.h',
+ 'inspector/ConsoleMessageStorage.cpp',
+ 'inspector/ConsoleMessageStorage.h',
'inspector/ContentSearchUtils.cpp',
'inspector/ContentSearchUtils.h',
'inspector/DOMEditor.cpp',
« no previous file with comments | « Source/bindings/core/v8/V8Initializer.cpp ('k') | Source/core/frame/FrameConsole.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698