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

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: Minimize the header dependency. 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/i18n/file_util_icu.cc » ('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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'win_util_unittest.cc', 164 'win_util_unittest.cc',
165 'win/event_trace_consumer_unittest.cc', 165 'win/event_trace_consumer_unittest.cc',
166 'win/event_trace_controller_unittest.cc', 166 'win/event_trace_controller_unittest.cc',
167 'win/event_trace_provider_unittest.cc', 167 'win/event_trace_provider_unittest.cc',
168 'win/i18n_unittest.cc', 168 'win/i18n_unittest.cc',
169 'win/pe_image_unittest.cc', 169 'win/pe_image_unittest.cc',
170 'win/registry_unittest.cc', 170 'win/registry_unittest.cc',
171 'win/scoped_bstr_unittest.cc', 171 'win/scoped_bstr_unittest.cc',
172 'win/scoped_comptr_unittest.cc', 172 'win/scoped_comptr_unittest.cc',
173 'win/scoped_variant_unittest.cc', 173 'win/scoped_variant_unittest.cc',
174 'worker_pool_job_unittest.cc',
174 'worker_pool_unittest.cc', 175 'worker_pool_unittest.cc',
175 ], 176 ],
176 'include_dirs': [ 177 'include_dirs': [
177 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU 178 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU
178 # #include for unicode/uchar.h. This should probably be cleaned up. 179 # #include for unicode/uchar.h. This should probably be cleaned up.
179 '../third_party/icu/public/common', 180 '../third_party/icu/public/common',
180 ], 181 ],
181 'dependencies': [ 182 'dependencies': [
182 'base', 183 'base',
183 'base_i18n', 184 'base_i18n',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 ], 326 ],
326 }], 327 }],
327 ], 328 ],
328 } 329 }
329 330
330 # Local Variables: 331 # Local Variables:
331 # tab-width:2 332 # tab-width:2
332 # indent-tabs-mode:nil 333 # indent-tabs-mode:nil
333 # End: 334 # End:
334 # vim: set expandtab tabstop=2 shiftwidth=2: 335 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/i18n/file_util_icu.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698