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

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
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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'process_util.h', 230 'process_util.h',
231 'process_util_freebsd.cc', 231 'process_util_freebsd.cc',
232 'process_util_linux.cc', 232 'process_util_linux.cc',
233 'process_util_mac.mm', 233 'process_util_mac.mm',
234 'process_util_openbsd.cc', 234 'process_util_openbsd.cc',
235 'process_util_posix.cc', 235 'process_util_posix.cc',
236 'process_util_win.cc', 236 'process_util_win.cc',
237 'process_win.cc', 237 'process_win.cc',
238 'profiler/scoped_profile.cc', 238 'profiler/scoped_profile.cc',
239 'profiler/scoped_profile.h', 239 'profiler/scoped_profile.h',
240 'profiler/alternate_timer.cc',
241 'profiler/alternate_timer.h',
240 'profiler/tracked_time.cc', 242 'profiler/tracked_time.cc',
241 'profiler/tracked_time.h', 243 'profiler/tracked_time.h',
242 'property_bag.cc', 244 'property_bag.cc',
243 'property_bag.h', 245 'property_bag.h',
244 'rand_util.cc', 246 'rand_util.cc',
245 'rand_util.h', 247 'rand_util.h',
246 'rand_util_c.h', 248 'rand_util_c.h',
247 'rand_util_posix.cc', 249 'rand_util_posix.cc',
248 'rand_util_win.cc', 250 'rand_util_win.cc',
249 'safe_strerror_posix.cc', 251 'safe_strerror_posix.cc',
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'third_party/xdg_mime/xdgmimemagic.c', 889 'third_party/xdg_mime/xdgmimemagic.c',
888 'third_party/xdg_mime/xdgmimemagic.h', 890 'third_party/xdg_mime/xdgmimemagic.h',
889 'third_party/xdg_mime/xdgmimeparent.c', 891 'third_party/xdg_mime/xdgmimeparent.c',
890 'third_party/xdg_mime/xdgmimeparent.h', 892 'third_party/xdg_mime/xdgmimeparent.h',
891 ], 893 ],
892 }, 894 },
893 ], 895 ],
894 }], 896 }],
895 ], 897 ],
896 } 898 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698