[fuchsia] Remove topaz refs. (flutter/engine#29398)

This commit is contained in:
Alexander Biggs 2021-10-29 18:21:27 -04:00 committed by GitHub
parent 4c9cf9869a
commit 64fc8078e0
2 changed files with 4 additions and 4 deletions

View File

@ -144,7 +144,7 @@ template("aot_runner_package") {
"//flutter/shell/platform/fuchsia/runtime/dart/profiler_symbols:dart_aot_runner",
# TODO(kaushikiska): Figure out how to get the profiler symbols for `libdart_precompiled_runtime`
# "//topaz/runtime/dart/profiler_symbols:libdart_precompiled_runtime",
# "//third_party/dart/runtime:libdart_precompiled_runtime",
observatory_target,
]
}

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TOPAZ_RUNTIME_FLUTTER_RUNNER_PLATFORM_VIEW_FAKES_H_
#define TOPAZ_RUNTIME_FLUTTER_RUNNER_PLATFORM_VIEW_FAKES_H_
#ifndef SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_
#define SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_
#include <fuchsia/accessibility/semantics/cpp/fidl.h>
@ -118,4 +118,4 @@ class MockSemanticsManager
} // namespace flutter_runner_test
#endif // TOPAZ_RUNTIME_FLUTTER_RUNNER_PLATFORM_VIEW_FAKES_H_
#endif // SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_