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

Side by Side Diff: base/base.gypi

Issue 464075: Move two generic string split functions from sync API to their own API in base/string_split. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: added .gypi Created 11 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | base/string_split.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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'simple_thread.h', 188 'simple_thread.h',
189 'singleton.h', 189 'singleton.h',
190 'spin_wait.h', 190 'spin_wait.h',
191 'stack_container.h', 191 'stack_container.h',
192 'stats_counters.h', 192 'stats_counters.h',
193 'stats_table.cc', 193 'stats_table.cc',
194 'stats_table.h', 194 'stats_table.h',
195 'stl_util-inl.h', 195 'stl_util-inl.h',
196 'string_piece.cc', 196 'string_piece.cc',
197 'string_piece.h', 197 'string_piece.h',
198 'string_split.cc',
199 'string_split.h'
198 'string_tokenizer.h', 200 'string_tokenizer.h',
199 'string_util.cc', 201 'string_util.cc',
200 'string_util.h', 202 'string_util.h',
201 'string_util_win.h', 203 'string_util_win.h',
202 'sys_info.h', 204 'sys_info.h',
203 'sys_info_chromeos.cc', 205 'sys_info_chromeos.cc',
204 'sys_info_freebsd.cc', 206 'sys_info_freebsd.cc',
205 'sys_info_linux.cc', 207 'sys_info_linux.cc',
206 'sys_info_mac.cc', 208 'sys_info_mac.cc',
207 'sys_info_openbsd.cc', 209 'sys_info_openbsd.cc',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'configurations': { 590 'configurations': {
589 'Common': { 591 'Common': {
590 'msvs_target_platform': 'x64', 592 'msvs_target_platform': 'x64',
591 }, 593 },
592 }, 594 },
593 }, 595 },
594 ], 596 ],
595 }], 597 }],
596 ], 598 ],
597 } 599 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/string_split.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698