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

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: Use an interned name instead of name version. 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
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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 'threading/sequenced_worker_pool.h', 447 'threading/sequenced_worker_pool.h',
448 'threading/simple_thread.cc', 448 'threading/simple_thread.cc',
449 'threading/simple_thread.h', 449 'threading/simple_thread.h',
450 'threading/thread.cc', 450 'threading/thread.cc',
451 'threading/thread.h', 451 'threading/thread.h',
452 'threading/thread_checker.h', 452 'threading/thread_checker.h',
453 'threading/thread_checker_impl.cc', 453 'threading/thread_checker_impl.cc',
454 'threading/thread_checker_impl.h', 454 'threading/thread_checker_impl.h',
455 'threading/thread_collision_warner.cc', 455 'threading/thread_collision_warner.cc',
456 'threading/thread_collision_warner.h', 456 'threading/thread_collision_warner.h',
457 'threading/thread_id_name_manager.cc',
458 'threading/thread_id_name_manager.h',
457 'threading/thread_local.h', 459 'threading/thread_local.h',
458 'threading/thread_local_posix.cc', 460 'threading/thread_local_posix.cc',
459 'threading/thread_local_storage.h', 461 'threading/thread_local_storage.h',
460 'threading/thread_local_storage_posix.cc', 462 'threading/thread_local_storage_posix.cc',
461 'threading/thread_local_storage_win.cc', 463 'threading/thread_local_storage_win.cc',
462 'threading/thread_local_win.cc', 464 'threading/thread_local_win.cc',
463 'threading/thread_restrictions.h', 465 'threading/thread_restrictions.h',
464 'threading/thread_restrictions.cc', 466 'threading/thread_restrictions.cc',
465 'threading/watchdog.cc', 467 'threading/watchdog.cc',
466 'threading/watchdog.h', 468 'threading/watchdog.h',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 # Remove all unnecessary files for build_nexe.py to avoid exceeding 727 # Remove all unnecessary files for build_nexe.py to avoid exceeding
726 # command-line-string limitation when building NaCl on Windows. 728 # command-line-string limitation when building NaCl on Windows.
727 ['OS == "win" and >(nacl_untrusted_build)==1', { 729 ['OS == "win" and >(nacl_untrusted_build)==1', {
728 'sources/': [ ['exclude', '\\.h$'] ], 730 'sources/': [ ['exclude', '\\.h$'] ],
729 }], 731 }],
730 ], 732 ],
731 }], 733 }],
732 ], 734 ],
733 }, 735 },
734 } 736 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/debug/trace_event_impl.cc » ('j') | base/debug/trace_event_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698