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

Unified Diff: runtime/bin/bin.gypi

Issue 15966002: Add support for loading scripts from http (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | « no previous file | runtime/bin/builtin.dart » ('j') | runtime/bin/dartutils.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index 8cc5866d47077277a36bbcbb68cb2711460e85f1..1a052ae186b62810830cb4198f40a0a3dae82b0e 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -245,6 +245,7 @@
'dependencies': [
'libdart_withcore',
'libdart_builtin',
+ 'libdart_io',
Ivan Posva 2013/05/24 17:53:43 Why was this needed?
Cutch 2013/05/24 17:59:56 Socket calls in libdart_builtin
],
'include_dirs': [
'..',
« no previous file with comments | « no previous file | runtime/bin/builtin.dart » ('j') | runtime/bin/dartutils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698