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

Side by Side Diff: base/base.gypi

Issue 9717021: Make Callback::Reset() return a copy to support use-cases where Run() ends up modifying |*this|. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: base::ResetAndReturn is born. Created 8 years, 9 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/callback_helpers.h » ('j') | base/callback_unittest.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'basictypes.h', 53 'basictypes.h',
54 'bind.h', 54 'bind.h',
55 'bind_helpers.cc', 55 'bind_helpers.cc',
56 'bind_helpers.h', 56 'bind_helpers.h',
57 'bind_internal.h', 57 'bind_internal.h',
58 'bind_internal_win.h', 58 'bind_internal_win.h',
59 'bits.h', 59 'bits.h',
60 'build_time.cc', 60 'build_time.cc',
61 'build_time.h', 61 'build_time.h',
62 'callback.h', 62 'callback.h',
63 'callback_helpers.h',
63 'callback_internal.cc', 64 'callback_internal.cc',
64 'callback_internal.h', 65 'callback_internal.h',
65 'cancelable_callback.h', 66 'cancelable_callback.h',
66 'chromeos/chromeos_version.cc', 67 'chromeos/chromeos_version.cc',
67 'chromeos/chromeos_version.h', 68 'chromeos/chromeos_version.h',
68 'command_line.cc', 69 'command_line.cc',
69 'command_line.h', 70 'command_line.h',
70 'compiler_specific.h', 71 'compiler_specific.h',
71 'cpu.cc', 72 'cpu.cc',
72 'cpu.h', 73 'cpu.h',
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 'third_party/xdg_mime/xdgmimemagic.c', 911 'third_party/xdg_mime/xdgmimemagic.c',
911 'third_party/xdg_mime/xdgmimemagic.h', 912 'third_party/xdg_mime/xdgmimemagic.h',
912 'third_party/xdg_mime/xdgmimeparent.c', 913 'third_party/xdg_mime/xdgmimeparent.c',
913 'third_party/xdg_mime/xdgmimeparent.h', 914 'third_party/xdg_mime/xdgmimeparent.h',
914 ], 915 ],
915 }, 916 },
916 ], 917 ],
917 }], 918 }],
918 ], 919 ],
919 } 920 }
OLDNEW
« no previous file with comments | « no previous file | base/callback_helpers.h » ('j') | base/callback_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698