| 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_permission_manager.cc", | 214 "lib/browser/headless_permission_manager.cc", |
| 215 "lib/browser/headless_permission_manager.h", | 215 "lib/browser/headless_permission_manager.h", |
| 216 "lib/browser/headless_platform_event_source.cc", | 216 "lib/browser/headless_platform_event_source.cc", |
| 217 "lib/browser/headless_platform_event_source.h", | 217 "lib/browser/headless_platform_event_source.h", |
| 218 "lib/browser/headless_print_manager.cc", |
| 219 "lib/browser/headless_print_manager.h", |
| 218 "lib/browser/headless_shell_application_mac.mm", | 220 "lib/browser/headless_shell_application_mac.mm", |
| 219 "lib/browser/headless_shell_application_mac.h", | 221 "lib/browser/headless_shell_application_mac.h", |
| 220 "lib/browser/headless_url_request_context_getter.cc", | 222 "lib/browser/headless_url_request_context_getter.cc", |
| 221 "lib/browser/headless_url_request_context_getter.h", | 223 "lib/browser/headless_url_request_context_getter.h", |
| 222 "lib/browser/headless_web_contents_impl.cc", | 224 "lib/browser/headless_web_contents_impl.cc", |
| 223 "lib/browser/headless_web_contents_impl.h", | 225 "lib/browser/headless_web_contents_impl.h", |
| 224 "lib/browser/headless_window_tree_host.h", | 226 "lib/browser/headless_window_tree_host.h", |
| 225 "lib/headless_crash_reporter_client.cc", | 227 "lib/headless_crash_reporter_client.cc", |
| 226 "lib/headless_crash_reporter_client.h", | 228 "lib/headless_crash_reporter_client.h", |
| 227 "lib/headless_content_client.cc", | 229 "lib/headless_content_client.cc", |
| 228 "lib/headless_content_client.h", | 230 "lib/headless_content_client.h", |
| 229 "lib/headless_content_main_delegate.cc", | 231 "lib/headless_content_main_delegate.cc", |
| 230 "lib/headless_content_main_delegate.h", | 232 "lib/headless_content_main_delegate.h", |
| 233 "lib/renderer/headless_content_renderer_client.cc", |
| 234 "lib/renderer/headless_content_renderer_client.h", |
| 235 "lib/renderer/headless_print_web_view_helper_delegate.cc", |
| 236 "lib/renderer/headless_print_web_view_helper_delegate.h", |
| 231 "public/headless_browser.cc", | 237 "public/headless_browser.cc", |
| 232 "public/headless_browser.h", | 238 "public/headless_browser.h", |
| 233 "public/headless_browser_context.h", | 239 "public/headless_browser_context.h", |
| 234 "public/headless_devtools_client.h", | 240 "public/headless_devtools_client.h", |
| 235 "public/headless_devtools_host.h", | 241 "public/headless_devtools_host.h", |
| 236 "public/headless_devtools_target.h", | 242 "public/headless_devtools_target.h", |
| 237 "public/headless_export.h", | 243 "public/headless_export.h", |
| 238 "public/headless_web_contents.h", | 244 "public/headless_web_contents.h", |
| 239 "public/internal/message_dispatcher.h", | 245 "public/internal/message_dispatcher.h", |
| 240 "public/internal/value_conversions.h", | 246 "public/internal/value_conversions.h", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "lib/browser/headless_window_parenting_client.h", | 291 "lib/browser/headless_window_parenting_client.h", |
| 286 "lib/browser/headless_window_tree_host.cc", | 292 "lib/browser/headless_window_tree_host.cc", |
| 287 ] | 293 ] |
| 288 } | 294 } |
| 289 | 295 |
| 290 deps = [ | 296 deps = [ |
| 291 ":gen_devtools_client_api", | 297 ":gen_devtools_client_api", |
| 292 ":version_header", | 298 ":version_header", |
| 293 "//base", | 299 "//base", |
| 294 "//components/crash/content/browser", | 300 "//components/crash/content/browser", |
| 301 "//components/printing/browser", |
| 302 "//components/printing/renderer", |
| 295 "//components/security_state/content", | 303 "//components/security_state/content", |
| 296 "//components/security_state/core", | 304 "//components/security_state/core", |
| 297 "//content/public/app:both", | 305 "//content/public/app:both", |
| 298 "//content/public/browser", | 306 "//content/public/browser", |
| 299 "//content/public/child:child", | 307 "//content/public/child:child", |
| 300 "//content/public/common", | 308 "//content/public/common", |
| 301 "//content/public/common:service_names", | 309 "//content/public/common:service_names", |
| 302 "//net", | 310 "//net", |
| 303 "//services/service_manager/public/cpp", | 311 "//services/service_manager/public/cpp", |
| 304 "//third_party/mesa:osmesa", | 312 "//third_party/mesa:osmesa", |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 | 492 |
| 485 executable("headless_example") { | 493 executable("headless_example") { |
| 486 sources = [ | 494 sources = [ |
| 487 "app/headless_example.cc", | 495 "app/headless_example.cc", |
| 488 ] | 496 ] |
| 489 | 497 |
| 490 deps = [ | 498 deps = [ |
| 491 "//headless:headless_shell_lib", | 499 "//headless:headless_shell_lib", |
| 492 ] | 500 ] |
| 493 } | 501 } |
| OLD | NEW |