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

Side by Side Diff: base/base.gyp

Issue 5710002: Create base::WorkerPoolJob. Use it for HostResolverImpl and DirectoryLister. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address cancellation. Created 10 years 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 | « no previous file | base/base.gypi » ('j') | base/worker_pool_job.h » ('J')
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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'win_util_unittest.cc', 165 'win_util_unittest.cc',
166 'win/event_trace_consumer_unittest.cc', 166 'win/event_trace_consumer_unittest.cc',
167 'win/event_trace_controller_unittest.cc', 167 'win/event_trace_controller_unittest.cc',
168 'win/event_trace_provider_unittest.cc', 168 'win/event_trace_provider_unittest.cc',
169 'win/i18n_unittest.cc', 169 'win/i18n_unittest.cc',
170 'win/pe_image_unittest.cc', 170 'win/pe_image_unittest.cc',
171 'win/registry_unittest.cc', 171 'win/registry_unittest.cc',
172 'win/scoped_bstr_unittest.cc', 172 'win/scoped_bstr_unittest.cc',
173 'win/scoped_comptr_unittest.cc', 173 'win/scoped_comptr_unittest.cc',
174 'win/scoped_variant_unittest.cc', 174 'win/scoped_variant_unittest.cc',
175 'worker_pool_job_unittest.cc',
175 'worker_pool_posix_unittest.cc', 176 'worker_pool_posix_unittest.cc',
176 'worker_pool_unittest.cc', 177 'worker_pool_unittest.cc',
177 ], 178 ],
178 'dependencies': [ 179 'dependencies': [
179 'base', 180 'base',
180 'base_i18n', 181 'base_i18n',
181 'test_support_base', 182 'test_support_base',
182 '../testing/gmock.gyp:gmock', 183 '../testing/gmock.gyp:gmock',
183 '../testing/gtest.gyp:gtest', 184 '../testing/gtest.gyp:gtest',
184 ], 185 ],
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 ], 325 ],
325 }], 326 }],
326 ], 327 ],
327 } 328 }
328 329
329 # Local Variables: 330 # Local Variables:
330 # tab-width:2 331 # tab-width:2
331 # indent-tabs-mode:nil 332 # indent-tabs-mode:nil
332 # End: 333 # End:
333 # vim: set expandtab tabstop=2 shiftwidth=2: 334 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/worker_pool_job.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698