Leave source list empty for Fuchsia targets. (#15337)
This commit is contained in:
parent
c8fd99fb33
commit
c0118ea4b9
@ -7,22 +7,10 @@ import("//build/dart/dart_library.gni")
|
||||
dart_library("flutter") {
|
||||
package_name = "flutter"
|
||||
|
||||
disable_analysis = true
|
||||
# Can be left empty as analysis is disabled.
|
||||
sources = []
|
||||
|
||||
sources = [
|
||||
"animation.dart",
|
||||
"cupertino.dart",
|
||||
"foundation.dart",
|
||||
"gestures.dart",
|
||||
"material.dart",
|
||||
"painting.dart",
|
||||
"physics.dart",
|
||||
"rendering.dart",
|
||||
"scheduler.dart",
|
||||
"semantics.dart",
|
||||
"services.dart",
|
||||
"widgets.dart",
|
||||
]
|
||||
disable_analysis = true
|
||||
|
||||
deps = [
|
||||
"//third_party/dart/third_party/pkg/intl",
|
||||
|
@ -7,9 +7,8 @@ import("//build/dart/dart_library.gni")
|
||||
dart_library("flutter_test") {
|
||||
package_name = "flutter_test"
|
||||
|
||||
sources = [
|
||||
"flutter_test.dart",
|
||||
]
|
||||
# Can be left empty as analysis is disabled.
|
||||
sources = []
|
||||
|
||||
disable_analysis = true
|
||||
|
||||
|
@ -8,10 +8,8 @@ import("//build/dart/dart_tool.gni")
|
||||
dart_library("flutter_tools") {
|
||||
package_name = "flutter_tools"
|
||||
|
||||
sources = [
|
||||
"executable.dart",
|
||||
"runner.dart",
|
||||
]
|
||||
# Can be left empty as analysis is disabled.
|
||||
sources = []
|
||||
|
||||
disable_analysis = true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user