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

Unified Diff: runtime/platform/platform_headers.gypi

Issue 9209001: Move utils.h and utils.cc from runtime/vm to runtime/platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments from iposva@ and ager@ Created 8 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
Index: runtime/platform/platform_headers.gypi
diff --git a/runtime/platform/platform_headers.gypi b/runtime/platform/platform_headers.gypi
index c64023efb6575fbb9bbbb359b679a8bb577c7dca..310c870581289b2aa82c151ef5c1f5bebd39127e 100644
--- a/runtime/platform/platform_headers.gypi
+++ b/runtime/platform/platform_headers.gypi
@@ -6,8 +6,9 @@
{
'sources': [
'assert.h',
- 'globals.h',
'c99_support_win.h',
+ 'globals.h',
'inttypes_support_win.h',
+ 'utils.h',
],
}

Powered by Google App Engine
This is Rietveld 408576698