Skip to content

Commit

Permalink
Update paths for icu_data move (flutter#4068)
Browse files Browse the repository at this point in the history
  • Loading branch information
abarth authored Sep 6, 2017
1 parent ceb6d05 commit 9bde942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content_handler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ template("flutter_content_handler") {
deps = [
"//application/lib/app",
"//application/lib/svc",
"//apps/icu_data/lib",
"//apps/mozart/lib/flutter/sdk_ext",
"//apps/mozart/lib/scenic:client",
"//apps/mozart/services/input",
Expand All @@ -62,9 +61,10 @@ template("flutter_content_handler") {
"//flutter/vulkan",
"//garnet/public/lib/fidl/dart/sdk_ext",
"//garnet/public/lib/ftl",
"//garnet/public/lib/icu_data/cpp",
"//garnet/public/lib/mtl",
"//lib/tonic",
"//garnet/public/lib/zip",
"//lib/tonic",
"//magma:vulkan",
"//third_party/rapidjson",
"//third_party/skia",
Expand Down
2 changes: 1 addition & 1 deletion content_handler/app.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
#include <thread>
#include <utility>

#include "apps/icu_data/lib/icu_data.h"
#include "apps/tracing/lib/trace/provider.h"
#include "flutter/common/settings.h"
#include "flutter/common/threads.h"
#include "flutter/sky/engine/platform/fonts/fuchsia/FontCacheFuchsia.h"
#include "lib/ftl/macros.h"
#include "lib/ftl/tasks/task_runner.h"
#include "lib/icu_data/cpp/icu_data.h"
#include "lib/mtl/tasks/message_loop.h"

namespace flutter_runner {
Expand Down

0 comments on commit 9bde942

Please sign in to comment.