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

Side by Side Diff: runtime/lib/core_sources.gni

Issue 2996903002: [infra] Translate _sources.gypi files to _sources.gni files (Closed)
Patch Set: Fix script Created 3 years, 4 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 | « runtime/lib/convert_sources.gypi ('k') | runtime/lib/core_sources.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) 2017, 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 # Sources visible via default library.
6 core_runtime_sources = [
7 "core_patch.dart",
8
9 # The above file needs to be first as it imports required libraries.
10 "array.cc",
11 "array.dart",
12 "array_patch.dart",
13 "bigint.dart",
14 "bool.cc",
15 "bool_patch.dart",
16 "date.cc",
17 "date_patch.dart",
18 "double.cc",
19 "double.dart",
20 "double_patch.dart",
21 "errors.cc",
22 "errors_patch.dart",
23 "expando_patch.dart",
24 "function.cc",
25 "function.dart",
26 "function_patch.dart",
27 "growable_array.cc",
28 "growable_array.dart",
29 "identical.cc",
30 "identical_patch.dart",
31 "immutable_map.dart",
32 "integers.cc",
33 "integers.dart",
34 "integers_patch.dart",
35 "invocation_mirror.h",
36 "invocation_mirror_patch.dart",
37 "lib_prefix.dart",
38 "map_patch.dart",
39 "null_patch.dart",
40 "object.cc",
41 "object_patch.dart",
42 "regexp.cc",
43 "regexp_patch.dart",
44 "stacktrace.cc",
45 "stacktrace.dart",
46 "stacktrace.h",
47 "stopwatch.cc",
48 "stopwatch_patch.dart",
49 "string.cc",
50 "string_buffer_patch.dart",
51 "string_patch.dart",
52 "type_patch.dart",
53 "uri.cc",
54 "uri_patch.dart",
55 "weak_property.cc",
56 "weak_property.dart",
57 ]
OLDNEW
« no previous file with comments | « runtime/lib/convert_sources.gypi ('k') | runtime/lib/core_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698