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

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

Issue 11360121: When building standalone Dart executable, put implementation of dart:io natives in a separate libra… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments 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
« no previous file with comments | « runtime/bin/builtin_nolib.cc ('k') | runtime/bin/io_natives.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 # This file contains some C++ sources for the dart:io library. The other
6 # implementation files are in builtin_impl_sources.gypi.
7 {
8 'sources': [
9 'common.cc',
10 'crypto.cc',
11 'crypto_android.cc',
12 'crypto_linux.cc',
13 'crypto_macos.cc',
14 'crypto_win.cc',
15 'eventhandler.cc',
16 'eventhandler.h',
17 'eventhandler_android.cc',
18 'eventhandler_linux.cc',
19 'eventhandler_linux.h',
20 'eventhandler_macos.cc',
21 'eventhandler_macos.h',
22 'eventhandler_win.cc',
23 'eventhandler_win.h',
24 'process.cc',
25 'process.h',
26 'process_android.cc',
27 'process_linux.cc',
28 'process_macos.cc',
29 'process_win.cc',
30 'socket.cc',
31 'socket.h',
32 'socket_android.cc',
33 'socket_linux.cc',
34 'socket_macos.cc',
35 'socket_win.cc',
36 ],
37 }
OLDNEW
« no previous file with comments | « runtime/bin/builtin_nolib.cc ('k') | runtime/bin/io_natives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698