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

Side by Side Diff: base/base.gypi

Issue 743853002: Bind: Use VariadicTemplates in bind_internal.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@05_combined
Patch Set: disable back nocompile tests Created 6 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
« no previous file with comments | « base/BUILD.gn ('k') | base/bind.h » ('j') | base/bind_helpers.h » ('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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'bind_internal_win.h', 114 'bind_internal_win.h',
115 'bits.h', 115 'bits.h',
116 'build_time.cc', 116 'build_time.cc',
117 'build_time.h', 117 'build_time.h',
118 'callback.h', 118 'callback.h',
119 'callback_helpers.cc', 119 'callback_helpers.cc',
120 'callback_helpers.h', 120 'callback_helpers.h',
121 'callback_internal.cc', 121 'callback_internal.cc',
122 'callback_internal.h', 122 'callback_internal.h',
123 'callback_list.h', 123 'callback_list.h',
124 'callback_tuple.h',
124 'cancelable_callback.h', 125 'cancelable_callback.h',
125 'command_line.cc', 126 'command_line.cc',
126 'command_line.h', 127 'command_line.h',
127 'compiler_specific.h', 128 'compiler_specific.h',
128 'containers/adapters.h', 129 'containers/adapters.h',
129 'containers/hash_tables.h', 130 'containers/hash_tables.h',
130 'containers/linked_list.h', 131 'containers/linked_list.h',
131 'containers/mru_cache.h', 132 'containers/mru_cache.h',
132 'containers/scoped_ptr_hash_map.h', 133 'containers/scoped_ptr_hash_map.h',
133 'containers/small_map.h', 134 'containers/small_map.h',
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 'i18n/time_formatting.h', 1020 'i18n/time_formatting.h',
1020 'i18n/timezone.cc', 1021 'i18n/timezone.cc',
1021 'i18n/timezone.h', 1022 'i18n/timezone.h',
1022 'i18n/utf8_validator_tables.cc', 1023 'i18n/utf8_validator_tables.cc',
1023 'i18n/utf8_validator_tables.h', 1024 'i18n/utf8_validator_tables.h',
1024 ], 1025 ],
1025 }] 1026 }]
1026 ], 1027 ],
1027 }, 1028 },
1028 } 1029 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/bind.h » ('j') | base/bind_helpers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698