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

Side by Side Diff: base/base.gypi

Issue 1604042: Improve error messages for bad SocketParams. (Closed)
Patch Set: Address davidben's comments and add to gyp file. Created 10 years, 6 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
« no previous file with comments | « no previous file | base/template_util.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) 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'sys_info_linux.cc', 228 'sys_info_linux.cc',
229 'sys_info_mac.cc', 229 'sys_info_mac.cc',
230 'sys_info_openbsd.cc', 230 'sys_info_openbsd.cc',
231 'sys_info_posix.cc', 231 'sys_info_posix.cc',
232 'sys_info_win.cc', 232 'sys_info_win.cc',
233 'sys_string_conversions.h', 233 'sys_string_conversions.h',
234 'sys_string_conversions_linux.cc', 234 'sys_string_conversions_linux.cc',
235 'sys_string_conversions_mac.mm', 235 'sys_string_conversions_mac.mm',
236 'sys_string_conversions_win.cc', 236 'sys_string_conversions_win.cc',
237 'task.h', 237 'task.h',
238 'template_util.h',
238 'thread.cc', 239 'thread.cc',
239 'thread.h', 240 'thread.h',
240 'thread_collision_warner.cc', 241 'thread_collision_warner.cc',
241 'thread_collision_warner.h', 242 'thread_collision_warner.h',
242 'thread_local.h', 243 'thread_local.h',
243 'thread_local_posix.cc', 244 'thread_local_posix.cc',
244 'thread_local_storage.h', 245 'thread_local_storage.h',
245 'thread_local_storage_posix.cc', 246 'thread_local_storage_posix.cc',
246 'thread_local_storage_win.cc', 247 'thread_local_storage_win.cc',
247 'thread_local_win.cc', 248 'thread_local_win.cc',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 'third_party/xdg_mime/xdgmimemagic.c', 723 'third_party/xdg_mime/xdgmimemagic.c',
723 'third_party/xdg_mime/xdgmimemagic.h', 724 'third_party/xdg_mime/xdgmimemagic.h',
724 'third_party/xdg_mime/xdgmimeparent.c', 725 'third_party/xdg_mime/xdgmimeparent.c',
725 'third_party/xdg_mime/xdgmimeparent.h', 726 'third_party/xdg_mime/xdgmimeparent.h',
726 ], 727 ],
727 }, 728 },
728 ], 729 ],
729 }], 730 }],
730 ], 731 ],
731 } 732 }
OLDNEW
« no previous file with comments | « no previous file | base/template_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698