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

Side by Side Diff: bin/bin_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
« bin/bin.gypi ('K') | « 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 'dartutils.cc',
10 'dartutils.h',
11 'directory.cc',
12 'directory.h',
13 'directory_posix.cc',
14 'directory_win.cc',
15 'eventhandler.cc',
16 'eventhandler.h',
17 'eventhandler_linux.cc',
18 'eventhandler_linux.h',
19 'eventhandler_macos.cc',
20 'eventhandler_macos.h',
21 'eventhandler_win.cc',
22 'eventhandler_win.h',
23 'file.cc',
24 'file.h',
25 'file_linux.cc',
26 'file_macos.cc',
27 'file_win.cc',
28 'file_test.cc',
29 'fdutils.h',
30 'fdutils_linux.cc',
31 'fdutils_macos.cc',
32 'globals.h',
33 'platform.cc',
34 'platform.h',
35 'platform_linux.cc',
36 'platform_macos.cc',
37 'platform_win.cc',
38 'process.cc',
39 'process.h',
40 'process_linux.cc',
41 'process_macos.cc',
42 'process_win.cc',
43 'socket.cc',
44 'socket.h',
45 'socket_linux.cc',
46 'socket_macos.cc',
47 'socket_win.cc',
48 'set.h',
49 'set_test.cc',
50 ],
51 }
OLDNEW
« bin/bin.gypi ('K') | « bin/bin.gypi ('k') | vm/vm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698