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

Unified Diff: runtime/platform/platform_sources.gypi

Issue 9189003: Move assert.h/assert.cc from runtime/vm to runtime/platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Check for correct rebase 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
« no previous file with comments | « runtime/platform/platform_headers.gypi ('k') | runtime/vm/allocation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/platform_sources.gypi
diff --git a/runtime/platform/platform_sources.gypi b/runtime/platform/platform_sources.gypi
index 8f97acdb6a50a2f1b304cdfefe952e08609ab0fe..58ee91bf2f76a0daeba5bd841509a0c6cebfb306 100644
--- a/runtime/platform/platform_sources.gypi
+++ b/runtime/platform/platform_sources.gypi
@@ -5,8 +5,6 @@
# This file contains sources shared between the vm and bin components.
{
'sources': [
- 'globals.h',
- 'c99_support_win.h',
- 'inttypes_support_win.h',
+ 'assert.cc',
],
}
« no previous file with comments | « runtime/platform/platform_headers.gypi ('k') | runtime/vm/allocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698