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

Side by Side Diff: headless/BUILD.gn

Issue 2819183002: [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: rebased bad merge 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "indexeddb", 139 "indexeddb",
140 "input", 140 "input",
141 "inspector", 141 "inspector",
142 "io", 142 "io",
143 "layer_tree", 143 "layer_tree",
144 "log", 144 "log",
145 "memory", 145 "memory",
146 "network", 146 "network",
147 "page", 147 "page",
148 "profiler", 148 "profiler",
149 "rendering",
150 "runtime", 149 "runtime",
151 "security", 150 "security",
152 "service_worker", 151 "service_worker",
153 "target", 152 "target",
154 "tracing", 153 "tracing",
155 ] 154 ]
156 155
157 generated_devtools_api = [ 156 generated_devtools_api = [
158 "$target_gen_dir/public/domains/types.h", 157 "$target_gen_dir/public/domains/types.h",
159 "$target_gen_dir/public/domains/type_conversions.h", 158 "$target_gen_dir/public/domains/type_conversions.h",
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 635
637 executable("headless_example") { 636 executable("headless_example") {
638 sources = [ 637 sources = [
639 "app/headless_example.cc", 638 "app/headless_example.cc",
640 ] 639 ]
641 640
642 deps = [ 641 deps = [
643 ":headless_shell_lib", 642 ":headless_shell_lib",
644 ] 643 ]
645 } 644 }
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