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

Unified Diff: third_party/WebKit/Source/core/inspector/BUILD.gn

Issue 2882193002: [devtools] Add DOMSnapshot domain for dom+layout+style snapshots. (Closed)
Patch Set: move aux properties back to node type Created 3 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: third_party/WebKit/Source/core/inspector/BUILD.gn
diff --git a/third_party/WebKit/Source/core/inspector/BUILD.gn b/third_party/WebKit/Source/core/inspector/BUILD.gn
index b186c15c00264d973d3a28134adae19c47da23b9..c50d3510e84b35116e7748c199fcb6afdc9f953f 100644
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
@@ -39,6 +39,8 @@ blink_core_sources("inspector") {
"InspectorDOMAgent.h",
"InspectorDOMDebuggerAgent.cpp",
"InspectorDOMDebuggerAgent.h",
+ "InspectorDOMSnapshotAgent.cpp",
+ "InspectorDOMSnapshotAgent.h",
"InspectorEmulationAgent.cpp",
"InspectorEmulationAgent.h",
"InspectorFrontendClient.h",
@@ -133,6 +135,8 @@ inspector_protocol_generate("protocol_sources") {
"inspector/protocol/DOMDebugger.cpp",
"inspector/protocol/DOMDebugger.h",
"inspector/protocol/DOM.h",
+ "inspector/protocol/DOMSnapshot.cpp",
+ "inspector/protocol/DOMSnapshot.h",
"inspector/protocol/DOMStorage.cpp",
"inspector/protocol/DOMStorage.h",
"inspector/protocol/Emulation.cpp",

Powered by Google App Engine
This is Rietveld 408576698