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

Side by Side Diff: base/base.gypi

Issue 6052006: Proof of concept for tr1-based Task replacement. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/net/base
Patch Set: Examples of replacing CreateFunctor, ScopedRMF, CompletionCallback Created 9 years, 12 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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'third_party/xdg_mime/xdgmimemagic.c', 736 'third_party/xdg_mime/xdgmimemagic.c',
736 'third_party/xdg_mime/xdgmimemagic.h', 737 'third_party/xdg_mime/xdgmimemagic.h',
737 'third_party/xdg_mime/xdgmimeparent.c', 738 'third_party/xdg_mime/xdgmimeparent.c',
738 'third_party/xdg_mime/xdgmimeparent.h', 739 'third_party/xdg_mime/xdgmimeparent.h',
739 ], 740 ],
740 }, 741 },
741 ], 742 ],
742 }], 743 }],
743 ], 744 ],
744 } 745 }
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