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

Unified Diff: runtime/platform/platform_sources.gypi

Issue 10968027: Fix Android build breaks (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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_sources.gypi
diff --git a/runtime/platform/platform_sources.gypi b/runtime/platform/platform_sources.gypi
index 2e2ddc7d6fb2fa2de5e11e37cf33488fc30c24a1..9ec9993080708746c37318527e74c2213ec25d4f 100644
--- a/runtime/platform/platform_sources.gypi
+++ b/runtime/platform/platform_sources.gypi
@@ -5,7 +5,10 @@
# This file contains sources shared between the vm and bin components.
{
'sources': [
- 'assert.cc',
+ 'assert_android.cc',
+ 'assert_linux.cc',
+ 'assert_macos.cc',
+ 'assert_win.cc',
'hashmap.cc',
'json.cc',
'thread_android.cc',

Powered by Google App Engine
This is Rietveld 408576698