| 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$'],
|
|
|