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

Unified Diff: headless/BUILD.gn

Issue 2830753004: Pipe the devTools FrameId from blink into the browser for headless (Closed)
Patch Set: Rebased 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 454717d27b6b3f1051b3451c1b55c9128348189d..086aec87f34cf6b77405175c5a1167e347f48804 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -454,6 +454,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