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

Unified Diff: runtime/platform/platform_headers.gypi

Issue 13641005: Add a sleep function to dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 514ad081986026923f4c841ad3c5a9b1d60a5363..3f02692c3748a98c6073ba09f5d301b04f781075 100644
--- a/runtime/platform/platform_headers.gypi
+++ b/runtime/platform/platform_headers.gypi
@@ -1,4 +1,4 @@
-# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+# Copyright (c) 2013, 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.
@@ -13,6 +13,7 @@
'json.h',
'floating_point.h',
'floating_point_win.h',
+ 'platform_os.h',
'thread.h',
'thread_linux.h',
'thread_macos.h',

Powered by Google App Engine
This is Rietveld 408576698