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

Side by Side Diff: base/base.gypi

Issue 10561009: Consolidate RecordBrowserStartupTime() into one location (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Just say no to static destructors Created 8 years, 6 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
« no previous file with comments | « no previous file | base/process_info.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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'pickle.cc', 258 'pickle.cc',
259 'pickle.h', 259 'pickle.h',
260 'platform_file.cc', 260 'platform_file.cc',
261 'platform_file.h', 261 'platform_file.h',
262 'platform_file_posix.cc', 262 'platform_file_posix.cc',
263 'platform_file_win.cc', 263 'platform_file_win.cc',
264 'port.h', 264 'port.h',
265 'posix/unix_domain_socket.cc', 265 'posix/unix_domain_socket.cc',
266 'posix/unix_domain_socket.h', 266 'posix/unix_domain_socket.h',
267 'process.h', 267 'process.h',
268 'process_info.h',
269 'process_info_mac.cc',
270 'process_info_win.cc',
268 'process_linux.cc', 271 'process_linux.cc',
269 'process_posix.cc', 272 'process_posix.cc',
270 'process_util.cc', 273 'process_util.cc',
271 'process_util.h', 274 'process_util.h',
272 'process_util_freebsd.cc', 275 'process_util_freebsd.cc',
273 'process_util_linux.cc', 276 'process_util_linux.cc',
274 'process_util_mac.mm', 277 'process_util_mac.mm',
275 'process_util_openbsd.cc', 278 'process_util_openbsd.cc',
276 'process_util_posix.cc', 279 'process_util_posix.cc',
277 'process_util_win.cc', 280 'process_util_win.cc',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'synchronization/condition_variable_win.cc', 334 'synchronization/condition_variable_win.cc',
332 'synchronization/lock.cc', 335 'synchronization/lock.cc',
333 'synchronization/lock.h', 336 'synchronization/lock.h',
334 'synchronization/lock_impl.h', 337 'synchronization/lock_impl.h',
335 'synchronization/lock_impl_posix.cc', 338 'synchronization/lock_impl_posix.cc',
336 'synchronization/lock_impl_win.cc', 339 'synchronization/lock_impl_win.cc',
337 'synchronization/spin_wait.h', 340 'synchronization/spin_wait.h',
338 'synchronization/waitable_event.h', 341 'synchronization/waitable_event.h',
339 'synchronization/waitable_event_posix.cc', 342 'synchronization/waitable_event_posix.cc',
340 'synchronization/waitable_event_watcher.h', 343 'synchronization/waitable_event_watcher.h',
341 'synchronization/waitable_event_watcher_posix.cc', 344 'synchronization/waitable_event_watcher_posix.cc',
342 'synchronization/waitable_event_watcher_win.cc', 345 'synchronization/waitable_event_watcher_win.cc',
343 'synchronization/waitable_event_win.cc', 346 'synchronization/waitable_event_win.cc',
344 'system_monitor/system_monitor.cc', 347 'system_monitor/system_monitor.cc',
345 'system_monitor/system_monitor.h', 348 'system_monitor/system_monitor.h',
346 'system_monitor/system_monitor_android.cc', 349 'system_monitor/system_monitor_android.cc',
347 'system_monitor/system_monitor_mac.mm', 350 'system_monitor/system_monitor_mac.mm',
348 'system_monitor/system_monitor_posix.cc', 351 'system_monitor/system_monitor_posix.cc',
349 'system_monitor/system_monitor_win.cc', 352 'system_monitor/system_monitor_win.cc',
350 'sys_byteorder.h', 353 'sys_byteorder.h',
351 'sys_info.h', 354 'sys_info.h',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 615 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
613 'sources/': [ 616 'sources/': [
614 ['exclude', '^chromeos/'], 617 ['exclude', '^chromeos/'],
615 ], 618 ],
616 }], 619 }],
617 ], 620 ],
618 }], 621 }],
619 ], 622 ],
620 }, 623 },
621 } 624 }
OLDNEW
« no previous file with comments | « no previous file | base/process_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698