From 64fc8078e0621240a9d8ddba7bed8ee235942e66 Mon Sep 17 00:00:00 2001 From: Alexander Biggs Date: Fri, 29 Oct 2021 18:21:27 -0400 Subject: [PATCH] [fuchsia] Remove topaz refs. (flutter/engine#29398) --- .../src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn | 2 +- .../shell/platform/fuchsia/flutter/flutter_runner_fakes.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn b/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn index 3267bbdee3..3d3fad3828 100644 --- a/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn +++ b/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn @@ -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, ] } diff --git a/engine/src/flutter/shell/platform/fuchsia/flutter/flutter_runner_fakes.h b/engine/src/flutter/shell/platform/fuchsia/flutter/flutter_runner_fakes.h index 9a701e8813..531eb9341f 100644 --- a/engine/src/flutter/shell/platform/fuchsia/flutter/flutter_runner_fakes.h +++ b/engine/src/flutter/shell/platform/fuchsia/flutter/flutter_runner_fakes.h @@ -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 @@ -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_