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

Unified Diff: runtime/dart-runtime.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 | « runtime/bin/vmservice/vmservice_io.dart ('k') | runtime/include/dart_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/dart-runtime.gyp
diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp
index 6ed23069ab27df6c3edd36b2fd61c0041b2efc70..1b2f9bdc39d608d1b6a62162dfdb7b24c358c424 100644
--- a/runtime/dart-runtime.gyp
+++ b/runtime/dart-runtime.gyp
@@ -55,41 +55,6 @@
},
},
{
- 'target_name': 'libdart_noopt',
- 'type': 'static_library',
- 'dependencies': [
- 'libdart_lib',
- 'libdart_vm_noopt',
- 'libdouble_conversion',
- 'generate_version_cc_file#host',
- ],
- 'include_dirs': [
- '.',
- ],
- 'sources': [
- 'include/dart_api.h',
- 'include/dart_mirrors_api.h',
- 'include/dart_native_api.h',
- 'include/dart_tools_api.h',
- 'vm/dart_api_impl.cc',
- 'vm/debugger_api_impl.cc',
- 'vm/mirrors_api_impl.cc',
- 'vm/native_api_impl.cc',
- 'vm/version.h',
- '<(version_cc_file)',
- ],
- 'defines': [
- # The only effect of DART_SHARED_LIB is to export the Dart API entries.
- 'DART_SHARED_LIB',
- 'DART_PRECOMPILER',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include',
- ],
- },
- },
- {
'target_name': 'libdart_precompiled_runtime',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « runtime/bin/vmservice/vmservice_io.dart ('k') | runtime/include/dart_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698