mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix gn check //sky/* to pass again.
Just needed to allow core and core_generated to be a cycle. TBR=abarth@chromium.org BUG=435361 Review URL: https://codereview.chromium.org/748643002
This commit is contained in:
parent
e0fd75b5ab
commit
b60a8cbbc5
@ -72,6 +72,9 @@ static_library("core") {
|
||||
forward_dependent_configs_from = [
|
||||
":libraries",
|
||||
]
|
||||
|
||||
# core and core_generated are really the same thing.
|
||||
allow_circular_includes_from = [ ":core_generated" ]
|
||||
}
|
||||
|
||||
source_set("testing") {
|
||||
@ -124,11 +127,12 @@ source_set("core_generated") {
|
||||
":prerequisites",
|
||||
"//gin",
|
||||
"//skia",
|
||||
"//sky/engine/bindings/core/v8:bindings_core_v8_generated",
|
||||
"//sky/engine/platform",
|
||||
"//sky/engine/wtf",
|
||||
"//third_party/iccjpeg",
|
||||
"//third_party/libpng",
|
||||
"//third_party/qcms",
|
||||
"//sky/engine/bindings/core/v8:bindings_core_v8_generated",
|
||||
"//sky/engine/wtf",
|
||||
"//url",
|
||||
"//v8",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user