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

Side by Side Diff: base/base.gypi

Issue 6094005: Create "Prebind" a wrapper to tr1::bind. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Closure example ported to Prebinds 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 | « no previous file | base/closure.h » ('j') | base/closure.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 '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 23 matching lines...) Expand all
34 'base_paths_win.cc', 34 'base_paths_win.cc',
35 'base_paths_win.h', 35 'base_paths_win.h',
36 'base_switches.cc', 36 'base_switches.cc',
37 'base_switches.h', 37 'base_switches.h',
38 'basictypes.h', 38 'basictypes.h',
39 'bits.h', 39 'bits.h',
40 'bzip2_error_handler.cc', 40 'bzip2_error_handler.cc',
41 'callback.h', 41 'callback.h',
42 'cancellation_flag.cc', 42 'cancellation_flag.cc',
43 'cancellation_flag.h', 43 'cancellation_flag.h',
44 'closure.h',
44 'command_line.cc', 45 'command_line.cc',
45 'command_line.h', 46 'command_line.h',
46 'compiler_specific.h', 47 'compiler_specific.h',
47 'condition_variable.h', 48 'condition_variable.h',
48 'condition_variable_posix.cc', 49 'condition_variable_posix.cc',
49 'condition_variable_win.cc', 50 'condition_variable_win.cc',
50 'cpu.cc', 51 'cpu.cc',
51 'cpu.h', 52 'cpu.h',
52 'debug_on_start.cc', 53 'debug_on_start.cc',
53 'debug_on_start.h', 54 'debug_on_start.h',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'sys_info_mac.cc', 236 'sys_info_mac.cc',
236 'sys_info_openbsd.cc', 237 'sys_info_openbsd.cc',
237 'sys_info_posix.cc', 238 'sys_info_posix.cc',
238 'sys_info_win.cc', 239 'sys_info_win.cc',
239 'sys_string_conversions.h', 240 'sys_string_conversions.h',
240 'sys_string_conversions_linux.cc', 241 'sys_string_conversions_linux.cc',
241 'sys_string_conversions_mac.mm', 242 'sys_string_conversions_mac.mm',
242 'sys_string_conversions_win.cc', 243 'sys_string_conversions_win.cc',
243 'task.cc', 244 'task.cc',
244 'task.h', 245 'task.h',
246 'prebind.h',
245 'task_queue.cc', 247 'task_queue.cc',
246 'task_queue.h', 248 'task_queue.h',
247 'template_util.h', 249 'template_util.h',
248 'thread.cc', 250 'thread.cc',
249 'thread.h', 251 'thread.h',
250 'thread_checker.cc', 252 'thread_checker.cc',
251 'thread_checker.h', 253 'thread_checker.h',
252 'thread_collision_warner.cc', 254 'thread_collision_warner.cc',
253 'thread_collision_warner.h', 255 'thread_collision_warner.h',
254 'thread_local.h', 256 'thread_local.h',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'third_party/xdg_mime/xdgmimemagic.c', 737 'third_party/xdg_mime/xdgmimemagic.c',
736 'third_party/xdg_mime/xdgmimemagic.h', 738 'third_party/xdg_mime/xdgmimemagic.h',
737 'third_party/xdg_mime/xdgmimeparent.c', 739 'third_party/xdg_mime/xdgmimeparent.c',
738 'third_party/xdg_mime/xdgmimeparent.h', 740 'third_party/xdg_mime/xdgmimeparent.h',
739 ], 741 ],
740 }, 742 },
741 ], 743 ],
742 }], 744 }],
743 ], 745 ],
744 } 746 }
OLDNEW
« no previous file with comments | « no previous file | base/closure.h » ('j') | base/closure.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698