Index: headless/BUILD.gn |
diff --git a/headless/BUILD.gn b/headless/BUILD.gn |
index ae953523524369a0f0994ca55486784b78f30cac..29469630afc73a2b30695162bb6eb4d23c807000 100644 |
--- a/headless/BUILD.gn |
+++ b/headless/BUILD.gn |
@@ -139,6 +139,7 @@ devtools_domains = [ |
"device_orientation", |
"dom", |
"dom_debugger", |
+ "dom_snapshot", |
"dom_storage", |
"emulation", |
"heap_profiler", |
@@ -273,8 +274,6 @@ component("headless") { |
"public/util/deterministic_dispatcher.h", |
"public/util/deterministic_http_protocol_handler.cc", |
"public/util/deterministic_http_protocol_handler.h", |
- "public/util/dom_tree_extractor.cc", |
- "public/util/dom_tree_extractor.h", |
"public/util/error_reporter.cc", |
"public/util/error_reporter.h", |
"public/util/expedited_dispatcher.cc", |
@@ -513,7 +512,6 @@ test("headless_browsertests") { |
"lib/headless_browser_context_browsertest.cc", |
"lib/headless_devtools_client_browsertest.cc", |
"lib/headless_web_contents_browsertest.cc", |
- "public/util/dom_tree_extractor_browsertest.cc", |
"public/util/flat_dom_tree_extractor_browsertest.cc", |
"test/headless_browser_test.cc", |
"test/headless_browser_test.h", |