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

Side by Side Diff: headless/BUILD.gn

Issue 2882193002: [devtools] Add DOMSnapshot domain for dom+layout+style snapshots. (Closed)
Patch Set: rebase 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "public/headless_export.h", 267 "public/headless_export.h",
267 "public/headless_web_contents.h", 268 "public/headless_web_contents.h",
268 "public/internal/message_dispatcher.h", 269 "public/internal/message_dispatcher.h",
269 "public/internal/value_conversions.h", 270 "public/internal/value_conversions.h",
270 "public/util/black_hole_protocol_handler.cc", 271 "public/util/black_hole_protocol_handler.cc",
271 "public/util/black_hole_protocol_handler.h", 272 "public/util/black_hole_protocol_handler.h",
272 "public/util/deterministic_dispatcher.cc", 273 "public/util/deterministic_dispatcher.cc",
273 "public/util/deterministic_dispatcher.h", 274 "public/util/deterministic_dispatcher.h",
274 "public/util/deterministic_http_protocol_handler.cc", 275 "public/util/deterministic_http_protocol_handler.cc",
275 "public/util/deterministic_http_protocol_handler.h", 276 "public/util/deterministic_http_protocol_handler.h",
276 "public/util/dom_tree_extractor.cc",
277 "public/util/dom_tree_extractor.h",
278 "public/util/error_reporter.cc", 277 "public/util/error_reporter.cc",
279 "public/util/error_reporter.h", 278 "public/util/error_reporter.h",
280 "public/util/expedited_dispatcher.cc", 279 "public/util/expedited_dispatcher.cc",
281 "public/util/expedited_dispatcher.h", 280 "public/util/expedited_dispatcher.h",
282 "public/util/flat_dom_tree_extractor.cc", 281 "public/util/flat_dom_tree_extractor.cc",
283 "public/util/flat_dom_tree_extractor.h", 282 "public/util/flat_dom_tree_extractor.h",
284 "public/util/generic_url_request_job.cc", 283 "public/util/generic_url_request_job.cc",
285 "public/util/generic_url_request_job.h", 284 "public/util/generic_url_request_job.h",
286 "public/util/http_url_fetcher.cc", 285 "public/util/http_url_fetcher.cc",
287 "public/util/http_url_fetcher.h", 286 "public/util/http_url_fetcher.h",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 } 505 }
507 } 506 }
508 507
509 test("headless_browsertests") { 508 test("headless_browsertests") {
510 sources = [ 509 sources = [
511 "lib/frame_id_browsertest.cc", 510 "lib/frame_id_browsertest.cc",
512 "lib/headless_browser_browsertest.cc", 511 "lib/headless_browser_browsertest.cc",
513 "lib/headless_browser_context_browsertest.cc", 512 "lib/headless_browser_context_browsertest.cc",
514 "lib/headless_devtools_client_browsertest.cc", 513 "lib/headless_devtools_client_browsertest.cc",
515 "lib/headless_web_contents_browsertest.cc", 514 "lib/headless_web_contents_browsertest.cc",
516 "public/util/dom_tree_extractor_browsertest.cc",
517 "public/util/flat_dom_tree_extractor_browsertest.cc", 515 "public/util/flat_dom_tree_extractor_browsertest.cc",
518 "test/headless_browser_test.cc", 516 "test/headless_browser_test.cc",
519 "test/headless_browser_test.h", 517 "test/headless_browser_test.h",
520 "test/headless_test_launcher.cc", 518 "test/headless_test_launcher.cc",
521 "test/test_protocol_handler.cc", 519 "test/test_protocol_handler.cc",
522 "test/test_protocol_handler.h", 520 "test/test_protocol_handler.h",
523 "test/test_url_request_job.cc", 521 "test/test_url_request_job.cc",
524 "test/test_url_request_job.h", 522 "test/test_url_request_job.h",
525 ] 523 ]
526 524
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 executable("headless_example") { 711 executable("headless_example") {
714 sources = [ 712 sources = [
715 "app/headless_example.cc", 713 "app/headless_example.cc",
716 ] 714 ]
717 715
718 deps = [ 716 deps = [
719 ":headless_shell_lib", 717 ":headless_shell_lib",
720 "//build/config:exe_and_shlib_deps", 718 "//build/config:exe_and_shlib_deps",
721 ] 719 ]
722 } 720 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698