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

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: eliminated copy and added test for 'S' 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 4e8d7a7181a6fc922dc0aa1b9f4a3d902203fa06..f3b16d8cef9de2300af9aba097b9b59e37bf14d2 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_linux.cc',
+ 'debug/proc_maps_linux.h',
'debug/profiler.cc',
'debug/profiler.h',
'debug/stack_trace.cc',
@@ -716,6 +718,7 @@
'power_monitor/power_monitor_posix.cc',
],
'sources/': [
+ ['include', '^debug/proc_maps_linux\\.cc$'],
['include', '^files/file_path_watcher_linux\\.cc$'],
['include', '^process_util_linux\\.cc$'],
['include', '^process/memory_linux\\.cc$'],
« no previous file with comments | « base/base.gyp ('k') | base/debug/proc_maps_linux.h » ('j') | base/debug/proc_maps_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698