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

Side by Side Diff: headless/BUILD.gn

Issue 2830753004: Pipe the devTools FrameId from blink into the browser for headless (Closed)
Patch Set: Rebased 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//headless/headless.gni") 6 import("//headless/headless.gni")
7 import("//build/util/process_version.gni") 7 import("//build/util/process_version.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 447
448 outputs = [ 448 outputs = [
449 "$root_out_dir/Helpers/{{source_file_part}}", 449 "$root_out_dir/Helpers/{{source_file_part}}",
450 ] 450 ]
451 } 451 }
452 } 452 }
453 453
454 test("headless_browsertests") { 454 test("headless_browsertests") {
455 sources = [ 455 sources = [
456 "lib/embedder_mojo_browsertest.cc", 456 "lib/embedder_mojo_browsertest.cc",
457 "lib/frame_id_browsertest.cc",
457 "lib/headless_browser_browsertest.cc", 458 "lib/headless_browser_browsertest.cc",
458 "lib/headless_browser_context_browsertest.cc", 459 "lib/headless_browser_context_browsertest.cc",
459 "lib/headless_devtools_client_browsertest.cc", 460 "lib/headless_devtools_client_browsertest.cc",
460 "lib/headless_web_contents_browsertest.cc", 461 "lib/headless_web_contents_browsertest.cc",
461 "public/util/dom_tree_extractor_browsertest.cc", 462 "public/util/dom_tree_extractor_browsertest.cc",
462 "public/util/flat_dom_tree_extractor_browsertest.cc", 463 "public/util/flat_dom_tree_extractor_browsertest.cc",
463 "test/headless_browser_test.cc", 464 "test/headless_browser_test.cc",
464 "test/headless_browser_test.h", 465 "test/headless_browser_test.h",
465 "test/headless_test_launcher.cc", 466 "test/headless_test_launcher.cc",
466 "test/test_protocol_handler.cc", 467 "test/test_protocol_handler.cc",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 547
547 executable("headless_example") { 548 executable("headless_example") {
548 sources = [ 549 sources = [
549 "app/headless_example.cc", 550 "app/headless_example.cc",
550 ] 551 ]
551 552
552 deps = [ 553 deps = [
553 "//headless:headless_shell_lib", 554 "//headless:headless_shell_lib",
554 ] 555 ]
555 } 556 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698