From a104fa53d4b0b3129fb75b3e4a0e0f18547f203d Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Wed, 22 Dec 2021 14:51:33 -0800 Subject: [PATCH] Update GN rules for Flutter updates. --- impeller/display_list/BUILD.gn | 2 +- impeller/display_list/display_list_impeller.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/impeller/display_list/BUILD.gn b/impeller/display_list/BUILD.gn index 6a697baab4968..e93e1cb205099 100644 --- a/impeller/display_list/BUILD.gn +++ b/impeller/display_list/BUILD.gn @@ -12,7 +12,7 @@ impeller_component("display_list") { deps = [ "../aiks", - "//flutter/flow", + "//flutter/display_list", "//flutter/fml", "//third_party/skia", ] diff --git a/impeller/display_list/display_list_impeller.h b/impeller/display_list/display_list_impeller.h index 8bea69f4cf926..e9f806c26be4c 100644 --- a/impeller/display_list/display_list_impeller.h +++ b/impeller/display_list/display_list_impeller.h @@ -4,7 +4,7 @@ #pragma once -#include "flutter/flow/display_list.h" +#include "flutter/display_list/display_list.h" #include "flutter/fml/macros.h" #include "impeller/aiks/canvas.h" #include "impeller/aiks/paint.h"