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

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: add link 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 4e8d7a7181a6fc922dc0aa1b9f4a3d902203fa06..321cdf1f1665e68032bca2329a0acf5a7821d610 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',
Mark Mentovai 2013/07/02 19:36:57 You need to name this “proc_maps_linux.cc” or some
scherkus (not reviewing) 2013/07/02 21:43:01 Done.
+ '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