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

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

Issue 10693039: Terminate event handler thread on isolate shutdown. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adding new file to gyp file Created 8 years, 5 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 | « no previous file | runtime/bin/eventhandler.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',
(...skipping 27 matching lines...) Expand all
38 'file_linux.cc', 38 'file_linux.cc',
39 'file_macos.cc', 39 'file_macos.cc',
40 'file_win.cc', 40 'file_win.cc',
41 'file_test.cc', 41 'file_test.cc',
42 'fdutils.h', 42 'fdutils.h',
43 'fdutils_linux.cc', 43 'fdutils_linux.cc',
44 'fdutils_macos.cc', 44 'fdutils_macos.cc',
45 'hashmap.cc', 45 'hashmap.cc',
46 'hashmap.h', 46 'hashmap.h',
47 'hashmap_test.cc', 47 'hashmap_test.cc',
48 'isolate_data.h',
48 'platform.cc', 49 'platform.cc',
49 'platform.h', 50 'platform.h',
50 'platform_linux.cc', 51 'platform_linux.cc',
51 'platform_macos.cc', 52 'platform_macos.cc',
52 'platform_win.cc', 53 'platform_win.cc',
53 'process.cc', 54 'process.cc',
54 'process.h', 55 'process.h',
55 'process_linux.cc', 56 'process_linux.cc',
56 'process_macos.cc', 57 'process_macos.cc',
57 'process_win.cc', 58 'process_win.cc',
58 'socket.cc', 59 'socket.cc',
59 'socket.h', 60 'socket.h',
60 'socket_linux.cc', 61 'socket_linux.cc',
61 'socket_macos.cc', 62 'socket_macos.cc',
62 'socket_win.cc', 63 'socket_win.cc',
63 'set.h', 64 'set.h',
64 'set_test.cc', 65 'set_test.cc',
65 'thread.h', 66 'thread.h',
66 'utils.h', 67 'utils.h',
67 'utils_linux.cc', 68 'utils_linux.cc',
68 'utils_macos.cc', 69 'utils_macos.cc',
69 'utils_win.cc', 70 'utils_win.cc',
70 ], 71 ],
71 } 72 }
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/eventhandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698