Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
7ea7d8d0
Unverified
Commit
7ea7d8d0
authored
Mar 26, 2019
by
Zachary Anderson
Committed by
GitHub
Mar 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fuchsia] Fix flutter_tool BUILD.gn deps (#29942)
parent
d71f324e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
BUILD.gn
packages/flutter_tools/BUILD.gn
+2
-2
No files found.
packages/flutter_tools/BUILD.gn
View file @
7ea7d8d0
...
...
@@ -14,8 +14,7 @@ dart_library("flutter_tools") {
disable_analysis = true
deps = [
"//third_party/dart/pkg/analyzer",
"//third_party/dart/third_party/pkg/linter",
"//third_party/dart-pkg/pub/analyzer",
"//third_party/dart-pkg/pub/archive",
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/bsdiff",
...
...
@@ -30,6 +29,7 @@ dart_library("flutter_tools") {
# because it uses mirrors which Fuchsia's Dart VM doesn't support.
"//third_party/dart-pkg/pub/json_rpc_2",
"//third_party/dart-pkg/pub/json_schema",
"//third_party/dart-pkg/pub/linter",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/multicast_dns",
"//third_party/dart-pkg/pub/mustache",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment