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

Unified Diff: runtime/bin/resources.h

Issue 107173003: Add vmservice_dartium.dart script (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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/vmservice/vmservice_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/resources.h
diff --git a/runtime/bin/resources.h b/runtime/bin/resources.h
index 6ee066ad810949e688b1da936130c5d62d83501e..02cc9675a25f3f610b43f6802c2ab3e74dddbc6e 100644
--- a/runtime/bin/resources.h
+++ b/runtime/bin/resources.h
@@ -8,6 +8,11 @@
#include <stddef.h>
#include <string.h>
+// Map from Blink to Dart VM.
+#if defined(_DEBUG)
+#define DEBUG
+#endif
+
#include "platform/assert.h"
« no previous file with comments | « no previous file | runtime/bin/vmservice/vmservice_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698