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

Unified Diff: headless/BUILD.gn

Issue 2830753004: Pipe the devTools FrameId from blink into the browser for headless (Closed)
Patch Set: Changes for dgozman@ Created 3 years, 8 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: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index 39226340117bcd0f5620ce950860103db9fb4849..ea8270cd6b8dc1064c038aba4c797427bee608bc 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -452,6 +452,7 @@ if (is_mac) {
test("headless_browsertests") {
sources = [
"lib/embedder_mojo_browsertest.cc",
+ "lib/frame_id_browsertest.cc",
"lib/headless_browser_browsertest.cc",
"lib/headless_browser_context_browsertest.cc",
"lib/headless_devtools_client_browsertest.cc",

Powered by Google App Engine
This is Rietveld 408576698