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

Side by Side Diff: base/base.gypi

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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'win/scoped_handle.h', 313 'win/scoped_handle.h',
314 'win/scoped_hdc.h', 314 'win/scoped_hdc.h',
315 'win/scoped_hglobal.h', 315 'win/scoped_hglobal.h',
316 'win/scoped_variant.cc', 316 'win/scoped_variant.cc',
317 'win/scoped_variant.h', 317 'win/scoped_variant.h',
318 'win/windows_version.cc', 318 'win/windows_version.cc',
319 'win/windows_version.h', 319 'win/windows_version.h',
320 'win_util.cc', 320 'win_util.cc',
321 'win_util.h', 321 'win_util.h',
322 'worker_pool.h', 322 'worker_pool.h',
323 'worker_pool_job.cc',
324 'worker_pool_job.h',
323 'worker_pool_posix.cc', 325 'worker_pool_posix.cc',
324 'worker_pool_posix.h', 326 'worker_pool_posix.h',
325 'worker_pool_win.cc', 327 'worker_pool_win.cc',
326 'nix/xdg_util.h', 328 'nix/xdg_util.h',
327 'nix/xdg_util.cc', 329 'nix/xdg_util.cc',
328 ], 330 ],
329 'include_dirs': [ 331 'include_dirs': [
330 '..', 332 '..',
331 ], 333 ],
332 # These warnings are needed for the files in third_party\dmg_fp. 334 # These warnings are needed for the files in third_party\dmg_fp.
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 'third_party/xdg_mime/xdgmimemagic.c', 744 'third_party/xdg_mime/xdgmimemagic.c',
743 'third_party/xdg_mime/xdgmimemagic.h', 745 'third_party/xdg_mime/xdgmimemagic.h',
744 'third_party/xdg_mime/xdgmimeparent.c', 746 'third_party/xdg_mime/xdgmimeparent.c',
745 'third_party/xdg_mime/xdgmimeparent.h', 747 'third_party/xdg_mime/xdgmimeparent.h',
746 ], 748 ],
747 }, 749 },
748 ], 750 ],
749 }], 751 }],
750 ], 752 ],
751 } 753 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/i18n/file_util_icu.cc » ('j') | base/worker_pool_job.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698