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

Side by Side Diff: runtime/bin/builtin_impl_sources.gypi

Issue 11338037: Start reading data from sockets directly into external byte arrays (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This file contains all C++ sources for the dart:builtin and dart:io 5 # This file contains all C++ sources for the dart:builtin and dart:io
6 # libraries. 6 # libraries.
7 { 7 {
8 'sources': [ 8 'sources': [
9 'io_buffer.cc',
10 'io_buffer.h',
9 'common.cc', 11 'common.cc',
10 'crypto.cc', 12 'crypto.cc',
11 'crypto_android.cc', 13 'crypto_android.cc',
12 'crypto_linux.cc', 14 'crypto_linux.cc',
13 'crypto_macos.cc', 15 'crypto_macos.cc',
14 'crypto_win.cc', 16 'crypto_win.cc',
15 'dartutils.cc', 17 'dartutils.cc',
16 'dartutils.h', 18 'dartutils.h',
17 'dbg_connection.cc', 19 'dbg_connection.cc',
18 'dbg_connection.h', 20 'dbg_connection.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'set.h', 82 'set.h',
81 'set_test.cc', 83 'set_test.cc',
82 'thread.h', 84 'thread.h',
83 'utils.h', 85 'utils.h',
84 'utils_android.cc', 86 'utils_android.cc',
85 'utils_linux.cc', 87 'utils_linux.cc',
86 'utils_macos.cc', 88 'utils_macos.cc',
87 'utils_win.cc', 89 'utils_win.cc',
88 ], 90 ],
89 } 91 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698