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

Side by Side Diff: base/base.gypi

Issue 7981004: add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search through trace data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more comments Created 9 years, 3 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/trace_event.h » ('j') | base/debug/trace_event.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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'debug/leak_tracker.h', 71 'debug/leak_tracker.h',
72 'debug/profiler.cc', 72 'debug/profiler.cc',
73 'debug/profiler.h', 73 'debug/profiler.h',
74 'debug/stack_trace.cc', 74 'debug/stack_trace.cc',
75 'debug/stack_trace.h', 75 'debug/stack_trace.h',
76 'debug/stack_trace_posix.cc', 76 'debug/stack_trace_posix.cc',
77 'debug/stack_trace_win.cc', 77 'debug/stack_trace_win.cc',
78 'debug/trace_event_win.cc', 78 'debug/trace_event_win.cc',
79 'debug/trace_event.cc', 79 'debug/trace_event.cc',
80 'debug/trace_event.h', 80 'debug/trace_event.h',
81 'debug/trace_event_test_utils.cc',
82 'debug/trace_event_test_utils.h',
81 'dir_reader_fallback.h', 83 'dir_reader_fallback.h',
82 'dir_reader_linux.h', 84 'dir_reader_linux.h',
83 'dir_reader_posix.h', 85 'dir_reader_posix.h',
84 'environment.cc', 86 'environment.cc',
85 'environment.h', 87 'environment.h',
86 'file_path.cc', 88 'file_path.cc',
87 'file_path.h', 89 'file_path.h',
88 'file_util.cc', 90 'file_util.cc',
89 'file_util.h', 91 'file_util.h',
90 'file_util_deprecated.h', 92 'file_util_deprecated.h',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 'third_party/xdg_mime/xdgmimemagic.c', 723 'third_party/xdg_mime/xdgmimemagic.c',
722 'third_party/xdg_mime/xdgmimemagic.h', 724 'third_party/xdg_mime/xdgmimemagic.h',
723 'third_party/xdg_mime/xdgmimeparent.c', 725 'third_party/xdg_mime/xdgmimeparent.c',
724 'third_party/xdg_mime/xdgmimeparent.h', 726 'third_party/xdg_mime/xdgmimeparent.h',
725 ], 727 ],
726 }, 728 },
727 ], 729 ],
728 }], 730 }],
729 ], 731 ],
730 } 732 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/trace_event.h » ('j') | base/debug/trace_event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698