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

Side by Side Diff: base/base.gypi

Issue 7342047: Cleanup base/stl_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unneeded include + rebase Created 9 years, 5 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'scoped_temp_dir.cc', 208 'scoped_temp_dir.cc',
209 'scoped_temp_dir.h', 209 'scoped_temp_dir.h',
210 'sha1.h', 210 'sha1.h',
211 'sha1_portable.cc', 211 'sha1_portable.cc',
212 'sha1_win.cc', 212 'sha1_win.cc',
213 'shared_memory.h', 213 'shared_memory.h',
214 'shared_memory_posix.cc', 214 'shared_memory_posix.cc',
215 'shared_memory_win.cc', 215 'shared_memory_win.cc',
216 'spin_wait.h', 216 'spin_wait.h',
217 'stack_container.h', 217 'stack_container.h',
218 'stl_util-inl.h', 218 'stl_util.h',
219 'string_number_conversions.cc', 219 'string_number_conversions.cc',
220 'string_number_conversions.h', 220 'string_number_conversions.h',
221 'string_piece.cc', 221 'string_piece.cc',
222 'string_piece.h', 222 'string_piece.h',
223 'string_split.cc', 223 'string_split.cc',
224 'string_split.h', 224 'string_split.h',
225 'string_tokenizer.h', 225 'string_tokenizer.h',
226 'string_util.cc', 226 'string_util.cc',
227 'string_util.h', 227 'string_util.h',
228 'string_util_win.h', 228 'string_util_win.h',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 'third_party/xdg_mime/xdgmimemagic.c', 709 'third_party/xdg_mime/xdgmimemagic.c',
710 'third_party/xdg_mime/xdgmimemagic.h', 710 'third_party/xdg_mime/xdgmimemagic.h',
711 'third_party/xdg_mime/xdgmimeparent.c', 711 'third_party/xdg_mime/xdgmimeparent.c',
712 'third_party/xdg_mime/xdgmimeparent.h', 712 'third_party/xdg_mime/xdgmimeparent.h',
713 ], 713 ],
714 }, 714 },
715 ], 715 ],
716 }], 716 }],
717 ], 717 ],
718 } 718 }
OLDNEW
« no previous file with comments | « DEPS ('k') | base/files/file_path_watcher_browsertest.cc » ('j') | base/stl_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698