15d5c6b582
BUG= Review URL: https://codereview.chromium.org//11419138 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15274 260f80e4-7a28-3924-810f-c04153c831b5
48 lines
1.2 KiB
Python
48 lines
1.2 KiB
Python
# 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.
|
|
|
|
# This file contains some C++ sources for the dart:io library. The other
|
|
# implementation files are in builtin_impl_sources.gypi.
|
|
{
|
|
'sources': [
|
|
'common.cc',
|
|
'crypto.cc',
|
|
'crypto_android.cc',
|
|
'crypto_linux.cc',
|
|
'crypto_macos.cc',
|
|
'crypto_win.cc',
|
|
'eventhandler.cc',
|
|
'eventhandler.h',
|
|
'eventhandler_android.cc',
|
|
'eventhandler_linux.cc',
|
|
'eventhandler_linux.h',
|
|
'eventhandler_macos.cc',
|
|
'eventhandler_macos.h',
|
|
'eventhandler_win.cc',
|
|
'eventhandler_win.h',
|
|
'net/nss_memio.cc',
|
|
'net/nss_memio.h',
|
|
'platform.cc',
|
|
'platform.h',
|
|
'platform_android.cc',
|
|
'platform_linux.cc',
|
|
'platform_macos.cc',
|
|
'platform_win.cc',
|
|
'process.cc',
|
|
'process.h',
|
|
'process_android.cc',
|
|
'process_linux.cc',
|
|
'process_macos.cc',
|
|
'process_win.cc',
|
|
'socket.cc',
|
|
'socket.h',
|
|
'socket_android.cc',
|
|
'socket_linux.cc',
|
|
'socket_macos.cc',
|
|
'socket_win.cc',
|
|
'secure_socket.cc',
|
|
'secure_socket.h',
|
|
],
|
|
}
|