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

Unified Diff: tools/android/BUILD.gn

Issue 2105873005: Remove tools/android/heap_profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove heap_profiler_unittests from all targets Created 4 years, 6 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 | « third_party/bsdtrees/tree.h ('k') | tools/android/android_tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/BUILD.gn
diff --git a/tools/android/BUILD.gn b/tools/android/BUILD.gn
index 99f9a011a5514e2f086471687bc979c748f799b2..55d94168dd0d5ed6951844afad17efe678b6199d 100644
--- a/tools/android/BUILD.gn
+++ b/tools/android/BUILD.gn
@@ -21,14 +21,6 @@ group("android_tools") {
]
}
-# GYP: //tools/android/android_tools.gyp:heap_profiler
-group("heap_profiler") {
- deps = [
- "//tools/android/heap_profiler:heap_dump",
- "//tools/android/heap_profiler:heap_profiler",
- ]
-}
-
# GYP: //tools/android/android_tools.gyp:memdump
group("memdump") {
deps = [
« no previous file with comments | « third_party/bsdtrees/tree.h ('k') | tools/android/android_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698