OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/nacl/config.gni") | 6 import("//build/config/nacl/config.gni") |
| 7 import("//sandbox/features.gni") |
7 import("//testing/test.gni") | 8 import("//testing/test.gni") |
8 | 9 |
9 if (is_android) { | 10 if (is_android) { |
10 import("//build/config/android/rules.gni") | 11 import("//build/config/android/rules.gni") |
11 } | 12 } |
12 | 13 |
13 declare_args() { | 14 declare_args() { |
14 compile_suid_client = is_linux | 15 compile_suid_client = is_linux |
15 | 16 |
16 compile_credentials = is_linux | 17 compile_credentials = is_linux |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 | 432 |
432 if (is_android) { | 433 if (is_android) { |
433 # TODO(GYP_GONE) Delete this after we've converted everything to GN. | 434 # TODO(GYP_GONE) Delete this after we've converted everything to GN. |
434 group("sandbox_linux_unittests_deps") { | 435 group("sandbox_linux_unittests_deps") { |
435 testonly = true | 436 testonly = true |
436 deps = [ | 437 deps = [ |
437 ":sandbox_linux_unittests", | 438 ":sandbox_linux_unittests", |
438 ] | 439 ] |
439 } | 440 } |
440 } | 441 } |
OLD | NEW |