868f994889
Review URL: https://codereview.chromium.org//11365262 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14920 260f80e4-7a28-3924-810f-c04153c831b5
58 lines
1.4 KiB
Python
58 lines
1.4 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 all C++ sources for the dart:builtin library and
|
|
# some of the C++ sources for the dart:io library. The rest are in
|
|
# io_impl_sources.gypi.
|
|
{
|
|
'sources': [
|
|
'io_buffer.cc',
|
|
'io_buffer.h',
|
|
'dartutils.cc',
|
|
'dartutils.h',
|
|
'dbg_connection.cc',
|
|
'dbg_connection.h',
|
|
'dbg_connection_android.cc',
|
|
'dbg_connection_linux.cc',
|
|
'dbg_connection_linux.h',
|
|
'dbg_connection_macos.cc',
|
|
'dbg_connection_macos.h',
|
|
'dbg_connection_win.cc',
|
|
'dbg_connection_win.h',
|
|
'dbg_message.h',
|
|
'dbg_message.cc',
|
|
'directory.cc',
|
|
'directory.h',
|
|
'directory_android.cc',
|
|
'directory_linux.cc',
|
|
'directory_macos.cc',
|
|
'directory_win.cc',
|
|
'extensions.h',
|
|
'extensions.cc',
|
|
'extensions_android.cc',
|
|
'extensions_linux.cc',
|
|
'extensions_macos.cc',
|
|
'extensions_win.cc',
|
|
'file.cc',
|
|
'file.h',
|
|
'file_android.cc',
|
|
'file_linux.cc',
|
|
'file_macos.cc',
|
|
'file_win.cc',
|
|
'file_test.cc',
|
|
'fdutils.h',
|
|
'fdutils_android.cc',
|
|
'fdutils_linux.cc',
|
|
'fdutils_macos.cc',
|
|
'hashmap_test.cc',
|
|
'isolate_data.h',
|
|
'thread.h',
|
|
'utils.h',
|
|
'utils_android.cc',
|
|
'utils_linux.cc',
|
|
'utils_macos.cc',
|
|
'utils_win.cc',
|
|
],
|
|
}
|