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

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
Index: runtime/bin/resources.h
diff --git a/runtime/bin/resources.h b/runtime/bin/resources.h
index 6ee066ad810949e688b1da936130c5d62d83501e..4ed1e783f7a28f9c2a2ab91e4be4d6b9cf2e0d9f 100644
--- a/runtime/bin/resources.h
+++ b/runtime/bin/resources.h
@@ -8,6 +8,11 @@
#include <stddef.h>
#include <string.h>
+// Map from Dartium to Dart VM.
Jacob 2013/12/05 23:05:54 Dartium --> Blink
Cutch 2013/12/05 23:08:49 Done.
+#if defined(_DEBUG)
+#define DEBUG
+#endif
+
siva 2013/12/06 00:04:18 Not sure I understand this. Is "bin/resources.h" n
Cutch 2013/12/06 01:36:08 We are using the generate_resources.py script to b
#include "platform/assert.h"
« no previous file with comments | « no previous file | runtime/bin/vmservice/vmservice_dartium.dart » ('j') | runtime/bin/vmservice/vmservice_dartium.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698