Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: BUILD.gn

Issue 2663063006: Move the kernel isolate snapshot out of the 'runtime' target to reduce build times on the simulator… (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | runtime/vm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698