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

Side by Side Diff: base/base.gyp

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: . 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/base.gypi » ('j') | base/debug/trace_event_analyzer.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'base64_unittest.cc', 154 'base64_unittest.cc',
155 'bind_unittest.cc', 155 'bind_unittest.cc',
156 'bind_unittest.nc', 156 'bind_unittest.nc',
157 'bits_unittest.cc', 157 'bits_unittest.cc',
158 'callback_unittest.cc', 158 'callback_unittest.cc',
159 'callback_unittest.nc', 159 'callback_unittest.nc',
160 'command_line_unittest.cc', 160 'command_line_unittest.cc',
161 'cpu_unittest.cc', 161 'cpu_unittest.cc',
162 'debug/leak_tracker_unittest.cc', 162 'debug/leak_tracker_unittest.cc',
163 'debug/stack_trace_unittest.cc', 163 'debug/stack_trace_unittest.cc',
164 'debug/trace_event_analyzer_unittest.cc',
164 'debug/trace_event_unittest.cc', 165 'debug/trace_event_unittest.cc',
165 'debug/trace_event_win_unittest.cc', 166 'debug/trace_event_win_unittest.cc',
166 'dir_reader_posix_unittest.cc', 167 'dir_reader_posix_unittest.cc',
167 'environment_unittest.cc', 168 'environment_unittest.cc',
168 'file_descriptor_shuffle_unittest.cc', 169 'file_descriptor_shuffle_unittest.cc',
169 'file_path_unittest.cc', 170 'file_path_unittest.cc',
170 'file_util_unittest.cc', 171 'file_util_unittest.cc',
171 'file_version_info_unittest.cc', 172 'file_version_info_unittest.cc',
172 'gmock_unittest.cc', 173 'gmock_unittest.cc',
173 'id_map_unittest.cc', 174 'id_map_unittest.cc',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 'msvs_settings': { 482 'msvs_settings': {
482 'VCLinkerTool': { 483 'VCLinkerTool': {
483 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 484 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
484 }, 485 },
485 }, 486 },
486 }, 487 },
487 ], 488 ],
488 }], 489 }],
489 ], 490 ],
490 } 491 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/debug/trace_event_analyzer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698