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

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

Issue 2882193002: [devtools] Add DOMSnapshot domain for dom+layout+style snapshots. (Closed)
Patch Set: add domain to schema agent Created 3 years, 7 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 66150a0fd7021a414d1b3858e9b07d8b001ec728..c2d3d15da16e1e561e1f95b52587e4a08600452f 100644
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
@@ -37,6 +37,8 @@ blink_core_sources("inspector") {
"InspectorDOMAgent.h",
"InspectorDOMDebuggerAgent.cpp",
"InspectorDOMDebuggerAgent.h",
+ "InspectorDOMSnapshotAgent.cpp",
+ "InspectorDOMSnapshotAgent.h",
"InspectorFrontendClient.h",
"InspectorHighlight.cpp",
"InspectorHighlight.h",
@@ -129,6 +131,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