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

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: Rebase Created 5 years, 2 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') | 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 '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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'process/launch_mac.cc', 470 'process/launch_mac.cc',
471 'process/launch_posix.cc', 471 'process/launch_posix.cc',
472 'process/launch_win.cc', 472 'process/launch_win.cc',
473 'process/memory.cc', 473 'process/memory.cc',
474 'process/memory.h', 474 'process/memory.h',
475 'process/memory_linux.cc', 475 'process/memory_linux.cc',
476 'process/memory_mac.mm', 476 'process/memory_mac.mm',
477 'process/memory_win.cc', 477 'process/memory_win.cc',
478 'process/port_provider_mac.h', 478 'process/port_provider_mac.h',
479 'process/process.h', 479 'process/process.h',
480 'process/process_handle.cc',
480 'process/process_handle_freebsd.cc', 481 'process/process_handle_freebsd.cc',
481 'process/process_handle_linux.cc', 482 'process/process_handle_linux.cc',
482 'process/process_handle_mac.cc', 483 'process/process_handle_mac.cc',
483 'process/process_handle_openbsd.cc', 484 'process/process_handle_openbsd.cc',
484 'process/process_handle_posix.cc', 485 'process/process_handle_posix.cc',
485 'process/process_handle_win.cc', 486 'process/process_handle_win.cc',
486 'process/process_info.h', 487 'process/process_info.h',
487 'process/process_info_linux.cc', 488 'process/process_info_linux.cc',
488 'process/process_info_mac.cc', 489 'process/process_info_mac.cc',
489 'process/process_info_win.cc', 490 'process/process_info_win.cc',
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 'i18n/time_formatting.h', 1047 'i18n/time_formatting.h',
1047 'i18n/timezone.cc', 1048 'i18n/timezone.cc',
1048 'i18n/timezone.h', 1049 'i18n/timezone.h',
1049 'i18n/utf8_validator_tables.cc', 1050 'i18n/utf8_validator_tables.cc',
1050 'i18n/utf8_validator_tables.h', 1051 'i18n/utf8_validator_tables.h',
1051 ], 1052 ],
1052 }] 1053 }]
1053 ], 1054 ],
1054 }, 1055 },
1055 } 1056 }
OLDNEW
« no previous file with comments | « no previous file | base/process/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698