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

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

Issue 681963002: Remove heap/*.cpp files (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/Supplementable.h ('k') | sky/engine/platform/heap/Handle.h » ('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 1e8ba3995ebc245cc76da0daa3c297b9899a7a48..8ec899d94b1f96e28b78a9a84ccb01fca2d93695 100644
--- a/sky/engine/platform/heap/BUILD.gn
+++ b/sky/engine/platform/heap/BUILD.gn
@@ -7,13 +7,8 @@ visibility = ["//sky/engine/*"]
source_set("heap") {
sources = [
"AddressSanitizer.h",
- "Handle.cpp",
"Handle.h",
- "Heap.cpp",
- "Heap.h",
- "ThreadState.cpp",
"ThreadState.h",
- "Visitor.cpp",
"Visitor.h",
]
« no previous file with comments | « sky/engine/platform/Supplementable.h ('k') | sky/engine/platform/heap/Handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698