Skip to content

Commit

Permalink
Update GN rules for Flutter updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored and dnfield committed Apr 27, 2022
1 parent 84eee26 commit a104fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion impeller/display_list/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ impeller_component("display_list") {

deps = [
"../aiks",
"//flutter/flow",
"//flutter/display_list",
"//flutter/fml",
"//third_party/skia",
]
Expand Down
2 changes: 1 addition & 1 deletion impeller/display_list/display_list_impeller.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a104fa5

Please sign in to comment.