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

Unified Diff: headless/BUILD.gn

Issue 2886693002: initial version of the headless download manager delegate
Patch Set: initial version of the headless download manager delegate 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
« no previous file with comments | « no previous file | headless/lib/browser/headless_browser_context_impl.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 1313ee56e76943d8e75b442b572dc56e44dc7732..d8799607d9af958f40cd8fb19d224cf789decd57 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -237,6 +237,8 @@ component("headless") {
"lib/browser/headless_devtools_client_impl.h",
"lib/browser/headless_devtools_manager_delegate.cc",
"lib/browser/headless_devtools_manager_delegate.h",
+ "lib/browser/headless_download_manager_delegate.cc",
+ "lib/browser/headless_download_manager_delegate.h",
"lib/browser/headless_net_log.cc",
"lib/browser/headless_net_log.h",
"lib/browser/headless_network_delegate.cc",
@@ -513,6 +515,7 @@ test("headless_browsertests") {
"lib/headless_browser_browsertest.cc",
"lib/headless_browser_context_browsertest.cc",
"lib/headless_devtools_client_browsertest.cc",
+ "lib/headless_download_browsertest.cc",
"lib/headless_web_contents_browsertest.cc",
"public/util/dom_tree_extractor_browsertest.cc",
"public/util/flat_dom_tree_extractor_browsertest.cc",
@@ -555,6 +558,7 @@ test("headless_browsertests") {
"//base",
"//components/crash/content/browser",
"//components/security_state/content",
+ "//content/test:browsertest_support",
"//content/test:test_support",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « no previous file | headless/lib/browser/headless_browser_context_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698