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

Side by Side Diff: base/base.gyp

Issue 502074: Move two generic string split functions from sync API to their own API in bas... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | « no previous file | base/base.gypi » ('j') | base/string_split.h » ('J')
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'scoped_temp_dir_unittest.cc', 109 'scoped_temp_dir_unittest.cc',
110 'scoped_variant_win_unittest.cc', 110 'scoped_variant_win_unittest.cc',
111 'sha1_unittest.cc', 111 'sha1_unittest.cc',
112 'sha2_unittest.cc', 112 'sha2_unittest.cc',
113 'shared_memory_unittest.cc', 113 'shared_memory_unittest.cc',
114 'simple_thread_unittest.cc', 114 'simple_thread_unittest.cc',
115 'singleton_unittest.cc', 115 'singleton_unittest.cc',
116 'stack_container_unittest.cc', 116 'stack_container_unittest.cc',
117 'stats_table_unittest.cc', 117 'stats_table_unittest.cc',
118 'string_piece_unittest.cc', 118 'string_piece_unittest.cc',
119 'string_split_unittest.cc',
119 'string_tokenizer_unittest.cc', 120 'string_tokenizer_unittest.cc',
120 'string_util_unittest.cc', 121 'string_util_unittest.cc',
121 'sys_info_unittest.cc', 122 'sys_info_unittest.cc',
122 'sys_string_conversions_mac_unittest.mm', 123 'sys_string_conversions_mac_unittest.mm',
123 'sys_string_conversions_unittest.cc', 124 'sys_string_conversions_unittest.cc',
124 'task_unittest.cc', 125 'task_unittest.cc',
125 'thread_collision_warner_unittest.cc', 126 'thread_collision_warner_unittest.cc',
126 'thread_local_storage_unittest.cc', 127 'thread_local_storage_unittest.cc',
127 'thread_local_unittest.cc', 128 'thread_local_unittest.cc',
128 'thread_unittest.cc', 129 'thread_unittest.cc',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 ], 327 ],
327 }], 328 }],
328 ], 329 ],
329 } 330 }
330 331
331 # Local Variables: 332 # Local Variables:
332 # tab-width:2 333 # tab-width:2
333 # indent-tabs-mode:nil 334 # indent-tabs-mode:nil
334 # End: 335 # End:
335 # vim: set expandtab tabstop=2 shiftwidth=2: 336 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/string_split.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698