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

Unified Diff: runtime/BUILD.gn

Issue 2624393002: Remove dart_noopt and related parts from the VM. (Closed)
Patch Set: Merge branch 'master' of github.com:dart-lang/sdk into remove-noopt 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 | « dart.gyp ('k') | runtime/bin/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 50ae8ce616f9eca894852d9990158f740bd76e02..36983b6a75caede18bcd48379045163686f254f8 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -226,17 +226,6 @@ libdart_library("libdart") {
]
}
-libdart_library("libdart_noopt") {
- extra_configs = [
- ":dart_maybe_precompiled_runtime_config",
- ":dart_precompiler_config",
- ]
- extra_deps = [
- "vm:libdart_lib",
- "vm:libdart_vm_noopt",
- ]
-}
-
libdart_library("libdart_precompiled_runtime") {
extra_configs = [ ":dart_precompiled_runtime_config" ]
extra_deps = [
« no previous file with comments | « dart.gyp ('k') | runtime/bin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698