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

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

Issue 1559053002: Refs #10260 OpenBSD support #25327 Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address code review issues Created 4 years, 11 months 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
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/crypto_openbsd.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 library and 5 # This file contains all C++ sources for the dart:_builtin library and
6 # some of the C++ sources for the dart:io library. The rest are in 6 # some of the C++ sources for the dart:io library. The rest are in
7 # io_impl_sources.gypi. 7 # io_impl_sources.gypi.
8 { 8 {
9 'sources': [ 9 'sources': [
10 'crypto.cc', 10 'crypto.cc',
11 'crypto.h', 11 'crypto.h',
12 'crypto_android.cc', 12 'crypto_android.cc',
13 'crypto_linux.cc', 13 'crypto_linux.cc',
14 'crypto_macos.cc', 14 'crypto_macos.cc',
15 'crypto_openbsd.cc',
15 'crypto_win.cc', 16 'crypto_win.cc',
16 'builtin_common.cc', 17 'builtin_common.cc',
17 'dartutils.cc', 18 'dartutils.cc',
18 'dartutils.h', 19 'dartutils.h',
19 'directory.cc', 20 'directory.cc',
20 'directory.h', 21 'directory.h',
21 'directory_android.cc', 22 'directory_android.cc',
23 'directory_openbsd.cc',
22 'directory_linux.cc', 24 'directory_linux.cc',
23 'directory_macos.cc', 25 'directory_macos.cc',
24 'directory_win.cc', 26 'directory_win.cc',
25 'eventhandler_test.cc', 27 'eventhandler_test.cc',
26 'extensions.h', 28 'extensions.h',
27 'extensions.cc', 29 'extensions.cc',
28 'extensions_android.cc', 30 'extensions_android.cc',
29 'extensions_linux.cc', 31 'extensions_linux.cc',
30 'extensions_macos.cc', 32 'extensions_macos.cc',
33 'extensions_openbsd.cc',
31 'extensions_win.cc', 34 'extensions_win.cc',
32 'file.cc', 35 'file.cc',
33 'file.h', 36 'file.h',
34 'file_android.cc', 37 'file_android.cc',
35 'file_linux.cc', 38 'file_linux.cc',
36 'file_macos.cc', 39 'file_macos.cc',
40 'file_openbsd.cc',
37 'file_win.cc', 41 'file_win.cc',
38 'file_test.cc', 42 'file_test.cc',
39 'fdutils.h', 43 'fdutils.h',
40 'fdutils_android.cc', 44 'fdutils_android.cc',
41 'fdutils_linux.cc', 45 'fdutils_linux.cc',
42 'fdutils_macos.cc', 46 'fdutils_macos.cc',
47 'fdutils_openbsd.cc',
43 'hashmap_test.cc', 48 'hashmap_test.cc',
44 'io_buffer.cc', 49 'io_buffer.cc',
45 'io_buffer.h', 50 'io_buffer.h',
46 'isolate_data.h', 51 'isolate_data.h',
47 'lockers.h', 52 'lockers.h',
48 'thread.h', 53 'thread.h',
49 'thread_android.cc', 54 'thread_android.cc',
50 'thread_android.h', 55 'thread_android.h',
51 'thread_linux.cc', 56 'thread_linux.cc',
52 'thread_linux.h', 57 'thread_linux.h',
53 'thread_macos.cc', 58 'thread_macos.cc',
54 'thread_macos.h', 59 'thread_macos.h',
60 'thread_openbsd.cc',
61 'thread_openbsd.h',
55 'thread_win.cc', 62 'thread_win.cc',
56 'thread_win.h', 63 'thread_win.h',
57 'utils.h', 64 'utils.h',
58 'utils_android.cc', 65 'utils_android.cc',
59 'utils_linux.cc', 66 'utils_linux.cc',
60 'utils_macos.cc', 67 'utils_macos.cc',
68 'utils_openbsd.cc',
61 'utils_win.cc', 69 'utils_win.cc',
62 'utils_win.h', 70 'utils_win.h',
63 ], 71 ],
64 } 72 }
OLDNEW
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/crypto_openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698