Index: runtime/vm/vm.gypi |
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi |
index 8e68d199e0c5515aaaa43c19b926971b8024a80e..2d4ab447bdab4a0721ef1c597fd6212f3db14fc5 100644 |
--- a/runtime/vm/vm.gypi |
+++ b/runtime/vm/vm.gypi |
@@ -1,4 +1,4 @@ |
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
+# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
@@ -19,6 +19,7 @@ |
'type': 'static_library', |
'includes': [ |
'vm_sources.gypi', |
+ '../platform/platform_sources.gypi', |
], |
'sources/': [ |
# Exclude all _test.[cc|h] files. |