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

Side by Side Diff: base/base.gypi

Issue 21302005: Add CurrentProcessInfo::CreationTime() for Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac Created 7 years, 4 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/process/internal_linux.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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'process/memory_mac.mm', 402 'process/memory_mac.mm',
403 'process/memory_win.cc', 403 'process/memory_win.cc',
404 'process/process.h', 404 'process/process.h',
405 'process/process_handle_freebsd.cc', 405 'process/process_handle_freebsd.cc',
406 'process/process_handle_linux.cc', 406 'process/process_handle_linux.cc',
407 'process/process_handle_mac.cc', 407 'process/process_handle_mac.cc',
408 'process/process_handle_openbsd.cc', 408 'process/process_handle_openbsd.cc',
409 'process/process_handle_posix.cc', 409 'process/process_handle_posix.cc',
410 'process/process_handle_win.cc', 410 'process/process_handle_win.cc',
411 'process/process_info.h', 411 'process/process_info.h',
412 'process/process_info_linux.cc',
412 'process/process_info_mac.cc', 413 'process/process_info_mac.cc',
413 'process/process_info_win.cc', 414 'process/process_info_win.cc',
414 'process/process_iterator.cc', 415 'process/process_iterator.cc',
415 'process/process_iterator.h', 416 'process/process_iterator.h',
416 'process/process_iterator_freebsd.cc', 417 'process/process_iterator_freebsd.cc',
417 'process/process_iterator_linux.cc', 418 'process/process_iterator_linux.cc',
418 'process/process_iterator_mac.cc', 419 'process/process_iterator_mac.cc',
419 'process/process_iterator_openbsd.cc', 420 'process/process_iterator_openbsd.cc',
420 'process/process_iterator_win.cc', 421 'process/process_iterator_win.cc',
421 'process/process_linux.cc', 422 'process/process_linux.cc',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 878 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
878 'sources/': [ 879 'sources/': [
879 ['exclude', '^third_party/nspr/'], 880 ['exclude', '^third_party/nspr/'],
880 ], 881 ],
881 }], 882 }],
882 ], 883 ],
883 }], 884 }],
884 ], 885 ],
885 }, 886 },
886 } 887 }
OLDNEW
« no previous file with comments | « no previous file | base/process/internal_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698