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

Unified Diff: dart.gyp

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 | « BUILD.gn ('k') | runtime/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 5e1508d097e58397a1bf91bf899c076c7de64a40..70fd71628a50c1d574924a5826aba37556ce65ef 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -46,23 +46,6 @@
'runtime/dart-runtime.gyp:generate_patched_sdk#host',
],
},
- {
- # This is the target that is built on the VM build bots. It
- # must depend on anything that is required by the VM test
- # suites.
- 'target_name': 'runtime_and_noopt',
- 'type': 'none',
- 'dependencies': [
- 'runtime/dart-runtime.gyp:dart',
- 'runtime/dart-runtime.gyp:dart_noopt',
- 'runtime/dart-runtime.gyp:dart_bootstrap#host',
- 'runtime/dart-runtime.gyp:run_vm_tests',
- 'runtime/dart-runtime.gyp:process_test',
- 'runtime/dart-runtime.gyp:test_extension',
- 'runtime/dart-runtime.gyp:sample_extension',
- 'runtime/dart-runtime.gyp:generate_patched_sdk#host',
- ],
- },
{
'target_name': 'create_sdk',
« no previous file with comments | « BUILD.gn ('k') | runtime/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698