| Index: runtime/bin/builtin_impl_sources.gypi
|
| diff --git a/runtime/bin/builtin_impl_sources.gypi b/runtime/bin/builtin_impl_sources.gypi
|
| index ad64eacf69edf8def5a67fb71f2f5f99bd6248d2..d6ff6a6d6492ac164151ef5799c310a984210e5e 100644
|
| --- a/runtime/bin/builtin_impl_sources.gypi
|
| +++ b/runtime/bin/builtin_impl_sources.gypi
|
| @@ -2,18 +2,13 @@
|
| # 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 and dart:io
|
| -# libraries.
|
| +# 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',
|
| - 'common.cc',
|
| - 'crypto.cc',
|
| - 'crypto_android.cc',
|
| - 'crypto_linux.cc',
|
| - 'crypto_macos.cc',
|
| - 'crypto_win.cc',
|
| 'dartutils.cc',
|
| 'dartutils.h',
|
| 'dbg_connection.cc',
|
| @@ -33,15 +28,6 @@
|
| 'directory_linux.cc',
|
| 'directory_macos.cc',
|
| 'directory_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',
|
| 'extensions.h',
|
| 'extensions.cc',
|
| 'extensions_android.cc',
|
| @@ -67,18 +53,6 @@
|
| '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',
|
| 'set.h',
|
| 'set_test.cc',
|
| 'thread.h',
|
|
|