Chromium Code Reviews| OLD | NEW |
|---|---|
| 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("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 206 "lib/browser/headless_devtools.h", | 206 "lib/browser/headless_devtools.h", |
| 207 "lib/browser/headless_devtools_client_impl.cc", | 207 "lib/browser/headless_devtools_client_impl.cc", |
| 208 "lib/browser/headless_devtools_client_impl.h", | 208 "lib/browser/headless_devtools_client_impl.h", |
| 209 "lib/browser/headless_devtools_manager_delegate.cc", | 209 "lib/browser/headless_devtools_manager_delegate.cc", |
| 210 "lib/browser/headless_devtools_manager_delegate.h", | 210 "lib/browser/headless_devtools_manager_delegate.h", |
| 211 "lib/browser/headless_macros.h", | 211 "lib/browser/headless_macros.h", |
| 212 "lib/browser/headless_network_delegate.cc", | 212 "lib/browser/headless_network_delegate.cc", |
| 213 "lib/browser/headless_network_delegate.h", | 213 "lib/browser/headless_network_delegate.h", |
| 214 "lib/browser/headless_platform_event_source.cc", | 214 "lib/browser/headless_platform_event_source.cc", |
| 215 "lib/browser/headless_platform_event_source.h", | 215 "lib/browser/headless_platform_event_source.h", |
| 216 "lib/browser/headless_print_manager.cc", | |
| 217 "lib/browser/headless_print_manager.h", | |
| 216 "lib/browser/headless_shell_application_mac.mm", | 218 "lib/browser/headless_shell_application_mac.mm", |
| 217 "lib/browser/headless_shell_application_mac.h", | 219 "lib/browser/headless_shell_application_mac.h", |
| 218 "lib/browser/headless_url_request_context_getter.cc", | 220 "lib/browser/headless_url_request_context_getter.cc", |
| 219 "lib/browser/headless_url_request_context_getter.h", | 221 "lib/browser/headless_url_request_context_getter.h", |
| 220 "lib/browser/headless_web_contents_impl.cc", | 222 "lib/browser/headless_web_contents_impl.cc", |
| 221 "lib/browser/headless_web_contents_impl.h", | 223 "lib/browser/headless_web_contents_impl.h", |
| 222 "lib/headless_crash_reporter_client.cc", | 224 "lib/headless_crash_reporter_client.cc", |
| 223 "lib/headless_crash_reporter_client.h", | 225 "lib/headless_crash_reporter_client.h", |
| 224 "lib/headless_content_client.cc", | 226 "lib/headless_content_client.cc", |
| 225 "lib/headless_content_client.h", | 227 "lib/headless_content_client.h", |
| 226 "lib/headless_content_main_delegate.cc", | 228 "lib/headless_content_main_delegate.cc", |
| 227 "lib/headless_content_main_delegate.h", | 229 "lib/headless_content_main_delegate.h", |
| 230 "lib/renderer/headless_content_renderer_client.cc", | |
| 231 "lib/renderer/headless_content_renderer_client.h", | |
| 232 "lib/renderer/headless_print_web_view_helper_delegate.cc", | |
| 233 "lib/renderer/headless_print_web_view_helper_delegate.h", | |
| 228 "public/headless_browser.cc", | 234 "public/headless_browser.cc", |
| 229 "public/headless_browser.h", | 235 "public/headless_browser.h", |
| 230 "public/headless_browser_context.h", | 236 "public/headless_browser_context.h", |
| 231 "public/headless_devtools_client.h", | 237 "public/headless_devtools_client.h", |
| 232 "public/headless_devtools_host.h", | 238 "public/headless_devtools_host.h", |
| 233 "public/headless_devtools_target.h", | 239 "public/headless_devtools_target.h", |
| 234 "public/headless_export.h", | 240 "public/headless_export.h", |
| 235 "public/headless_web_contents.h", | 241 "public/headless_web_contents.h", |
| 236 "public/internal/message_dispatcher.h", | 242 "public/internal/message_dispatcher.h", |
| 237 "public/internal/value_conversions.h", | 243 "public/internal/value_conversions.h", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 283 "lib/browser/headless_window_tree_host.cc", | 289 "lib/browser/headless_window_tree_host.cc", |
| 284 "lib/browser/headless_window_tree_host.h", | 290 "lib/browser/headless_window_tree_host.h", |
| 285 ] | 291 ] |
| 286 } | 292 } |
| 287 | 293 |
| 288 deps = [ | 294 deps = [ |
| 289 ":gen_devtools_client_api", | 295 ":gen_devtools_client_api", |
| 290 ":version_header", | 296 ":version_header", |
| 291 "//base", | 297 "//base", |
| 292 "//components/crash/content/browser", | 298 "//components/crash/content/browser", |
| 299 "//components/printing/browser", | |
|
Lei Zhang
2017/03/29 01:38:03
Is headless multi-process? Do you intend to separa
jzfeng
2017/03/29 03:50:12
As I remember, we discussed this issue a bit and a
Lei Zhang
2017/03/29 05:30:15
So is headless multi-process? If the answer is no,
Eric Seckler
2017/03/29 11:21:19
Headless is multi-process, but so far, we are link
jzfeng
2017/03/30 03:04:56
OK. I can look into it a bit. If it is easy to do,
jzfeng
2017/03/30 03:20:13
Add David, who knows more about headless on mac an
| |
| 300 "//components/printing/renderer", | |
| 293 "//components/security_state/content", | 301 "//components/security_state/content", |
| 294 "//components/security_state/core", | 302 "//components/security_state/core", |
| 295 "//content/public/app:both", | 303 "//content/public/app:both", |
| 296 "//content/public/browser", | 304 "//content/public/browser", |
| 297 "//content/public/child:child", | 305 "//content/public/child:child", |
| 298 "//content/public/common", | 306 "//content/public/common", |
| 299 "//content/public/common:service_names", | 307 "//content/public/common:service_names", |
| 300 "//net", | 308 "//net", |
| 301 "//services/service_manager/public/cpp", | 309 "//services/service_manager/public/cpp", |
| 302 "//third_party/mesa:osmesa", | 310 "//third_party/mesa:osmesa", |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 482 | 490 |
| 483 executable("headless_example") { | 491 executable("headless_example") { |
| 484 sources = [ | 492 sources = [ |
| 485 "app/headless_example.cc", | 493 "app/headless_example.cc", |
| 486 ] | 494 ] |
| 487 | 495 |
| 488 deps = [ | 496 deps = [ |
| 489 "//headless:headless_shell_lib", | 497 "//headless:headless_shell_lib", |
| 490 ] | 498 ] |
| 491 } | 499 } |
| OLD | NEW |