| 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("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 "lib/browser/headless_browser_main_parts.cc", | 216 "lib/browser/headless_browser_main_parts.cc", |
| 217 "lib/browser/headless_browser_main_parts.h", | 217 "lib/browser/headless_browser_main_parts.h", |
| 218 "lib/browser/headless_content_browser_client.cc", | 218 "lib/browser/headless_content_browser_client.cc", |
| 219 "lib/browser/headless_content_browser_client.h", | 219 "lib/browser/headless_content_browser_client.h", |
| 220 "lib/browser/headless_devtools.cc", | 220 "lib/browser/headless_devtools.cc", |
| 221 "lib/browser/headless_devtools.h", | 221 "lib/browser/headless_devtools.h", |
| 222 "lib/browser/headless_devtools_client_impl.cc", | 222 "lib/browser/headless_devtools_client_impl.cc", |
| 223 "lib/browser/headless_devtools_client_impl.h", | 223 "lib/browser/headless_devtools_client_impl.h", |
| 224 "lib/browser/headless_devtools_manager_delegate.cc", | 224 "lib/browser/headless_devtools_manager_delegate.cc", |
| 225 "lib/browser/headless_devtools_manager_delegate.h", | 225 "lib/browser/headless_devtools_manager_delegate.h", |
| 226 "lib/browser/headless_macros.h", | |
| 227 "lib/browser/headless_net_log.cc", | 226 "lib/browser/headless_net_log.cc", |
| 228 "lib/browser/headless_net_log.h", | 227 "lib/browser/headless_net_log.h", |
| 229 "lib/browser/headless_network_delegate.cc", | 228 "lib/browser/headless_network_delegate.cc", |
| 230 "lib/browser/headless_network_delegate.h", | 229 "lib/browser/headless_network_delegate.h", |
| 231 "lib/browser/headless_permission_manager.cc", | 230 "lib/browser/headless_permission_manager.cc", |
| 232 "lib/browser/headless_permission_manager.h", | 231 "lib/browser/headless_permission_manager.h", |
| 233 "lib/browser/headless_platform_event_source.cc", | 232 "lib/browser/headless_platform_event_source.cc", |
| 234 "lib/browser/headless_platform_event_source.h", | 233 "lib/browser/headless_platform_event_source.h", |
| 235 "lib/browser/headless_shell_application_mac.mm", | 234 "lib/browser/headless_shell_application_mac.mm", |
| 236 "lib/browser/headless_shell_application_mac.h", | 235 "lib/browser/headless_shell_application_mac.h", |
| 237 "lib/browser/headless_tab_socket_impl.cc", | 236 "lib/browser/headless_tab_socket_impl.cc", |
| 238 "lib/browser/headless_tab_socket_impl.h", | 237 "lib/browser/headless_tab_socket_impl.h", |
| 239 "lib/browser/headless_url_request_context_getter.cc", | 238 "lib/browser/headless_url_request_context_getter.cc", |
| 240 "lib/browser/headless_url_request_context_getter.h", | 239 "lib/browser/headless_url_request_context_getter.h", |
| 241 "lib/browser/headless_web_contents_impl.cc", | 240 "lib/browser/headless_web_contents_impl.cc", |
| 242 "lib/browser/headless_web_contents_impl.h", | 241 "lib/browser/headless_web_contents_impl.h", |
| 243 "lib/browser/headless_window_tree_host.h", | 242 "lib/browser/headless_window_tree_host.h", |
| 244 "lib/headless_crash_reporter_client.cc", | 243 "lib/headless_crash_reporter_client.cc", |
| 245 "lib/headless_crash_reporter_client.h", | 244 "lib/headless_crash_reporter_client.h", |
| 246 "lib/headless_content_client.cc", | 245 "lib/headless_content_client.cc", |
| 247 "lib/headless_content_client.h", | 246 "lib/headless_content_client.h", |
| 248 "lib/headless_content_main_delegate.cc", | 247 "lib/headless_content_main_delegate.cc", |
| 249 "lib/headless_content_main_delegate.h", | 248 "lib/headless_content_main_delegate.h", |
| 250 "lib/renderer/headless_content_renderer_client.cc", | 249 "lib/renderer/headless_content_renderer_client.cc", |
| 251 "lib/renderer/headless_content_renderer_client.h", | 250 "lib/renderer/headless_content_renderer_client.h", |
| 252 "public/headless_browser.cc", | 251 "public/headless_browser.cc", |
| 253 "public/headless_browser.h", | 252 "public/headless_browser.h", |
| 254 "public/headless_browser_context.h", | 253 "public/headless_browser_context.h", |
| 255 "public/headless_devtools_client.h", | 254 "public/headless_devtools_client.h", |
| 256 "public/headless_devtools_host.h", | |
| 257 "public/headless_devtools_target.h", | 255 "public/headless_devtools_target.h", |
| 258 "public/headless_export.h", | 256 "public/headless_export.h", |
| 259 "public/headless_web_contents.h", | 257 "public/headless_web_contents.h", |
| 260 "public/internal/message_dispatcher.h", | 258 "public/internal/message_dispatcher.h", |
| 261 "public/internal/value_conversions.h", | 259 "public/internal/value_conversions.h", |
| 262 "public/util/black_hole_protocol_handler.cc", | 260 "public/util/black_hole_protocol_handler.cc", |
| 263 "public/util/black_hole_protocol_handler.h", | 261 "public/util/black_hole_protocol_handler.h", |
| 264 "public/util/deterministic_dispatcher.cc", | 262 "public/util/deterministic_dispatcher.cc", |
| 265 "public/util/deterministic_dispatcher.h", | 263 "public/util/deterministic_dispatcher.h", |
| 266 "public/util/deterministic_http_protocol_handler.cc", | 264 "public/util/deterministic_http_protocol_handler.cc", |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 | 544 |
| 547 executable("headless_example") { | 545 executable("headless_example") { |
| 548 sources = [ | 546 sources = [ |
| 549 "app/headless_example.cc", | 547 "app/headless_example.cc", |
| 550 ] | 548 ] |
| 551 | 549 |
| 552 deps = [ | 550 deps = [ |
| 553 "//headless:headless_shell_lib", | 551 "//headless:headless_shell_lib", |
| 554 ] | 552 ] |
| 555 } | 553 } |
| OLD | NEW |