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

Unified Diff: headless/BUILD.gn

Issue 2673773002: Adds a FlatDomTreeExtractor to headless (Closed)
Patch Set: Fix DCHECKS Created 3 years, 11 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 | « no previous file | headless/public/util/dom_tree_extractor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index d6cd10639cd5caf71a922adaeb1e5ad02d769994..7f155ee2e080e1c520781bb5822be8ac047a6ac9 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -207,6 +207,8 @@ static_library("headless_lib") {
"public/util/expedited_dispatcher.h",
"public/util/generic_url_request_job.cc",
"public/util/generic_url_request_job.h",
+ "public/util/flat_dom_tree_extractor.cc",
+ "public/util/flat_dom_tree_extractor.h",
"public/util/http_url_fetcher.cc",
"public/util/http_url_fetcher.h",
"public/util/in_memory_protocol_handler.cc",
@@ -321,6 +323,7 @@ test("headless_browsertests") {
"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",
"test/headless_test_launcher.cc",
« no previous file with comments | « no previous file | headless/public/util/dom_tree_extractor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698