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

Unified Diff: headless/BUILD.gn

Issue 2902953003: Revert of Allow headless TabSocket in isolated worlds & remove obsolete logic (Closed)
Patch Set: 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | headless/lib/browser/headless_browser_context_impl.cc » ('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 f2b1ff2472d9094fcdc2eaaa70102f35b5d83ce7..c5de06f92ad9688cce9ca7c3b088d4a1181eb447 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -357,7 +357,6 @@
"lib/browser/headless_web_contents_impl.h",
"lib/headless_content_main_delegate.cc",
"lib/headless_content_main_delegate.h",
- "lib/renderer/devtools_isolated_world_ids.h",
"lib/renderer/headless_content_renderer_client.cc",
"lib/renderer/headless_content_renderer_client.h",
]
@@ -412,7 +411,6 @@
"lib/browser/headless_web_contents_impl.h",
"lib/headless_content_main_delegate.cc",
"lib/headless_content_main_delegate.h",
- "lib/renderer/devtools_isolated_world_ids.h",
"lib/renderer/headless_content_renderer_client.cc",
"lib/renderer/headless_content_renderer_client.h",
]
@@ -423,10 +421,7 @@
"//ui/base",
]
if (enable_basic_printing) {
- deps += [
- "//components/printing/renderer",
- "//third_party/WebKit/public:blink",
- ]
+ deps += [ "//components/printing/renderer" ]
}
configs += [ ":headless_implementation" ]
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | headless/lib/browser/headless_browser_context_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698