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

Side by Side Diff: base/base.gyp

Issue 3056029: Move the number conversions from string_util to a new file.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 | « app/l10n_util_win.cc ('k') | base/base.gypi » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'scoped_ptr_unittest.cc', 123 'scoped_ptr_unittest.cc',
124 'scoped_temp_dir_unittest.cc', 124 'scoped_temp_dir_unittest.cc',
125 'scoped_variant_win_unittest.cc', 125 'scoped_variant_win_unittest.cc',
126 'sha1_unittest.cc', 126 'sha1_unittest.cc',
127 'sha2_unittest.cc', 127 'sha2_unittest.cc',
128 'shared_memory_unittest.cc', 128 'shared_memory_unittest.cc',
129 'simple_thread_unittest.cc', 129 'simple_thread_unittest.cc',
130 'singleton_unittest.cc', 130 'singleton_unittest.cc',
131 'stack_container_unittest.cc', 131 'stack_container_unittest.cc',
132 'stats_table_unittest.cc', 132 'stats_table_unittest.cc',
133 'string_number_conversions_unittest.cc',
133 'string_piece_unittest.cc', 134 'string_piece_unittest.cc',
134 'string_split_unittest.cc', 135 'string_split_unittest.cc',
135 'string_tokenizer_unittest.cc', 136 'string_tokenizer_unittest.cc',
136 'string_util_unittest.cc', 137 'string_util_unittest.cc',
137 'sys_info_unittest.cc', 138 'sys_info_unittest.cc',
138 'sys_string_conversions_mac_unittest.mm', 139 'sys_string_conversions_mac_unittest.mm',
139 'sys_string_conversions_unittest.cc', 140 'sys_string_conversions_unittest.cc',
140 'thread_collision_warner_unittest.cc', 141 'thread_collision_warner_unittest.cc',
141 'thread_local_storage_unittest.cc', 142 'thread_local_storage_unittest.cc',
142 'thread_local_unittest.cc', 143 'thread_local_unittest.cc',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 ], 281 ],
281 }], 282 }],
282 ], 283 ],
283 } 284 }
284 285
285 # Local Variables: 286 # Local Variables:
286 # tab-width:2 287 # tab-width:2
287 # indent-tabs-mode:nil 288 # indent-tabs-mode:nil
288 # End: 289 # End:
289 # vim: set expandtab tabstop=2 shiftwidth=2: 290 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/l10n_util_win.cc ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698