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

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: moved TestTraceEvent Created 9 years, 2 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.cc » ('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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'debug/leak_tracker.h', 76 'debug/leak_tracker.h',
77 'debug/profiler.cc', 77 'debug/profiler.cc',
78 'debug/profiler.h', 78 'debug/profiler.h',
79 'debug/stack_trace.cc', 79 'debug/stack_trace.cc',
80 'debug/stack_trace.h', 80 'debug/stack_trace.h',
81 'debug/stack_trace_posix.cc', 81 'debug/stack_trace_posix.cc',
82 'debug/stack_trace_win.cc', 82 'debug/stack_trace_win.cc',
83 'debug/trace_event_win.cc', 83 'debug/trace_event_win.cc',
84 'debug/trace_event.cc', 84 'debug/trace_event.cc',
85 'debug/trace_event.h', 85 'debug/trace_event.h',
86 'debug/trace_event_test_utils.cc',
87 'debug/trace_event_test_utils.h',
86 'dir_reader_fallback.h', 88 'dir_reader_fallback.h',
87 'dir_reader_linux.h', 89 'dir_reader_linux.h',
88 'dir_reader_posix.h', 90 'dir_reader_posix.h',
89 'eintr_wrapper.h', 91 'eintr_wrapper.h',
90 'environment.cc', 92 'environment.cc',
91 'environment.h', 93 'environment.h',
92 'file_descriptor_posix.h', 94 'file_descriptor_posix.h',
93 'file_path.cc', 95 'file_path.cc',
94 'file_path.h', 96 'file_path.h',
95 'file_util.cc', 97 'file_util.cc',
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 'third_party/xdg_mime/xdgmimemagic.c', 744 'third_party/xdg_mime/xdgmimemagic.c',
743 'third_party/xdg_mime/xdgmimemagic.h', 745 'third_party/xdg_mime/xdgmimemagic.h',
744 'third_party/xdg_mime/xdgmimeparent.c', 746 'third_party/xdg_mime/xdgmimeparent.c',
745 'third_party/xdg_mime/xdgmimeparent.h', 747 'third_party/xdg_mime/xdgmimeparent.h',
746 ], 748 ],
747 }, 749 },
748 ], 750 ],
749 }], 751 }],
750 ], 752 ],
751 } 753 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/trace_event.h » ('j') | base/debug/trace_event.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698