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

Side by Side Diff: bin/builtin_sources.gypi

Issue 8772016: Refactor the gypi files to eliminate some redundancy. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 years 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 | « bin/bin.gypi ('k') | vm/vm.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
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.
4
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.
7 {
8 'sources': [
9 #
10 # Dart sources.
11 #
12 'builtin.dart',
13 'buffer_list.dart',
14 'directory.dart',
15 'directory_impl.dart',
16 'eventhandler.dart',
17 'file.dart',
18 'file_impl.dart',
19 'input_stream.dart',
20 'output_stream.dart',
21 'string_stream.dart',
22 'platform.dart',
23 'platform_impl.dart',
24 'process.dart',
25 'process_impl.dart',
26 'socket.dart',
27 'socket_impl.dart',
28 'socket_stream.dart',
29 'timer.dart',
30 'timer_impl.dart',
31 #
32 # C++ sources.
33 #
34 'dartutils.cc',
35 'dartutils.h',
36 'directory.cc',
37 'directory.h',
38 'directory_posix.cc',
39 'directory_win.cc',
40 'eventhandler.cc',
41 'eventhandler.h',
42 'eventhandler_linux.cc',
43 'eventhandler_linux.h',
44 'eventhandler_macos.cc',
45 'eventhandler_macos.h',
46 'eventhandler_win.cc',
47 'eventhandler_win.h',
48 'file.cc',
49 'file.h',
50 'file_linux.cc',
51 'file_macos.cc',
52 'file_win.cc',
53 'file_test.cc',
54 'fdutils.h',
55 'fdutils_linux.cc',
56 'fdutils_macos.cc',
57 'globals.h',
58 'platform.cc',
59 'platform.h',
60 'platform_linux.cc',
61 'platform_macos.cc',
62 'platform_win.cc',
63 'process.cc',
64 'process.h',
65 'process_linux.cc',
66 'process_macos.cc',
67 'process_win.cc',
68 'socket.cc',
69 'socket.h',
70 'socket_linux.cc',
71 'socket_macos.cc',
72 'socket_win.cc',
73 'set.h',
74 'set_test.cc',
75 ],
76 }
OLDNEW
« no previous file with comments | « bin/bin.gypi ('k') | vm/vm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698