| 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("//mojo/public/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//tools/grit/grit_rule.gni") | 8 import("//tools/grit/grit_rule.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "lib/browser/headless_devtools_manager_delegate.cc", | 168 "lib/browser/headless_devtools_manager_delegate.cc", |
| 169 "lib/browser/headless_devtools_manager_delegate.h", | 169 "lib/browser/headless_devtools_manager_delegate.h", |
| 170 "lib/browser/headless_screen.cc", | 170 "lib/browser/headless_screen.cc", |
| 171 "lib/browser/headless_screen.h", | 171 "lib/browser/headless_screen.h", |
| 172 "lib/browser/headless_url_request_context_getter.cc", | 172 "lib/browser/headless_url_request_context_getter.cc", |
| 173 "lib/browser/headless_url_request_context_getter.h", | 173 "lib/browser/headless_url_request_context_getter.h", |
| 174 "lib/browser/headless_web_contents_impl.cc", | 174 "lib/browser/headless_web_contents_impl.cc", |
| 175 "lib/browser/headless_web_contents_impl.h", | 175 "lib/browser/headless_web_contents_impl.h", |
| 176 "lib/browser/headless_window_parenting_client.cc", | 176 "lib/browser/headless_window_parenting_client.cc", |
| 177 "lib/browser/headless_window_parenting_client.h", | 177 "lib/browser/headless_window_parenting_client.h", |
| 178 "lib/browser/headless_window_tree_host.cc", |
| 179 "lib/browser/headless_window_tree_host.h", |
| 178 "lib/headless_content_client.cc", | 180 "lib/headless_content_client.cc", |
| 179 "lib/headless_content_client.h", | 181 "lib/headless_content_client.h", |
| 180 "lib/headless_content_main_delegate.cc", | 182 "lib/headless_content_main_delegate.cc", |
| 181 "lib/headless_content_main_delegate.h", | 183 "lib/headless_content_main_delegate.h", |
| 182 "lib/renderer/headless_content_renderer_client.cc", | 184 "lib/renderer/headless_content_renderer_client.cc", |
| 183 "lib/renderer/headless_content_renderer_client.h", | 185 "lib/renderer/headless_content_renderer_client.h", |
| 184 "lib/utility/headless_content_utility_client.cc", | 186 "lib/utility/headless_content_utility_client.cc", |
| 185 "lib/utility/headless_content_utility_client.h", | 187 "lib/utility/headless_content_utility_client.h", |
| 186 "public/headless_browser.cc", | 188 "public/headless_browser.cc", |
| 187 "public/headless_browser.h", | 189 "public/headless_browser.h", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 "//content/public/common:service_names", | 239 "//content/public/common:service_names", |
| 238 "//content/public/renderer", | 240 "//content/public/renderer", |
| 239 "//content/public/utility", | 241 "//content/public/utility", |
| 240 "//net", | 242 "//net", |
| 241 "//services/service_manager/public/cpp", | 243 "//services/service_manager/public/cpp", |
| 242 "//third_party/mesa:osmesa", | 244 "//third_party/mesa:osmesa", |
| 243 "//ui/aura", | 245 "//ui/aura", |
| 244 "//ui/base", | 246 "//ui/base", |
| 245 "//ui/compositor", | 247 "//ui/compositor", |
| 246 "//ui/display", | 248 "//ui/display", |
| 247 "//ui/ozone", | 249 "//ui/events/devices", |
| 248 "//url", | 250 "//url", |
| 249 ] | 251 ] |
| 250 | 252 |
| 251 configs += [ ":headless_implementation" ] | 253 configs += [ ":headless_implementation" ] |
| 252 } | 254 } |
| 253 | 255 |
| 254 group("headless_tests") { | 256 group("headless_tests") { |
| 255 testonly = true | 257 testonly = true |
| 256 | 258 |
| 257 deps = [ | 259 deps = [ |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "//content/test:test_support", | 344 "//content/test:test_support", |
| 343 "//headless:headless_lib", | 345 "//headless:headless_lib", |
| 344 "//testing/gmock", | 346 "//testing/gmock", |
| 345 "//testing/gtest", | 347 "//testing/gtest", |
| 346 ] | 348 ] |
| 347 } | 349 } |
| 348 | 350 |
| 349 static_library("headless_shell_lib") { | 351 static_library("headless_shell_lib") { |
| 350 sources = [ | 352 sources = [ |
| 351 "app/headless_shell.cc", | 353 "app/headless_shell.cc", |
| 354 "app/headless_shell.h", |
| 352 "app/headless_shell_switches.cc", | 355 "app/headless_shell_switches.cc", |
| 353 "app/headless_shell_switches.h", | 356 "app/headless_shell_switches.h", |
| 354 "public/headless_shell.h", | 357 "public/headless_shell.h", |
| 355 ] | 358 ] |
| 356 | 359 |
| 357 deps = [ | 360 deps = [ |
| 358 "//headless:headless_lib", | 361 "//headless:headless_lib", |
| 359 ] | 362 ] |
| 360 } | 363 } |
| 361 | 364 |
| 362 executable("headless_shell") { | 365 executable("headless_shell") { |
| 363 sources = [ | 366 sources = [ |
| 364 "app/headless_shell_main.cc", | 367 "app/headless_shell_main.cc", |
| 365 ] | 368 ] |
| 366 | 369 |
| 367 deps = [ | 370 deps = [ |
| 368 "//headless:headless_shell_lib", | 371 "//headless:headless_shell_lib", |
| 369 ] | 372 ] |
| 370 } | 373 } |
| OLD | NEW |