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

Side by Side Diff: base/base.gypi

Issue 610313003: [WIP][Base] Use variadic template for Callback and Bind (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrap tuple Created 6 years, 2 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
« no previous file with comments | « base/BUILD.gn ('k') | base/bind.h » ('j') | no next file with comments »
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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'bind_internal_win.h', 111 'bind_internal_win.h',
112 'bits.h', 112 'bits.h',
113 'build_time.cc', 113 'build_time.cc',
114 'build_time.h', 114 'build_time.h',
115 'callback.h', 115 'callback.h',
116 'callback_helpers.cc', 116 'callback_helpers.cc',
117 'callback_helpers.h', 117 'callback_helpers.h',
118 'callback_internal.cc', 118 'callback_internal.cc',
119 'callback_internal.h', 119 'callback_internal.h',
120 'callback_list.h', 120 'callback_list.h',
121 'callback_tuple.h',
121 'cancelable_callback.h', 122 'cancelable_callback.h',
122 'command_line.cc', 123 'command_line.cc',
123 'command_line.h', 124 'command_line.h',
124 'compiler_specific.h', 125 'compiler_specific.h',
125 'containers/adapters.h', 126 'containers/adapters.h',
126 'containers/hash_tables.h', 127 'containers/hash_tables.h',
127 'containers/linked_list.h', 128 'containers/linked_list.h',
128 'containers/mru_cache.h', 129 'containers/mru_cache.h',
129 'containers/scoped_ptr_hash_map.h', 130 'containers/scoped_ptr_hash_map.h',
130 'containers/small_map.h', 131 'containers/small_map.h',
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 'i18n/time_formatting.h', 1005 'i18n/time_formatting.h',
1005 'i18n/timezone.cc', 1006 'i18n/timezone.cc',
1006 'i18n/timezone.h', 1007 'i18n/timezone.h',
1007 'i18n/utf8_validator_tables.cc', 1008 'i18n/utf8_validator_tables.cc',
1008 'i18n/utf8_validator_tables.h', 1009 'i18n/utf8_validator_tables.h',
1009 ], 1010 ],
1010 }] 1011 }]
1011 ], 1012 ],
1012 }, 1013 },
1013 } 1014 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/bind.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698