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

Side by Side Diff: base/base.gyp

Issue 1039143004: Add base::ThreadLocalStorage (Closed) Base URL: https://chromium.googlesource.com/chromium/mini_chromium@master
Patch Set: Created 5 years, 9 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 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 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 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 9
10 'targets': [ 10 'targets': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'synchronization/condition_variable_posix.cc', 100 'synchronization/condition_variable_posix.cc',
101 'synchronization/lock.cc', 101 'synchronization/lock.cc',
102 'synchronization/lock.h', 102 'synchronization/lock.h',
103 'synchronization/lock_impl.h', 103 'synchronization/lock_impl.h',
104 'synchronization/lock_impl_posix.cc', 104 'synchronization/lock_impl_posix.cc',
105 'synchronization/lock_impl_win.cc', 105 'synchronization/lock_impl_win.cc',
106 'sys_byteorder.h', 106 'sys_byteorder.h',
107 'template_util.h', 107 'template_util.h',
108 'third_party/icu/icu_utf.cc', 108 'third_party/icu/icu_utf.cc',
109 'third_party/icu/icu_utf.h', 109 'third_party/icu/icu_utf.h',
110 'threading/thread_local_storage.cc',
111 'threading/thread_local_storage.h',
112 'threading/thread_local_storage_posix.cc',
113 'threading/thread_local_storage_win.cc',
110 '../build/build_config.h', 114 '../build/build_config.h',
111 ], 115 ],
112 'direct_dependent_settings': { 116 'direct_dependent_settings': {
113 'include_dirs': [ 117 'include_dirs': [
114 '..', 118 '..',
115 ], 119 ],
116 }, 120 },
117 }, 121 },
118 ], 122 ],
119 } 123 }
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