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

Side by Side Diff: base/base.gypi

Issue 22594007: Implement CurrentProcessInfo::CreationTime() for Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a ScopedAllowIO 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/process_info_linux.cc » ('j') | base/process/process_info_linux.cc » ('J')
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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'process/memory_mac.mm', 408 'process/memory_mac.mm',
409 'process/memory_win.cc', 409 'process/memory_win.cc',
410 'process/process.h', 410 'process/process.h',
411 'process/process_handle_freebsd.cc', 411 'process/process_handle_freebsd.cc',
412 'process/process_handle_linux.cc', 412 'process/process_handle_linux.cc',
413 'process/process_handle_mac.cc', 413 'process/process_handle_mac.cc',
414 'process/process_handle_openbsd.cc', 414 'process/process_handle_openbsd.cc',
415 'process/process_handle_posix.cc', 415 'process/process_handle_posix.cc',
416 'process/process_handle_win.cc', 416 'process/process_handle_win.cc',
417 'process/process_info.h', 417 'process/process_info.h',
418 'process/process_info_linux.cc',
418 'process/process_info_mac.cc', 419 'process/process_info_mac.cc',
419 'process/process_info_win.cc', 420 'process/process_info_win.cc',
420 'process/process_iterator.cc', 421 'process/process_iterator.cc',
421 'process/process_iterator.h', 422 'process/process_iterator.h',
422 'process/process_iterator_freebsd.cc', 423 'process/process_iterator_freebsd.cc',
423 'process/process_iterator_linux.cc', 424 'process/process_iterator_linux.cc',
424 'process/process_iterator_mac.cc', 425 'process/process_iterator_mac.cc',
425 'process/process_iterator_openbsd.cc', 426 'process/process_iterator_openbsd.cc',
426 'process/process_iterator_win.cc', 427 'process/process_iterator_win.cc',
427 'process/process_linux.cc', 428 'process/process_linux.cc',
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 885 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
885 'sources/': [ 886 'sources/': [
886 ['exclude', '^third_party/nspr/'], 887 ['exclude', '^third_party/nspr/'],
887 ], 888 ],
888 }], 889 }],
889 ], 890 ],
890 }], 891 }],
891 ], 892 ],
892 }, 893 },
893 } 894 }
OLDNEW
« no previous file with comments | « no previous file | base/process/process_info_linux.cc » ('j') | base/process/process_info_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698