File tree 2 files changed +28
-0
lines changed
sdk_nnbd/lib/html/html_common 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2020, 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
+ html_common_sdk_sources = [
6
+ " conversions.dart" ,
7
+ " conversions_dart2js.dart" ,
8
+ " css_class_set.dart" ,
9
+ " device.dart" ,
10
+ " filtered_element_list.dart" ,
11
+ " html_common_dart2js.dart" ,
12
+ " lists.dart" ,
13
+ " metadata.dart" ,
14
+ ]
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2020, 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
+ html_common_sdk_sources = [
6
+ " conversions.dart" ,
7
+ " conversions_dart2js.dart" ,
8
+ " css_class_set.dart" ,
9
+ " device.dart" ,
10
+ " filtered_element_list.dart" ,
11
+ " html_common_dart2js.dart" ,
12
+ " lists.dart" ,
13
+ " metadata.dart" ,
14
+ ]
You can’t perform that action at this time.
0 commit comments