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

Side by Side Diff: base/base.gypi

Issue 399313006: Move bit_cast from base/macros.h to its own header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos compile after r368203 Created 4 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 | « base/BUILD.gn ('k') | base/bit_cast.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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'base_paths_win.cc', 113 'base_paths_win.cc',
114 'base_paths_win.h', 114 'base_paths_win.h',
115 'base_switches.h', 115 'base_switches.h',
116 'big_endian.cc', 116 'big_endian.cc',
117 'big_endian.h', 117 'big_endian.h',
118 'bind.h', 118 'bind.h',
119 'bind_helpers.cc', 119 'bind_helpers.cc',
120 'bind_helpers.h', 120 'bind_helpers.h',
121 'bind_internal.h', 121 'bind_internal.h',
122 'bind_internal_win.h', 122 'bind_internal_win.h',
123 'bit_cast.h',
123 'bits.h', 124 'bits.h',
124 'build_time.cc', 125 'build_time.cc',
125 'build_time.h', 126 'build_time.h',
126 'callback.h', 127 'callback.h',
127 'callback_helpers.cc', 128 'callback_helpers.cc',
128 'callback_helpers.h', 129 'callback_helpers.h',
129 'callback_internal.cc', 130 'callback_internal.cc',
130 'callback_internal.h', 131 'callback_internal.h',
131 'callback_list.h', 132 'callback_list.h',
132 'cancelable_callback.h', 133 'cancelable_callback.h',
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 'i18n/time_formatting.h', 1055 'i18n/time_formatting.h',
1055 'i18n/timezone.cc', 1056 'i18n/timezone.cc',
1056 'i18n/timezone.h', 1057 'i18n/timezone.h',
1057 'i18n/utf8_validator_tables.cc', 1058 'i18n/utf8_validator_tables.cc',
1058 'i18n/utf8_validator_tables.h', 1059 'i18n/utf8_validator_tables.h',
1059 ], 1060 ],
1060 }] 1061 }]
1061 ], 1062 ],
1062 }, 1063 },
1063 } 1064 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/bit_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698