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

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

Issue 9123005: Remove reference to removed bin/global.h from .gypi file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 sources (vm and tests) for the dart virtual machine. 5 # This file contains all sources (vm and tests) for the dart virtual machine.
6 # Unit test files need to have a '_test' suffix appended to the name. 6 # Unit test files need to have a '_test' suffix appended to the name.
7 { 7 {
8
9 'sources': [ 8 'sources': [
10 # 9 #
11 # Dart sources. 10 # Dart sources.
12 # 11 #
13 'builtin.dart', 12 'builtin.dart',
14 'buffer_list.dart', 13 'buffer_list.dart',
15 'chunked_stream.dart', 14 'chunked_stream.dart',
16 'directory.dart', 15 'directory.dart',
17 'directory_impl.dart', 16 'directory_impl.dart',
18 'eventhandler.dart', 17 'eventhandler.dart',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'eventhandler_win.h', 50 'eventhandler_win.h',
52 'file.cc', 51 'file.cc',
53 'file.h', 52 'file.h',
54 'file_linux.cc', 53 'file_linux.cc',
55 'file_macos.cc', 54 'file_macos.cc',
56 'file_win.cc', 55 'file_win.cc',
57 'file_test.cc', 56 'file_test.cc',
58 'fdutils.h', 57 'fdutils.h',
59 'fdutils_linux.cc', 58 'fdutils_linux.cc',
60 'fdutils_macos.cc', 59 'fdutils_macos.cc',
61 'globals.h',
62 'platform.cc', 60 'platform.cc',
63 'platform.h', 61 'platform.h',
64 'platform_linux.cc', 62 'platform_linux.cc',
65 'platform_macos.cc', 63 'platform_macos.cc',
66 'platform_win.cc', 64 'platform_win.cc',
67 'process.cc', 65 'process.cc',
68 'process.h', 66 'process.h',
69 'process_linux.cc', 67 'process_linux.cc',
70 'process_macos.cc', 68 'process_macos.cc',
71 'process_win.cc', 69 'process_win.cc',
72 'socket.cc', 70 'socket.cc',
73 'socket.h', 71 'socket.h',
74 'socket_linux.cc', 72 'socket_linux.cc',
75 'socket_macos.cc', 73 'socket_macos.cc',
76 'socket_win.cc', 74 'socket_win.cc',
77 'set.h', 75 'set.h',
78 'set_test.cc', 76 'set_test.cc',
79 'thread_pool.cc', 77 'thread_pool.cc',
80 'thread_pool_linux.cc', 78 'thread_pool_linux.cc',
81 'thread_pool_linux.h', 79 'thread_pool_linux.h',
82 'thread_pool_macos.cc', 80 'thread_pool_macos.cc',
83 'thread_pool_macos.h', 81 'thread_pool_macos.h',
84 'thread_pool_win.cc', 82 'thread_pool_win.cc',
85 'thread_pool_win.h', 83 'thread_pool_win.h',
86 ], 84 ],
87 } 85 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698