| 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("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 import("//tools/grit/grit_rule.gni") | 6 import("//tools/grit/grit_rule.gni") |
| 7 import("//tools/grit/repack.gni") | 7 import("//tools/grit/repack.gni") |
| 8 | 8 |
| 9 group("headless") { | 9 group("headless") { |
| 10 deps = [ | 10 deps = [ |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "//content/public/app:both", | 253 "//content/public/app:both", |
| 254 "//content/public/browser", | 254 "//content/public/browser", |
| 255 "//content/public/child", | 255 "//content/public/child", |
| 256 "//content/public/common", | 256 "//content/public/common", |
| 257 "//content/public/renderer", | 257 "//content/public/renderer", |
| 258 "//content/public/utility", | 258 "//content/public/utility", |
| 259 "//net", | 259 "//net", |
| 260 "//ui/aura", | 260 "//ui/aura", |
| 261 "//ui/base", | 261 "//ui/base", |
| 262 "//ui/compositor", | 262 "//ui/compositor", |
| 263 "//ui/display", |
| 263 "//ui/ozone", | 264 "//ui/ozone", |
| 264 "//url", | 265 "//url", |
| 265 ] | 266 ] |
| 266 } | 267 } |
| 267 | 268 |
| 268 group("headless_tests") { | 269 group("headless_tests") { |
| 269 testonly = true | 270 testonly = true |
| 270 | 271 |
| 271 deps = [ | 272 deps = [ |
| 272 ":client_api_generator_tests", | 273 ":client_api_generator_tests", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 sources = [ | 333 sources = [ |
| 333 "app/headless_shell.cc", | 334 "app/headless_shell.cc", |
| 334 "app/headless_shell_switches.cc", | 335 "app/headless_shell_switches.cc", |
| 335 "app/headless_shell_switches.h", | 336 "app/headless_shell_switches.h", |
| 336 ] | 337 ] |
| 337 | 338 |
| 338 deps = [ | 339 deps = [ |
| 339 "//headless:headless_lib", | 340 "//headless:headless_lib", |
| 340 ] | 341 ] |
| 341 } | 342 } |
| OLD | NEW |