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

Side by Side Diff: base/base.gypi

Issue 60743004: Implement chromium's TLS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync and reland Created 6 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
« no previous file with comments | « no previous file | base/threading/thread_local_storage.h » ('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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 'threading/thread.h', 591 'threading/thread.h',
592 'threading/thread_checker.h', 592 'threading/thread_checker.h',
593 'threading/thread_checker_impl.cc', 593 'threading/thread_checker_impl.cc',
594 'threading/thread_checker_impl.h', 594 'threading/thread_checker_impl.h',
595 'threading/thread_collision_warner.cc', 595 'threading/thread_collision_warner.cc',
596 'threading/thread_collision_warner.h', 596 'threading/thread_collision_warner.h',
597 'threading/thread_id_name_manager.cc', 597 'threading/thread_id_name_manager.cc',
598 'threading/thread_id_name_manager.h', 598 'threading/thread_id_name_manager.h',
599 'threading/thread_local.h', 599 'threading/thread_local.h',
600 'threading/thread_local_posix.cc', 600 'threading/thread_local_posix.cc',
601 'threading/thread_local_storage.cc',
601 'threading/thread_local_storage.h', 602 'threading/thread_local_storage.h',
602 'threading/thread_local_storage_posix.cc', 603 'threading/thread_local_storage_posix.cc',
603 'threading/thread_local_storage_win.cc', 604 'threading/thread_local_storage_win.cc',
604 'threading/thread_local_win.cc', 605 'threading/thread_local_win.cc',
605 'threading/thread_restrictions.h', 606 'threading/thread_restrictions.h',
606 'threading/thread_restrictions.cc', 607 'threading/thread_restrictions.cc',
607 'threading/watchdog.cc', 608 'threading/watchdog.cc',
608 'threading/watchdog.h', 609 'threading/watchdog.h',
609 'threading/worker_pool.h', 610 'threading/worker_pool.h',
610 'threading/worker_pool.cc', 611 'threading/worker_pool.cc',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 'i18n/string_search.h', 988 'i18n/string_search.h',
988 'i18n/time_formatting.cc', 989 'i18n/time_formatting.cc',
989 'i18n/time_formatting.h', 990 'i18n/time_formatting.h',
990 'i18n/timezone.cc', 991 'i18n/timezone.cc',
991 'i18n/timezone.h', 992 'i18n/timezone.h',
992 ], 993 ],
993 }] 994 }]
994 ], 995 ],
995 }, 996 },
996 } 997 }
OLDNEW
« no previous file with comments | « no previous file | base/threading/thread_local_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698