Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index bc5f84f07aef9d10ab8e47c4c5be630850efa00d..45c408ffaaa1a056480b4baaec188e1a62d16afb 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -42,6 +42,12 @@ group("runtime") { |
| "runtime/bin:sample_extension", |
| "runtime/bin:test_extension", |
| "runtime/vm:patched_sdk", |
| + ] |
| +} |
| + |
| +group("runtime_kernel") { |
| + deps = [ |
| + ":runtime", |
|
jamesr1
2017/01/31 23:10:02
unfortunately this breaks the fuchsia GN build as
rmacnak
2017/01/31 23:26:10
runtime and runtime_kernel should have the same te
|
| # TODO(rmacnak): Link this into 'dart' |
| "utils/kernel-service:kernel-service", |