Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: sky/engine/platform/heap/BUILD.gn

Issue 686783002: Remove almost all of Oilpan (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/platform/heap/AddressSanitizer.h ('k') | sky/engine/platform/heap/BlinkHeapUnitTests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
- ]
}
+
+
« no previous file with comments | « sky/engine/platform/heap/AddressSanitizer.h ('k') | sky/engine/platform/heap/BlinkHeapUnitTests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698