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

Side by Side Diff: base/base.gypi

Issue 9212025: Support use of third party time function to profiler (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « base/allocator/allocator_shim.cc ('k') | base/profiler/alternate_timer.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'process_util.h', 231 'process_util.h',
232 'process_util_freebsd.cc', 232 'process_util_freebsd.cc',
233 'process_util_linux.cc', 233 'process_util_linux.cc',
234 'process_util_mac.mm', 234 'process_util_mac.mm',
235 'process_util_openbsd.cc', 235 'process_util_openbsd.cc',
236 'process_util_posix.cc', 236 'process_util_posix.cc',
237 'process_util_win.cc', 237 'process_util_win.cc',
238 'process_win.cc', 238 'process_win.cc',
239 'profiler/scoped_profile.cc', 239 'profiler/scoped_profile.cc',
240 'profiler/scoped_profile.h', 240 'profiler/scoped_profile.h',
241 'profiler/alternate_timer.cc',
242 'profiler/alternate_timer.h',
241 'profiler/tracked_time.cc', 243 'profiler/tracked_time.cc',
242 'profiler/tracked_time.h', 244 'profiler/tracked_time.h',
243 'property_bag.cc', 245 'property_bag.cc',
244 'property_bag.h', 246 'property_bag.h',
245 'rand_util.cc', 247 'rand_util.cc',
246 'rand_util.h', 248 'rand_util.h',
247 'rand_util_c.h', 249 'rand_util_c.h',
248 'rand_util_posix.cc', 250 'rand_util_posix.cc',
249 'rand_util_win.cc', 251 'rand_util_win.cc',
250 'safe_strerror_posix.cc', 252 'safe_strerror_posix.cc',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 'third_party/xdg_mime/xdgmimemagic.c', 898 'third_party/xdg_mime/xdgmimemagic.c',
897 'third_party/xdg_mime/xdgmimemagic.h', 899 'third_party/xdg_mime/xdgmimemagic.h',
898 'third_party/xdg_mime/xdgmimeparent.c', 900 'third_party/xdg_mime/xdgmimeparent.c',
899 'third_party/xdg_mime/xdgmimeparent.h', 901 'third_party/xdg_mime/xdgmimeparent.h',
900 ], 902 ],
901 }, 903 },
902 ], 904 ],
903 }], 905 }],
904 ], 906 ],
905 } 907 }
OLDNEW
« no previous file with comments | « base/allocator/allocator_shim.cc ('k') | base/profiler/alternate_timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698