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

Side by Side Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/file_util_win.cc » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'shared_memory_win.cc', 209 'shared_memory_win.cc',
210 'simple_thread.cc', 210 'simple_thread.cc',
211 'simple_thread.h', 211 'simple_thread.h',
212 'singleton.h', 212 'singleton.h',
213 'spin_wait.h', 213 'spin_wait.h',
214 'stack_container.h', 214 'stack_container.h',
215 'stats_counters.h', 215 'stats_counters.h',
216 'stats_table.cc', 216 'stats_table.cc',
217 'stats_table.h', 217 'stats_table.h',
218 'stl_util-inl.h', 218 'stl_util-inl.h',
219 'string_number_conversions.cc',
220 'string_number_conversions.h',
219 'string_piece.cc', 221 'string_piece.cc',
220 'string_piece.h', 222 'string_piece.h',
221 'string_split.cc', 223 'string_split.cc',
222 'string_split.h', 224 'string_split.h',
223 'string_tokenizer.h', 225 'string_tokenizer.h',
224 'string_util.cc', 226 'string_util.cc',
225 'string_util.h', 227 'string_util.h',
226 'string_util_win.h', 228 'string_util_win.h',
227 'sys_info.h', 229 'sys_info.h',
228 'sys_info_chromeos.cc', 230 'sys_info_chromeos.cc',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 'third_party/xdg_mime/xdgmimemagic.c', 743 'third_party/xdg_mime/xdgmimemagic.c',
742 'third_party/xdg_mime/xdgmimemagic.h', 744 'third_party/xdg_mime/xdgmimemagic.h',
743 'third_party/xdg_mime/xdgmimeparent.c', 745 'third_party/xdg_mime/xdgmimeparent.c',
744 'third_party/xdg_mime/xdgmimeparent.h', 746 'third_party/xdg_mime/xdgmimeparent.h',
745 ], 747 ],
746 }, 748 },
747 ], 749 ],
748 }], 750 }],
749 ], 751 ],
750 } 752 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/file_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698