Skip to content

Commit a104fa5

Browse files
chinmaygardednfield
authored andcommitted
Update GN rules for Flutter updates.
1 parent 84eee26 commit a104fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

impeller/display_list/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ impeller_component("display_list") {
1212

1313
deps = [
1414
"../aiks",
15-
"//flutter/flow",
15+
"//flutter/display_list",
1616
"//flutter/fml",
1717
"//third_party/skia",
1818
]

impeller/display_list/display_list_impeller.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#pragma once
66

7-
#include "flutter/flow/display_list.h"
7+
#include "flutter/display_list/display_list.h"
88
#include "flutter/fml/macros.h"
99
#include "impeller/aiks/canvas.h"
1010
#include "impeller/aiks/paint.h"

0 commit comments

Comments
 (0)