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

Side by Side Diff: base/base.gypi

Issue 8480014: Support tracking of IPC messages as tasks in profiler (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « base/base.gyp ('k') | base/location.h » ('j') | no next file with comments »
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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'process_linux.cc', 215 'process_linux.cc',
216 'process_posix.cc', 216 'process_posix.cc',
217 'process_util.cc', 217 'process_util.cc',
218 'process_util.h', 218 'process_util.h',
219 'process_util_linux.cc', 219 'process_util_linux.cc',
220 'process_util_mac.mm', 220 'process_util_mac.mm',
221 'process_util_openbsd.cc', 221 'process_util_openbsd.cc',
222 'process_util_posix.cc', 222 'process_util_posix.cc',
223 'process_util_win.cc', 223 'process_util_win.cc',
224 'process_win.cc', 224 'process_win.cc',
225 'profiler/scoped_profile.cc',
226 'profiler/scoped_profile.h',
227 'profiler/tracked_time.cc',
228 'profiler/tracked_time.h',
225 'rand_util.cc', 229 'rand_util.cc',
226 'rand_util.h', 230 'rand_util.h',
227 'rand_util_c.h', 231 'rand_util_c.h',
228 'rand_util_posix.cc', 232 'rand_util_posix.cc',
229 'rand_util_win.cc', 233 'rand_util_win.cc',
230 'safe_strerror_posix.cc', 234 'safe_strerror_posix.cc',
231 'safe_strerror_posix.h', 235 'safe_strerror_posix.h',
232 'scoped_native_library.cc', 236 'scoped_native_library.cc',
233 'scoped_native_library.h', 237 'scoped_native_library.h',
234 'scoped_temp_dir.cc', 238 'scoped_temp_dir.cc',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'threading/worker_pool_posix.cc', 333 'threading/worker_pool_posix.cc',
330 'threading/worker_pool_posix.h', 334 'threading/worker_pool_posix.h',
331 'threading/worker_pool_win.cc', 335 'threading/worker_pool_win.cc',
332 'time.cc', 336 'time.cc',
333 'time.h', 337 'time.h',
334 'time_win.cc', 338 'time_win.cc',
335 'timer.cc', 339 'timer.cc',
336 'timer.h', 340 'timer.h',
337 'tracked_objects.cc', 341 'tracked_objects.cc',
338 'tracked_objects.h', 342 'tracked_objects.h',
339 » 'tracking_info.cc', 343 'tracking_info.cc',
340 » 'tracking_info.h', 344 'tracking_info.h',
341 'tuple.h', 345 'tuple.h',
342 'utf_offset_string_conversions.cc', 346 'utf_offset_string_conversions.cc',
343 'utf_offset_string_conversions.h', 347 'utf_offset_string_conversions.h',
344 'utf_string_conversion_utils.cc', 348 'utf_string_conversion_utils.cc',
345 'utf_string_conversion_utils.h', 349 'utf_string_conversion_utils.h',
346 'utf_string_conversions.cc', 350 'utf_string_conversions.cc',
347 'utf_string_conversions.h', 351 'utf_string_conversions.h',
348 'values.cc', 352 'values.cc',
349 'values.h', 353 'values.h',
350 'value_conversions.cc', 354 'value_conversions.cc',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 'third_party/xdg_mime/xdgmimemagic.c', 830 'third_party/xdg_mime/xdgmimemagic.c',
827 'third_party/xdg_mime/xdgmimemagic.h', 831 'third_party/xdg_mime/xdgmimemagic.h',
828 'third_party/xdg_mime/xdgmimeparent.c', 832 'third_party/xdg_mime/xdgmimeparent.c',
829 'third_party/xdg_mime/xdgmimeparent.h', 833 'third_party/xdg_mime/xdgmimeparent.h',
830 ], 834 ],
831 }, 835 },
832 ], 836 ],
833 }], 837 }],
834 ], 838 ],
835 } 839 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/location.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698