Skip to content

Commit 7c5df91

Browse files
dcharkescommit-bot@chromium.org
authored andcommitted
[flutter] Fix GN typo
Typo from https://dart-review.googlesource.com/c/sdk/+/164320 was not caught on the Dart CQ. dart_native_api.c (does not exist) should have been dart_api_dl.c. Fix verified with Flutter build locally. Change-Id: I7e37e4da27c02a2800ff36fd67e1be1575714c9c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/164560 Commit-Queue: Daco Harkes <[email protected]> Reviewed-by: Clement Skau <[email protected]>
1 parent 11f15f5 commit 7c5df91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ source_set("dart_api") {
207207
public_configs = [ ":dart_public_config" ]
208208
sources = [
209209
"include/dart_api.h",
210+
"include/dart_api_dl.c",
210211
"include/dart_api_dl.h",
211-
"include/dart_native_api.c",
212212
"include/dart_native_api.h",
213213
"include/dart_tools_api.h",
214214
"include/dart_version.h",

0 commit comments

Comments
 (0)