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

Side by Side Diff: base/base.gypi

Issue 11438022: Add ability to retrieve a thread_name given a thread_id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make some of the try servers happier. Created 7 years, 11 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 | « base/base.gyp ('k') | base/debug/trace_event_impl.cc » ('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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'threading/sequenced_worker_pool.h', 461 'threading/sequenced_worker_pool.h',
462 'threading/simple_thread.cc', 462 'threading/simple_thread.cc',
463 'threading/simple_thread.h', 463 'threading/simple_thread.h',
464 'threading/thread.cc', 464 'threading/thread.cc',
465 'threading/thread.h', 465 'threading/thread.h',
466 'threading/thread_checker.h', 466 'threading/thread_checker.h',
467 'threading/thread_checker_impl.cc', 467 'threading/thread_checker_impl.cc',
468 'threading/thread_checker_impl.h', 468 'threading/thread_checker_impl.h',
469 'threading/thread_collision_warner.cc', 469 'threading/thread_collision_warner.cc',
470 'threading/thread_collision_warner.h', 470 'threading/thread_collision_warner.h',
471 'threading/thread_id_name_manager.cc',
472 'threading/thread_id_name_manager.h',
471 'threading/thread_local.h', 473 'threading/thread_local.h',
472 'threading/thread_local_posix.cc', 474 'threading/thread_local_posix.cc',
473 'threading/thread_local_storage.h', 475 'threading/thread_local_storage.h',
474 'threading/thread_local_storage_posix.cc', 476 'threading/thread_local_storage_posix.cc',
475 'threading/thread_local_storage_win.cc', 477 'threading/thread_local_storage_win.cc',
476 'threading/thread_local_win.cc', 478 'threading/thread_local_win.cc',
477 'threading/thread_restrictions.h', 479 'threading/thread_restrictions.h',
478 'threading/thread_restrictions.cc', 480 'threading/thread_restrictions.cc',
479 'threading/watchdog.cc', 481 'threading/watchdog.cc',
480 'threading/watchdog.h', 482 'threading/watchdog.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 748 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
747 'sources/': [ 749 'sources/': [
748 ['exclude', '^third_party/nspr/'], 750 ['exclude', '^third_party/nspr/'],
749 ], 751 ],
750 }], 752 }],
751 ], 753 ],
752 }], 754 }],
753 ], 755 ],
754 }, 756 },
755 } 757 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/debug/trace_event_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698