Skip to content

Commit 75e1f2a

Browse files
jcollins-gcommit-bot@chromium.org
authored andcommitted
Add html_common to .gni files.
This will enable a fix to an unresolved export that causes Dartdoc to complain about all Flutter packages. Bug: dart-lang/dartdoc#2143 Change-Id: I634e21066420b100295989cf9bdcd35af91a617b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143020 Reviewed-by: Devon Carew <[email protected]> Commit-Queue: Janice Collins <[email protected]>
1 parent 65a97ae commit 75e1f2a

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
]

0 commit comments

Comments
 (0)