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

Unified Diff: 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 | « no previous file | dart.gyp » ('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 7b7946c21a2c579df2ed70fa3bc834ae9a849beb..60a0dbd24c0a830149f5aa91025825e952eb35f2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -54,22 +54,6 @@ group("runtime_precompiled") {
]
}
-group("runtime_and_noopt") {
- if (defined(is_fuchsia) && (is_fuchsia || is_fuchsia_host)) {
- testonly = true
- }
- deps = [
- "runtime/bin:dart",
- "runtime/bin:dart_bootstrap($host_toolchain)",
- "runtime/bin:dart_noopt",
- "runtime/bin:process_test",
- "runtime/bin:run_vm_tests",
- "runtime/bin:sample_extension",
- "runtime/bin:test_extension",
- "runtime/vm:patched_sdk",
- ]
-}
-
action("create_sdk") {
deps = [
"runtime/bin:dart",
@@ -86,7 +70,10 @@ action("create_sdk") {
]
sdk_lib_files = exec_script("tools/list_dart_files.py",
- [ "absolute", rebase_path("sdk/lib") ],
+ [
+ "absolute",
+ rebase_path("sdk/lib"),
+ ],
"list lines")
preamble_files =
@@ -106,8 +93,7 @@ action("create_sdk") {
],
"list lines")
- inputs = sdk_lib_files + preamble_files + sdk_bin_files +
- [
+ inputs = sdk_lib_files + preamble_files + sdk_bin_files + [
"sdk/lib/dart_client.platform",
"sdk/lib/dart_server.platform",
"sdk/lib/dart_shared.platform",
« no previous file with comments | « no previous file | dart.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698