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

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

Issue 9465004: Add native extensions for the Dart shell to mac and windows (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use shared library (dylib) on Mac (and therefore for all platforms). Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/extensions.h » ('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 and dart:io 5 # This file contains all C++ sources for the dart:builtin and dart:io
6 # libraries. 6 # libraries.
7 { 7 {
8 'sources': [ 8 'sources': [
9 'dartutils.cc', 9 'dartutils.cc',
10 'dartutils.h', 10 'dartutils.h',
11 'directory.cc', 11 'directory.cc',
12 'directory.h', 12 'directory.h',
13 'directory_posix.cc', 13 'directory_posix.cc',
14 'directory_win.cc', 14 'directory_win.cc',
15 'eventhandler.cc', 15 'eventhandler.cc',
16 'eventhandler.h', 16 'eventhandler.h',
17 'eventhandler_linux.cc', 17 'eventhandler_linux.cc',
18 'eventhandler_linux.h', 18 'eventhandler_linux.h',
19 'eventhandler_macos.cc', 19 'eventhandler_macos.cc',
20 'eventhandler_macos.h', 20 'eventhandler_macos.h',
21 'eventhandler_win.cc', 21 'eventhandler_win.cc',
22 'eventhandler_win.h', 22 'eventhandler_win.h',
23 'extensions.h', 23 'extensions.h',
24 'extensions.cc',
24 'extensions_linux.cc', 25 'extensions_linux.cc',
25 'extensions_macos.cc', 26 'extensions_macos.cc',
26 'extensions_win.cc', 27 'extensions_win.cc',
27 'file.cc', 28 'file.cc',
28 'file.h', 29 'file.h',
29 'file_linux.cc', 30 'file_linux.cc',
30 'file_macos.cc', 31 'file_macos.cc',
31 'file_win.cc', 32 'file_win.cc',
32 'file_test.cc', 33 'file_test.cc',
33 'fdutils.h', 34 'fdutils.h',
(...skipping 17 matching lines...) Expand all
51 'socket_linux.cc', 52 'socket_linux.cc',
52 'socket_macos.cc', 53 'socket_macos.cc',
53 'socket_win.cc', 54 'socket_win.cc',
54 'set.h', 55 'set.h',
55 'set_test.cc', 56 'set_test.cc',
56 'thread.h', 57 'thread.h',
57 'thread_pool.cc', 58 'thread_pool.cc',
58 'thread_pool_test.cc', 59 'thread_pool_test.cc',
59 ], 60 ],
60 } 61 }
OLDNEW
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/extensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698