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
f798cb6d
Unverified
Commit
f798cb6d
authored
Oct 31, 2019
by
Kaushik Iska
Committed by
GitHub
Oct 31, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "[flutter_runner] Use sky_engine from the topaz tree (#43684)" (#43913)
This reverts commit
e091d724
.
parent
26d09f1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
BUILD.gn
packages/flutter/BUILD.gn
+2
-2
BUILD.gn
packages/flutter_driver/BUILD.gn
+2
-2
No files found.
packages/flutter/BUILD.gn
View file @
f798cb6d
...
...
@@ -13,15 +13,15 @@ dart_library("flutter") {
disable_analysis = true
deps = [
"//third_party/dart/third_party/pkg/intl",
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/typed_data",
"//third_party/dart-pkg/pub/vector_math",
"//third_party/dart/third_party/pkg/intl",
]
if (is_fuchsia) {
deps += [ "
//topaz/runtime
/sky_engine:sky_engine_dart" ]
deps += [ "
$flutter_root/sky/packages
/sky_engine:sky_engine_dart" ]
}
}
packages/flutter_driver/BUILD.gn
View file @
f798cb6d
...
...
@@ -20,11 +20,11 @@ dart_library("flutter_driver") {
"//third_party/dart-pkg/pub/json_rpc_2",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/vm_service_client",
"//third_party/dart-pkg/pub/web_socket_channel",
"//third_party/dart-pkg/pub/vm_service_client",
]
if (is_fuchsia) {
deps += [ "
//topaz/runtime
/sky_engine:sky_engine_dart" ]
deps += [ "
$flutter_root/sky/packages
/sky_engine:sky_engine_dart" ]
}
}
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