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

Side by Side Diff: headless/BUILD.gn

Issue 2882193002: [devtools] Add DOMSnapshot domain for dom+layout+style snapshots. (Closed)
Patch Set: back to DOMSnapshot domain, with custom node types + traversal. 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 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("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//headless/headless.gni") 7 import("//headless/headless.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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "application_cache", 132 "application_cache",
133 "browser", 133 "browser",
134 "cache_storage", 134 "cache_storage",
135 "console", 135 "console",
136 "css", 136 "css",
137 "database", 137 "database",
138 "debugger", 138 "debugger",
139 "device_orientation", 139 "device_orientation",
140 "dom", 140 "dom",
141 "dom_debugger", 141 "dom_debugger",
142 "dom_snapshot",
142 "dom_storage", 143 "dom_storage",
143 "emulation", 144 "emulation",
144 "heap_profiler", 145 "heap_profiler",
145 "indexeddb", 146 "indexeddb",
146 "input", 147 "input",
147 "inspector", 148 "inspector",
148 "io", 149 "io",
149 "layer_tree", 150 "layer_tree",
150 "log", 151 "log",
151 "memory", 152 "memory",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "public/headless_export.h", 265 "public/headless_export.h",
265 "public/headless_web_contents.h", 266 "public/headless_web_contents.h",
266 "public/internal/message_dispatcher.h", 267 "public/internal/message_dispatcher.h",
267 "public/internal/value_conversions.h", 268 "public/internal/value_conversions.h",
268 "public/util/black_hole_protocol_handler.cc", 269 "public/util/black_hole_protocol_handler.cc",
269 "public/util/black_hole_protocol_handler.h", 270 "public/util/black_hole_protocol_handler.h",
270 "public/util/deterministic_dispatcher.cc", 271 "public/util/deterministic_dispatcher.cc",
271 "public/util/deterministic_dispatcher.h", 272 "public/util/deterministic_dispatcher.h",
272 "public/util/deterministic_http_protocol_handler.cc", 273 "public/util/deterministic_http_protocol_handler.cc",
273 "public/util/deterministic_http_protocol_handler.h", 274 "public/util/deterministic_http_protocol_handler.h",
274 "public/util/dom_tree_extractor.cc",
275 "public/util/dom_tree_extractor.h",
276 "public/util/error_reporter.cc", 275 "public/util/error_reporter.cc",
277 "public/util/error_reporter.h", 276 "public/util/error_reporter.h",
278 "public/util/expedited_dispatcher.cc", 277 "public/util/expedited_dispatcher.cc",
279 "public/util/expedited_dispatcher.h", 278 "public/util/expedited_dispatcher.h",
280 "public/util/flat_dom_tree_extractor.cc",
281 "public/util/flat_dom_tree_extractor.h",
282 "public/util/generic_url_request_job.cc", 279 "public/util/generic_url_request_job.cc",
283 "public/util/generic_url_request_job.h", 280 "public/util/generic_url_request_job.h",
284 "public/util/http_url_fetcher.cc", 281 "public/util/http_url_fetcher.cc",
285 "public/util/http_url_fetcher.h", 282 "public/util/http_url_fetcher.h",
286 "public/util/in_memory_protocol_handler.cc", 283 "public/util/in_memory_protocol_handler.cc",
287 "public/util/in_memory_protocol_handler.h", 284 "public/util/in_memory_protocol_handler.h",
288 "public/util/in_memory_request_job.cc", 285 "public/util/in_memory_request_job.cc",
289 "public/util/in_memory_request_job.h", 286 "public/util/in_memory_request_job.h",
290 "public/util/managed_dispatch_url_request_job.cc", 287 "public/util/managed_dispatch_url_request_job.cc",
291 "public/util/managed_dispatch_url_request_job.h", 288 "public/util/managed_dispatch_url_request_job.h",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 } 502 }
506 } 503 }
507 504
508 test("headless_browsertests") { 505 test("headless_browsertests") {
509 sources = [ 506 sources = [
510 "lib/frame_id_browsertest.cc", 507 "lib/frame_id_browsertest.cc",
511 "lib/headless_browser_browsertest.cc", 508 "lib/headless_browser_browsertest.cc",
512 "lib/headless_browser_context_browsertest.cc", 509 "lib/headless_browser_context_browsertest.cc",
513 "lib/headless_devtools_client_browsertest.cc", 510 "lib/headless_devtools_client_browsertest.cc",
514 "lib/headless_web_contents_browsertest.cc", 511 "lib/headless_web_contents_browsertest.cc",
515 "public/util/dom_tree_extractor_browsertest.cc",
516 "public/util/flat_dom_tree_extractor_browsertest.cc",
517 "test/headless_browser_test.cc", 512 "test/headless_browser_test.cc",
518 "test/headless_browser_test.h", 513 "test/headless_browser_test.h",
519 "test/headless_test_launcher.cc", 514 "test/headless_test_launcher.cc",
520 "test/test_protocol_handler.cc", 515 "test/test_protocol_handler.cc",
521 "test/test_protocol_handler.h", 516 "test/test_protocol_handler.h",
522 "test/test_url_request_job.cc", 517 "test/test_url_request_job.cc",
523 "test/test_url_request_job.h", 518 "test/test_url_request_job.h",
524 ] 519 ]
525 520
526 data = [ 521 data = [
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 executable("headless_example") { 707 executable("headless_example") {
713 sources = [ 708 sources = [
714 "app/headless_example.cc", 709 "app/headless_example.cc",
715 ] 710 ]
716 711
717 deps = [ 712 deps = [
718 ":headless_shell_lib", 713 ":headless_shell_lib",
719 "//build/config:exe_and_shlib_deps", 714 "//build/config:exe_and_shlib_deps",
720 ] 715 ]
721 } 716 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698