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

Side by Side Diff: sdk/lib/io/iolib_sources.gypi

Issue 1692603002: Introduce dart_sdk_lib_copy and make all sdk lib gypi files regular (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « sdk/lib/io/io_sources.gypi ('k') | sdk/lib/rules.gni » ('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) 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
3 # BSD-style license that can be found in the LICENSE file.
4
5 {
6 'sources': [
7 'bytes_builder.dart',
8 'common.dart',
9 'crypto.dart',
10 'data_transformer.dart',
11 'directory.dart',
12 'directory_impl.dart',
13 'eventhandler.dart',
14 'file.dart',
15 'file_impl.dart',
16 'file_system_entity.dart',
17 'http.dart',
18 'http_date.dart',
19 'http_headers.dart',
20 'http_impl.dart',
21 'http_parser.dart',
22 'http_session.dart',
23 'io_resource_info.dart',
24 'io_sink.dart',
25 'io_service.dart',
26 'link.dart',
27 'platform.dart',
28 'platform_impl.dart',
29 'process.dart',
30 'service_object.dart',
31 'secure_server_socket.dart',
32 'secure_socket.dart',
33 'security_context.dart',
34 'socket.dart',
35 'stdio.dart',
36 'string_transformer.dart',
37 'websocket.dart',
38 'websocket_impl.dart',
39 ],
40 }
OLDNEW
« no previous file with comments | « sdk/lib/io/io_sources.gypi ('k') | sdk/lib/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698