Commit 0999fca9 authored by P.Y. Laligand's avatar P.Y. Laligand Committed by GitHub

Update references to the engine project. (#12515)

parent 17db2d23
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
import("//flutter/build/flutter_app.gni") import("$flutter_root/build/flutter_app.gni")
assert(is_fuchsia) assert(is_fuchsia)
......
...@@ -20,6 +20,6 @@ dart_package("flutter") { ...@@ -20,6 +20,6 @@ dart_package("flutter") {
] ]
if (is_fuchsia) { if (is_fuchsia) {
deps += [ "//flutter/sky/packages/sky_engine:sky_engine_dart" ] deps += [ "$flutter_root/sky/packages/sky_engine:sky_engine_dart" ]
} }
} }
...@@ -59,6 +59,6 @@ dart_tool("fuchsia_tester") { ...@@ -59,6 +59,6 @@ dart_tool("fuchsia_tester") {
] ]
non_dart_deps = [ non_dart_deps = [
"//flutter/shell", "$flutter_root/shell",
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment