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

Side by Side Diff: base/base.gyp

Issue 6028009: Move base/thread.h to base/threading, fix up callers to use the new location.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « app/x11_util.cc ('k') | base/base.gypi » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'stringize_macros_unittest.cc', 135 'stringize_macros_unittest.cc',
136 'stringprintf_unittest.cc', 136 'stringprintf_unittest.cc',
137 'sys_info_unittest.cc', 137 'sys_info_unittest.cc',
138 'sys_string_conversions_mac_unittest.mm', 138 'sys_string_conversions_mac_unittest.mm',
139 'sys_string_conversions_unittest.cc', 139 'sys_string_conversions_unittest.cc',
140 'task_queue_unittest.cc', 140 'task_queue_unittest.cc',
141 'task_unittest.cc', 141 'task_unittest.cc',
142 'threading/platform_thread_unittest.cc', 142 'threading/platform_thread_unittest.cc',
143 'threading/simple_thread_unittest.cc', 143 'threading/simple_thread_unittest.cc',
144 'threading/thread_checker_unittest.cc', 144 'threading/thread_checker_unittest.cc',
145 'threading/thread_collision_warner_unittest.cc',
145 'threading/thread_local_storage_unittest.cc', 146 'threading/thread_local_storage_unittest.cc',
146 'threading/thread_local_unittest.cc', 147 'threading/thread_local_unittest.cc',
148 'threading/thread_unittest.cc',
147 'threading/watchdog_unittest.cc', 149 'threading/watchdog_unittest.cc',
148 'threading/worker_pool_posix_unittest.cc', 150 'threading/worker_pool_posix_unittest.cc',
149 'threading/worker_pool_unittest.cc', 151 'threading/worker_pool_unittest.cc',
150 'thread_collision_warner_unittest.cc',
151 'thread_unittest.cc',
152 'time_unittest.cc', 152 'time_unittest.cc',
153 'time_win_unittest.cc', 153 'time_win_unittest.cc',
154 'timer_unittest.cc', 154 'timer_unittest.cc',
155 'tools_sanity_unittest.cc', 155 'tools_sanity_unittest.cc',
156 'tracked_objects_unittest.cc', 156 'tracked_objects_unittest.cc',
157 'tuple_unittest.cc', 157 'tuple_unittest.cc',
158 'utf_offset_string_conversions_unittest.cc', 158 'utf_offset_string_conversions_unittest.cc',
159 'utf_string_conversions_unittest.cc', 159 'utf_string_conversions_unittest.cc',
160 'values_unittest.cc', 160 'values_unittest.cc',
161 'version_unittest.cc', 161 'version_unittest.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ], 323 ],
324 }], 324 }],
325 ], 325 ],
326 } 326 }
327 327
328 # Local Variables: 328 # Local Variables:
329 # tab-width:2 329 # tab-width:2
330 # indent-tabs-mode:nil 330 # indent-tabs-mode:nil
331 # End: 331 # End:
332 # vim: set expandtab tabstop=2 shiftwidth=2: 332 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/x11_util.cc ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698