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" |