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

Side by Side Diff: base/base.gypi

Issue 1726203002: Refactor thread_local.h's TLS Implementation to use ThreadLocalStorage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'threading/thread.cc', 666 'threading/thread.cc',
667 'threading/thread.h', 667 'threading/thread.h',
668 'threading/thread_checker.h', 668 'threading/thread_checker.h',
669 'threading/thread_checker_impl.cc', 669 'threading/thread_checker_impl.cc',
670 'threading/thread_checker_impl.h', 670 'threading/thread_checker_impl.h',
671 'threading/thread_collision_warner.cc', 671 'threading/thread_collision_warner.cc',
672 'threading/thread_collision_warner.h', 672 'threading/thread_collision_warner.h',
673 'threading/thread_id_name_manager.cc', 673 'threading/thread_id_name_manager.cc',
674 'threading/thread_id_name_manager.h', 674 'threading/thread_id_name_manager.h',
675 'threading/thread_local.h', 675 'threading/thread_local.h',
676 'threading/thread_local_android.cc',
677 'threading/thread_local_posix.cc',
678 'threading/thread_local_storage.cc', 676 'threading/thread_local_storage.cc',
679 'threading/thread_local_storage.h', 677 'threading/thread_local_storage.h',
680 'threading/thread_local_storage_posix.cc', 678 'threading/thread_local_storage_posix.cc',
681 'threading/thread_local_storage_win.cc', 679 'threading/thread_local_storage_win.cc',
682 'threading/thread_local_win.cc',
683 'threading/thread_restrictions.cc', 680 'threading/thread_restrictions.cc',
684 'threading/thread_restrictions.h', 681 'threading/thread_restrictions.h',
685 'threading/watchdog.cc', 682 'threading/watchdog.cc',
686 'threading/watchdog.h', 683 'threading/watchdog.h',
687 'threading/worker_pool.cc', 684 'threading/worker_pool.cc',
688 'threading/worker_pool.h', 685 'threading/worker_pool.h',
689 'threading/worker_pool_posix.cc', 686 'threading/worker_pool_posix.cc',
690 'threading/worker_pool_posix.h', 687 'threading/worker_pool_posix.h',
691 'threading/worker_pool_win.cc', 688 'threading/worker_pool_win.cc',
692 'time/clock.cc', 689 'time/clock.cc',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 'i18n/time_formatting.h', 1057 'i18n/time_formatting.h',
1061 'i18n/timezone.cc', 1058 'i18n/timezone.cc',
1062 'i18n/timezone.h', 1059 'i18n/timezone.h',
1063 'i18n/utf8_validator_tables.cc', 1060 'i18n/utf8_validator_tables.cc',
1064 'i18n/utf8_validator_tables.h', 1061 'i18n/utf8_validator_tables.h',
1065 ], 1062 ],
1066 }] 1063 }]
1067 ], 1064 ],
1068 }, 1065 },
1069 } 1066 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/threading/thread_local.h » ('j') | base/threading/thread_local.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698