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

Side by Side Diff: headless/BUILD.gn

Issue 2882193002: [devtools] Add DOMSnapshot domain for dom+layout+style snapshots. (Closed)
Patch Set: move aux properties back to node type 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "application_cache", 130 "application_cache",
131 "browser", 131 "browser",
132 "cache_storage", 132 "cache_storage",
133 "console", 133 "console",
134 "css", 134 "css",
135 "database", 135 "database",
136 "debugger", 136 "debugger",
137 "device_orientation", 137 "device_orientation",
138 "dom", 138 "dom",
139 "dom_debugger", 139 "dom_debugger",
140 "dom_snapshot",
140 "dom_storage", 141 "dom_storage",
141 "emulation", 142 "emulation",
142 "heap_profiler", 143 "heap_profiler",
143 "indexeddb", 144 "indexeddb",
144 "input", 145 "input",
145 "inspector", 146 "inspector",
146 "io", 147 "io",
147 "layer_tree", 148 "layer_tree",
148 "log", 149 "log",
149 "memory", 150 "memory",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "public/headless_export.h", 276 "public/headless_export.h",
276 "public/headless_web_contents.h", 277 "public/headless_web_contents.h",
277 "public/internal/message_dispatcher.h", 278 "public/internal/message_dispatcher.h",
278 "public/internal/value_conversions.h", 279 "public/internal/value_conversions.h",
279 "public/util/black_hole_protocol_handler.cc", 280 "public/util/black_hole_protocol_handler.cc",
280 "public/util/black_hole_protocol_handler.h", 281 "public/util/black_hole_protocol_handler.h",
281 "public/util/deterministic_dispatcher.cc", 282 "public/util/deterministic_dispatcher.cc",
282 "public/util/deterministic_dispatcher.h", 283 "public/util/deterministic_dispatcher.h",
283 "public/util/deterministic_http_protocol_handler.cc", 284 "public/util/deterministic_http_protocol_handler.cc",
284 "public/util/deterministic_http_protocol_handler.h", 285 "public/util/deterministic_http_protocol_handler.h",
285 "public/util/dom_tree_extractor.cc",
286 "public/util/dom_tree_extractor.h",
287 "public/util/error_reporter.cc", 286 "public/util/error_reporter.cc",
288 "public/util/error_reporter.h", 287 "public/util/error_reporter.h",
289 "public/util/expedited_dispatcher.cc", 288 "public/util/expedited_dispatcher.cc",
290 "public/util/expedited_dispatcher.h", 289 "public/util/expedited_dispatcher.h",
291 "public/util/flat_dom_tree_extractor.cc", 290 "public/util/flat_dom_tree_extractor.cc",
292 "public/util/flat_dom_tree_extractor.h", 291 "public/util/flat_dom_tree_extractor.h",
293 "public/util/generic_url_request_job.cc", 292 "public/util/generic_url_request_job.cc",
294 "public/util/generic_url_request_job.h", 293 "public/util/generic_url_request_job.h",
295 "public/util/http_url_fetcher.cc", 294 "public/util/http_url_fetcher.cc",
296 "public/util/http_url_fetcher.h", 295 "public/util/http_url_fetcher.h",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 } 570 }
572 571
573 test("headless_browsertests") { 572 test("headless_browsertests") {
574 sources = [ 573 sources = [
575 "lib/frame_id_browsertest.cc", 574 "lib/frame_id_browsertest.cc",
576 "lib/headless_browser_browsertest.cc", 575 "lib/headless_browser_browsertest.cc",
577 "lib/headless_browser_context_browsertest.cc", 576 "lib/headless_browser_context_browsertest.cc",
578 "lib/headless_devtools_client_browsertest.cc", 577 "lib/headless_devtools_client_browsertest.cc",
579 "lib/headless_web_contents_browsertest.cc", 578 "lib/headless_web_contents_browsertest.cc",
580 "lib/virtual_time_browsertest.cc", 579 "lib/virtual_time_browsertest.cc",
581 "public/util/dom_tree_extractor_browsertest.cc",
582 "public/util/flat_dom_tree_extractor_browsertest.cc", 580 "public/util/flat_dom_tree_extractor_browsertest.cc",
583 "test/headless_browser_test.cc", 581 "test/headless_browser_test.cc",
584 "test/headless_browser_test.h", 582 "test/headless_browser_test.h",
585 "test/headless_test_launcher.cc", 583 "test/headless_test_launcher.cc",
586 "test/test_protocol_handler.cc", 584 "test/test_protocol_handler.cc",
587 "test/test_protocol_handler.h", 585 "test/test_protocol_handler.h",
588 "test/test_url_request_job.cc", 586 "test/test_url_request_job.cc",
589 "test/test_url_request_job.h", 587 "test/test_url_request_job.h",
590 ] 588 ]
591 589
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 executable("headless_example") { 783 executable("headless_example") {
786 sources = [ 784 sources = [
787 "app/headless_example.cc", 785 "app/headless_example.cc",
788 ] 786 ]
789 787
790 deps = [ 788 deps = [
791 ":headless_shell_lib", 789 ":headless_shell_lib",
792 "//build/config:exe_and_shlib_deps", 790 "//build/config:exe_and_shlib_deps",
793 ] 791 ]
794 } 792 }
OLDNEW
« no previous file with comments | « content/browser/devtools/protocol/schema_handler.cc ('k') | headless/lib/browser/headless_devtools_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698