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

Side by Side Diff: base/base.gypi

Issue 7039020: Tag all tracked objects, including Tasks, with the program counter at the site of FROM_HERE. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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
« no previous file with comments | « no previous file | base/debug/alias.h » ('j') | base/tracked.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'bits.h', 42 'bits.h',
43 'callback.h', 43 'callback.h',
44 'callback_internal.cc', 44 'callback_internal.cc',
45 'callback_internal.h', 45 'callback_internal.h',
46 'callback_old.h', 46 'callback_old.h',
47 'command_line.cc', 47 'command_line.cc',
48 'command_line.h', 48 'command_line.h',
49 'compiler_specific.h', 49 'compiler_specific.h',
50 'cpu.cc', 50 'cpu.cc',
51 'cpu.h', 51 'cpu.h',
52 'debug/alias.cc',
53 'debug/alias.h',
52 'debug/debug_on_start_win.cc', 54 'debug/debug_on_start_win.cc',
53 'debug/debug_on_start_win.h', 55 'debug/debug_on_start_win.h',
54 'debug/debugger.cc', 56 'debug/debugger.cc',
55 'debug/debugger.h', 57 'debug/debugger.h',
56 'debug/debugger_posix.cc', 58 'debug/debugger_posix.cc',
57 'debug/debugger_win.cc', 59 'debug/debugger_win.cc',
58 'debug/leak_annotations.h', 60 'debug/leak_annotations.h',
59 'debug/leak_tracker.h', 61 'debug/leak_tracker.h',
60 'debug/profiler.cc', 62 'debug/profiler.cc',
61 'debug/profiler.h', 63 'debug/profiler.h',
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'third_party/xdg_mime/xdgmimemagic.c', 686 'third_party/xdg_mime/xdgmimemagic.c',
685 'third_party/xdg_mime/xdgmimemagic.h', 687 'third_party/xdg_mime/xdgmimemagic.h',
686 'third_party/xdg_mime/xdgmimeparent.c', 688 'third_party/xdg_mime/xdgmimeparent.c',
687 'third_party/xdg_mime/xdgmimeparent.h', 689 'third_party/xdg_mime/xdgmimeparent.h',
688 ], 690 ],
689 }, 691 },
690 ], 692 ],
691 }], 693 }],
692 ], 694 ],
693 } 695 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/alias.h » ('j') | base/tracked.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698