diff options
author | jdonnelly <jdonnelly@chromium.org> | 2015-04-23 13:37:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-23 20:38:45 +0000 |
commit | f4374b4302d27e155c1a74b1acc910b55d00148c (patch) | |
tree | fb25b0978f50d0e851f3e75b76ff1d470a932a3a /base/trace_event/BUILD.gn | |
parent | 987810bfda89f97dbbfbd26db2088260659a411d (diff) | |
download | chromium_src-f4374b4302d27e155c1a74b1acc910b55d00148c.zip chromium_src-f4374b4302d27e155c1a74b1acc910b55d00148c.tar.gz chromium_src-f4374b4302d27e155c1a74b1acc910b55d00148c.tar.bz2 |
Revert of Reland of crrev.com/1100173002 (Add a WinHeap dump provider to the memory profiler.) (patchset #1 id:1 of https://codereview.chromium.org/1087133005/)
Reason for revert:
WinHeapDumpProviderTest.GetHeapInformation is failing on XP Tests (1) bot.
https://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%281%29/builds/37137
Original issue's description:
> Reland of crrev.com/1100173002 (Add a WinHeap dump provider to the memory profiler.)
>
> Reason of reland: fixed gn files.
>
> Add a WinHeap dump provider to the memory profiler.
>
> TBR=nduca@chromium.org
> BUG=466141
>
> Committed: https://crrev.com/61dfbd59a9f6424197a1c1fadde0703d5ca65446
> Cr-Commit-Position: refs/heads/master@{#326573}
TBR=primiano@chromium.org,rnk@chromium.org,sebmarchand@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=466141
Review URL: https://codereview.chromium.org/1101173002
Cr-Commit-Position: refs/heads/master@{#326633}
Diffstat (limited to 'base/trace_event/BUILD.gn')
-rw-r--r-- | base/trace_event/BUILD.gn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn index b981c87..db5509e 100644 --- a/base/trace_event/BUILD.gn +++ b/base/trace_event/BUILD.gn @@ -42,8 +42,6 @@ source_set("trace_event") { "trace_event_system_stats_monitor.h", "trace_event_win.cc", "trace_event_win.h", - "winheap_dump_provider_win.cc", - "winheap_dump_provider_win.h", ] if (is_nacl) { @@ -97,7 +95,6 @@ source_set("trace_event_unittests") { "trace_event_system_stats_monitor_unittest.cc", "trace_event_unittest.cc", "trace_event_win_unittest.cc", - "winheap_dump_provider_win_unittest.cc", ] deps = [ |