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

Unified Diff: runtime/bin/bin.gypi

Issue 1428923003: Don't do clean shutdown on Process.exit() (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Exit isolate before exiting Created 5 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/bin/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index da547a0314face9189949796bf39fe307c68b8b3..a7f3bf79ceee41d4aa90d5c295f47ca6beaa2cb4 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -139,9 +139,6 @@
'log_macos.cc',
'log_win.cc',
],
- 'defines': [
- 'LEGACY_DEBUG_PROTOCOL_ENABLED',
- ],
'includes': [
'builtin_impl_sources.gypi',
'../platform/platform_sources.gypi',
@@ -779,7 +776,6 @@
'../vm/vm_sources.gypi',
],
'defines': [
- 'LEGACY_DEBUG_PROTOCOL_ENABLED',
'TESTING',
],
# Only include _test.[cc|h] files.
« no previous file with comments | « no previous file | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698