OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |