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

Unified Diff: runtime/BUILD.gn

Issue 2504343002: GN: Removes libdart_nosnapshot_precompiled_runtime (Closed)
Patch Set: Created 4 years, 1 month 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: runtime/BUILD.gn
diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
index b5116d52f74a599bbf9af0e3cca7e8b665371708..8556ba29f8019358f4fd385707bc430ae39e2a93 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -247,17 +247,6 @@ libdart_library("libdart_nosnapshot") {
]
}
-libdart_library("libdart_nosnapshot_precompiled_runtime") {
- extra_configs = [
- ":dart_no_snapshot_config",
- ":dart_precompiled_runtime_config",
- ]
- extra_deps = [
- "vm:libdart_lib_nosnapshot_precompiled_runtime",
- "vm:libdart_vm_nosnapshot_precompiled_runtime",
- ]
-}
-
libdart_library("libdart_nosnapshot_with_precompiler") {
extra_configs = [
":dart_no_snapshot_config",
« 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