| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_shell_application_mac.mm", | 218 "lib/browser/headless_shell_application_mac.mm", |
| 219 "lib/browser/headless_shell_application_mac.h", | 219 "lib/browser/headless_shell_application_mac.h", |
| 220 "lib/browser/headless_url_request_context_getter.cc", | 220 "lib/browser/headless_url_request_context_getter.cc", |
| 221 "lib/browser/headless_url_request_context_getter.h", | 221 "lib/browser/headless_url_request_context_getter.h", |
| 222 "lib/browser/headless_web_contents_impl.cc", | 222 "lib/browser/headless_web_contents_impl.cc", |
| 223 "lib/browser/headless_web_contents_impl.h", | 223 "lib/browser/headless_web_contents_impl.h", |
| 224 "lib/browser/headless_window_tree_host.h", | |
| 225 "lib/headless_crash_reporter_client.cc", | 224 "lib/headless_crash_reporter_client.cc", |
| 226 "lib/headless_crash_reporter_client.h", | 225 "lib/headless_crash_reporter_client.h", |
| 227 "lib/headless_content_client.cc", | 226 "lib/headless_content_client.cc", |
| 228 "lib/headless_content_client.h", | 227 "lib/headless_content_client.h", |
| 229 "lib/headless_content_main_delegate.cc", | 228 "lib/headless_content_main_delegate.cc", |
| 230 "lib/headless_content_main_delegate.h", | 229 "lib/headless_content_main_delegate.h", |
| 231 "public/headless_browser.cc", | 230 "public/headless_browser.cc", |
| 232 "public/headless_browser.h", | 231 "public/headless_browser.h", |
| 233 "public/headless_browser_context.h", | 232 "public/headless_browser_context.h", |
| 234 "public/headless_devtools_client.h", | 233 "public/headless_devtools_client.h", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 "lib/browser/headless_browser_impl_aura.cc", | 276 "lib/browser/headless_browser_impl_aura.cc", |
| 278 "lib/browser/headless_clipboard.cc", | 277 "lib/browser/headless_clipboard.cc", |
| 279 "lib/browser/headless_clipboard.h", | 278 "lib/browser/headless_clipboard.h", |
| 280 "lib/browser/headless_focus_client.cc", | 279 "lib/browser/headless_focus_client.cc", |
| 281 "lib/browser/headless_focus_client.h", | 280 "lib/browser/headless_focus_client.h", |
| 282 "lib/browser/headless_screen.cc", | 281 "lib/browser/headless_screen.cc", |
| 283 "lib/browser/headless_screen.h", | 282 "lib/browser/headless_screen.h", |
| 284 "lib/browser/headless_window_parenting_client.cc", | 283 "lib/browser/headless_window_parenting_client.cc", |
| 285 "lib/browser/headless_window_parenting_client.h", | 284 "lib/browser/headless_window_parenting_client.h", |
| 286 "lib/browser/headless_window_tree_host.cc", | 285 "lib/browser/headless_window_tree_host.cc", |
| 286 "lib/browser/headless_window_tree_host.h", |
| 287 ] | 287 ] |
| 288 } | 288 } |
| 289 | 289 |
| 290 deps = [ | 290 deps = [ |
| 291 ":gen_devtools_client_api", | 291 ":gen_devtools_client_api", |
| 292 ":version_header", | 292 ":version_header", |
| 293 "//base", | 293 "//base", |
| 294 "//components/crash/content/browser", | 294 "//components/crash/content/browser", |
| 295 "//components/security_state/content", | 295 "//components/security_state/content", |
| 296 "//components/security_state/core", | 296 "//components/security_state/core", |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 | 484 |
| 485 executable("headless_example") { | 485 executable("headless_example") { |
| 486 sources = [ | 486 sources = [ |
| 487 "app/headless_example.cc", | 487 "app/headless_example.cc", |
| 488 ] | 488 ] |
| 489 | 489 |
| 490 deps = [ | 490 deps = [ |
| 491 "//headless:headless_shell_lib", | 491 "//headless:headless_shell_lib", |
| 492 ] | 492 ] |
| 493 } | 493 } |
| OLD | NEW |