| Index: sky/engine/platform/heap/BUILD.gn
|
| diff --git a/sky/engine/platform/heap/BUILD.gn b/sky/engine/platform/heap/BUILD.gn
|
| index 8ec899d94b1f96e28b78a9a84ccb01fca2d93695..9dd0ab300b6787cd5fa91e37e761711c2bb21b4c 100644
|
| --- a/sky/engine/platform/heap/BUILD.gn
|
| +++ b/sky/engine/platform/heap/BUILD.gn
|
| @@ -6,15 +6,10 @@ visibility = ["//sky/engine/*"]
|
|
|
| source_set("heap") {
|
| sources = [
|
| - "AddressSanitizer.h",
|
| "Handle.h",
|
| - "ThreadState.h",
|
| - "Visitor.h",
|
| ]
|
|
|
| configs += [ "//sky/engine:config" ]
|
| -
|
| - deps = [
|
| - "//third_party/icu",
|
| - ]
|
| }
|
| +
|
| +
|
|
|