Adjust to new location of lib/tonic. (flutter/engine#4132)

This commit is contained in:
P.Y. Laligand
2017-09-21 14:30:28 -07:00
committed by GitHub
parent d539abd7c5
commit f7307b60cb
7 changed files with 13 additions and 10 deletions

4
DEPS
View File

@@ -125,8 +125,8 @@ deps = {
'src/garnet':
Var('fuchsia_git') + '/garnet' + '@' + '73eeb0583e7967016ad7386a90353bf6937488b9',
'src/lib/tonic':
Var('fuchsia_git') + '/tonic' + '@' + '124cc47529d884bb72f4911212b3f09e6b9f330b',
'src/topaz/lib/tonic':
Var('fuchsia_git') + '/tonic' + '@' + '38c5b3b7f5968be3c5ef89a14797365adbed25e1',
'src/third_party/benchmark':
Var('fuchsia_git') + '/third_party/benchmark' + '@' + '296537bc48d380adf21567c5d736ab79f5363d22',

View File

@@ -12,6 +12,6 @@ source_set("io") {
"//dart/runtime:dart_api",
"//dart/runtime/bin:embedded_dart_io",
"//garnet/public/lib/fxl",
"//lib/tonic/converter",
"//topaz/lib/tonic/converter",
]
}

View File

@@ -93,10 +93,10 @@ source_set("ui") {
"//flutter/glue",
"//flutter/sky/engine",
"//flutter/third_party/txt",
"//lib/tonic",
"//third_party/rapidjson",
"//third_party/skia",
"//third_party/skia:gpu",
"//topaz/lib/tonic",
]
if (is_fuchsia) {
deps += [ "//garnet/public/dart-pkg/zircon" ]

View File

@@ -79,11 +79,11 @@ source_set("runtime") {
"//flutter/lib/io",
"//flutter/lib/ui",
"//flutter/sky/engine/platform",
"//flutter/third_party/txt",
"//garnet/public/lib/fxl",
"//lib/tonic",
"//third_party/rapidjson",
"//third_party/skia",
"//flutter/third_party/txt",
"//topaz/lib/tonic",
]
defines = []
@@ -96,7 +96,7 @@ source_set("runtime") {
}
if (flutter_runtime_mode != "release") {
deps += [ "//lib/tonic/debugger" ]
deps += [ "//topaz/lib/tonic/debugger" ]
}
# In AOT mode, precompiled snapshots contain the instruction buffer.

View File

@@ -114,9 +114,12 @@ source_set("common") {
"//flutter/synchronization",
"//flutter/third_party/txt",
"//garnet/public/lib/fxl",
"//lib/tonic",
"//third_party/rapidjson",
"//third_party/skia",
"//third_party/skia:gpu",
]
public_deps = [
"//topaz/lib/tonic",
]
}

View File

@@ -19,8 +19,8 @@ source_set("embedder") {
"//flutter/shell/common",
"//flutter/shell/gpu",
"//garnet/public/lib/fxl",
"//lib/tonic",
"//third_party/skia",
"//topaz/lib/tonic",
]
}

View File

@@ -17,7 +17,7 @@ executable("linux") {
"//flutter/shell/common",
"//flutter/shell/testing",
"//garnet/public/lib/fxl",
"//lib/tonic",
"//third_party/skia",
"//topaz/lib/tonic",
]
}