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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 "//base", | 322 "//base", |
323 "//content/test:browsertest_base", | 323 "//content/test:browsertest_base", |
324 "//content/test:test_support", | 324 "//content/test:test_support", |
325 "//headless:headless_lib", | 325 "//headless:headless_lib", |
326 "//testing/gmock", | 326 "//testing/gmock", |
327 "//testing/gtest", | 327 "//testing/gtest", |
328 ] | 328 ] |
329 } | 329 } |
330 | 330 |
331 executable("headless_shell") { | 331 executable("headless_shell") { |
332 testonly = true | |
333 | |
334 sources = [ | 332 sources = [ |
335 "app/headless_shell.cc", | 333 "app/headless_shell.cc", |
336 "app/headless_shell_switches.cc", | 334 "app/headless_shell_switches.cc", |
337 "app/headless_shell_switches.h", | 335 "app/headless_shell_switches.h", |
338 ] | 336 ] |
339 | 337 |
340 deps = [ | 338 deps = [ |
341 "//headless:headless_lib", | 339 "//headless:headless_lib", |
342 ] | 340 ] |
343 } | 341 } |
OLD | NEW |