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

Side by Side 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, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'debug/debug_on_start_win.h', 126 'debug/debug_on_start_win.h',
127 'debug/debugger.cc', 127 'debug/debugger.cc',
128 'debug/debugger.h', 128 'debug/debugger.h',
129 'debug/debugger_posix.cc', 129 'debug/debugger_posix.cc',
130 'debug/debugger_win.cc', 130 'debug/debugger_win.cc',
131 # This file depends on files from the 'allocator' target, 131 # This file depends on files from the 'allocator' target,
132 # but this target does not depend on 'allocator' (see 132 # but this target does not depend on 'allocator' (see
133 # allocator.gyp for details). 133 # allocator.gyp for details).
134 'debug/leak_annotations.h', 134 'debug/leak_annotations.h',
135 'debug/leak_tracker.h', 135 'debug/leak_tracker.h',
136 '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.
137 'debug/proc_maps.h',
136 'debug/profiler.cc', 138 'debug/profiler.cc',
137 'debug/profiler.h', 139 'debug/profiler.h',
138 'debug/stack_trace.cc', 140 'debug/stack_trace.cc',
139 'debug/stack_trace.h', 141 'debug/stack_trace.h',
140 'debug/stack_trace_android.cc', 142 'debug/stack_trace_android.cc',
141 'debug/stack_trace_ios.mm', 143 'debug/stack_trace_ios.mm',
142 'debug/stack_trace_posix.cc', 144 'debug/stack_trace_posix.cc',
143 'debug/stack_trace_win.cc', 145 'debug/stack_trace_win.cc',
144 'debug/trace_event.h', 146 'debug/trace_event.h',
145 'debug/trace_event_android.cc', 147 'debug/trace_event_android.cc',
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 865 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
864 'sources/': [ 866 'sources/': [
865 ['exclude', '^third_party/nspr/'], 867 ['exclude', '^third_party/nspr/'],
866 ], 868 ],
867 }], 869 }],
868 ], 870 ],
869 }], 871 }],
870 ], 872 ],
871 }, 873 },
872 } 874 }
OLDNEW
« 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