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

Side by Side Diff: base/base.gypi

Issue 1186873006: Add Get/SetUniqueIdForProcess. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use uint32_t, prettify comments Created 5 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
« no previous file with comments | « no previous file | base/process/BUILD.gn » ('j') | base/process/process_handle.h » ('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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 'process/launch_ios.cc', 468 'process/launch_ios.cc',
469 'process/launch_mac.cc', 469 'process/launch_mac.cc',
470 'process/launch_posix.cc', 470 'process/launch_posix.cc',
471 'process/launch_win.cc', 471 'process/launch_win.cc',
472 'process/memory.cc', 472 'process/memory.cc',
473 'process/memory.h', 473 'process/memory.h',
474 'process/memory_linux.cc', 474 'process/memory_linux.cc',
475 'process/memory_mac.mm', 475 'process/memory_mac.mm',
476 'process/memory_win.cc', 476 'process/memory_win.cc',
477 'process/process.h', 477 'process/process.h',
478 'process/process_handle.cc',
478 'process/process_handle_freebsd.cc', 479 'process/process_handle_freebsd.cc',
479 'process/process_handle_linux.cc', 480 'process/process_handle_linux.cc',
480 'process/process_handle_mac.cc', 481 'process/process_handle_mac.cc',
481 'process/process_handle_openbsd.cc', 482 'process/process_handle_openbsd.cc',
482 'process/process_handle_posix.cc', 483 'process/process_handle_posix.cc',
483 'process/process_handle_win.cc', 484 'process/process_handle_win.cc',
484 'process/process_info.h', 485 'process/process_info.h',
485 'process/process_info_linux.cc', 486 'process/process_info_linux.cc',
486 'process/process_info_mac.cc', 487 'process/process_info_mac.cc',
487 'process/process_info_win.cc', 488 'process/process_info_win.cc',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 'i18n/time_formatting.h', 1033 'i18n/time_formatting.h',
1033 'i18n/timezone.cc', 1034 'i18n/timezone.cc',
1034 'i18n/timezone.h', 1035 'i18n/timezone.h',
1035 'i18n/utf8_validator_tables.cc', 1036 'i18n/utf8_validator_tables.cc',
1036 'i18n/utf8_validator_tables.h', 1037 'i18n/utf8_validator_tables.h',
1037 ], 1038 ],
1038 }] 1039 }]
1039 ], 1040 ],
1040 }, 1041 },
1041 } 1042 }
OLDNEW
« no previous file with comments | « no previous file | base/process/BUILD.gn » ('j') | base/process/process_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698