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

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: Respond to comments. Created 5 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/BUILD.gn » ('j') | base/process/BUILD.gn » ('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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'process/launch_ios.cc', 467 'process/launch_ios.cc',
468 'process/launch_mac.cc', 468 'process/launch_mac.cc',
469 'process/launch_posix.cc', 469 'process/launch_posix.cc',
470 'process/launch_win.cc', 470 'process/launch_win.cc',
471 'process/memory.cc', 471 'process/memory.cc',
472 'process/memory.h', 472 'process/memory.h',
473 'process/memory_linux.cc', 473 'process/memory_linux.cc',
474 'process/memory_mac.mm', 474 'process/memory_mac.mm',
475 'process/memory_win.cc', 475 'process/memory_win.cc',
476 'process/process.h', 476 'process/process.h',
477 'process/process_handle.cc',
danakj 2015/06/17 17:17:16 add the header here too, it was omitted.
477 'process/process_handle_freebsd.cc', 478 'process/process_handle_freebsd.cc',
478 'process/process_handle_linux.cc', 479 'process/process_handle_linux.cc',
479 'process/process_handle_mac.cc', 480 'process/process_handle_mac.cc',
480 'process/process_handle_openbsd.cc', 481 'process/process_handle_openbsd.cc',
481 'process/process_handle_posix.cc', 482 'process/process_handle_posix.cc',
482 'process/process_handle_win.cc', 483 'process/process_handle_win.cc',
483 'process/process_info.h', 484 'process/process_info.h',
484 'process/process_info_linux.cc', 485 'process/process_info_linux.cc',
485 'process/process_info_mac.cc', 486 'process/process_info_mac.cc',
486 'process/process_info_win.cc', 487 'process/process_info_win.cc',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 'i18n/time_formatting.h', 1031 'i18n/time_formatting.h',
1031 'i18n/timezone.cc', 1032 'i18n/timezone.cc',
1032 'i18n/timezone.h', 1033 'i18n/timezone.h',
1033 'i18n/utf8_validator_tables.cc', 1034 'i18n/utf8_validator_tables.cc',
1034 'i18n/utf8_validator_tables.h', 1035 'i18n/utf8_validator_tables.h',
1035 ], 1036 ],
1036 }] 1037 }]
1037 ], 1038 ],
1038 }, 1039 },
1039 } 1040 }
OLDNEW
« no previous file with comments | « no previous file | base/process/BUILD.gn » ('j') | base/process/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698