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

Side by Side Diff: base/base.gypi

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
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'simple_thread.h', 190 'simple_thread.h',
191 'singleton.h', 191 'singleton.h',
192 'spin_wait.h', 192 'spin_wait.h',
193 'stack_container.h', 193 'stack_container.h',
194 'stats_counters.h', 194 'stats_counters.h',
195 'stats_table.cc', 195 'stats_table.cc',
196 'stats_table.h', 196 'stats_table.h',
197 'stl_util-inl.h', 197 'stl_util-inl.h',
198 'string_piece.cc', 198 'string_piece.cc',
199 'string_piece.h', 199 'string_piece.h',
200 'string_split.cc',
201 'string_split.h',
200 'string_tokenizer.h', 202 'string_tokenizer.h',
201 'string_util.cc', 203 'string_util.cc',
202 'string_util.h', 204 'string_util.h',
203 'string_util_win.h', 205 'string_util_win.h',
204 'sys_info.h', 206 'sys_info.h',
205 'sys_info_chromeos.cc', 207 'sys_info_chromeos.cc',
206 'sys_info_freebsd.cc', 208 'sys_info_freebsd.cc',
207 'sys_info_linux.cc', 209 'sys_info_linux.cc',
208 'sys_info_mac.cc', 210 'sys_info_mac.cc',
209 'sys_info_openbsd.cc', 211 'sys_info_openbsd.cc',
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'configurations': { 597 'configurations': {
596 'Common_Base': { 598 'Common_Base': {
597 'msvs_target_platform': 'x64', 599 'msvs_target_platform': 'x64',
598 }, 600 },
599 }, 601 },
600 }, 602 },
601 ], 603 ],
602 }], 604 }],
603 ], 605 ],
604 } 606 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/string_split.h » ('j') | base/string_split.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698