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

Unified Diff: base/base.gypi

Issue 18178015: Implement /proc/self/maps/ parsing code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « base/base.gyp ('k') | base/debug/proc_maps.h » ('j') | base/debug/proc_maps.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 1a36f27c2b9b0566cde0543870d6ffdb487f5d88..f4b972f10555a3a87eadcde7904ea6e4641cdd45 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -133,6 +133,8 @@
# allocator.gyp for details).
'debug/leak_annotations.h',
'debug/leak_tracker.h',
+ 'debug/proc_maps.cc',
+ 'debug/proc_maps.h',
'debug/profiler.cc',
'debug/profiler.h',
'debug/stack_trace.cc',
« no previous file with comments | « base/base.gyp ('k') | base/debug/proc_maps.h » ('j') | base/debug/proc_maps.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698