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

Unified Diff: runtime/bin/BUILD.gn

Issue 1142293007: Update GN build files for Mojo roll (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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 | « runtime/BUILD.gn ('k') | runtime/lib/profiler_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index ebb92c9271d33e5c19940b4d768f0dd3b3926a72..a7604ffec83b78760b8225412f24cb21eaf2eea0 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -108,11 +108,11 @@ static_library("libdart_builtin") {
}
-static_library("libdart_withcore") {
+static_library("libdart_nosnapshot") {
configs += ["..:dart_config"]
deps = [
- "../vm:libdart_lib_withcore",
- "../vm:libdart_vm",
+ "../vm:libdart_lib_nosnapshot",
+ "../vm:libdart_vm_nosnapshot",
"../vm:libdart_platform",
"../third_party/double-conversion/src:libdouble_conversion",
"..:generate_version_cc_file",
@@ -143,7 +143,7 @@ static_library("libdart_withcore") {
executable("gen_snapshot") {
configs += ["..:dart_config"]
deps = [
- ":libdart_withcore",
+ ":libdart_nosnapshot",
":libdart_builtin",
]
« no previous file with comments | « runtime/BUILD.gn ('k') | runtime/lib/profiler_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698