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

Side by Side Diff: base/base.gyp

Issue 418004: This adds the first version of SyncSocket to base, along with a trivial unitt... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/sync_socket.h » ('j') | base/sync_socket.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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'stats_table.h', 289 'stats_table.h',
290 'stl_util-inl.h', 290 'stl_util-inl.h',
291 'string16.cc', 291 'string16.cc',
292 'string16.h', 292 'string16.h',
293 'string_piece.cc', 293 'string_piece.cc',
294 'string_piece.h', 294 'string_piece.h',
295 'string_tokenizer.h', 295 'string_tokenizer.h',
296 'string_util.cc', 296 'string_util.cc',
297 'string_util.h', 297 'string_util.h',
298 'string_util_win.h', 298 'string_util_win.h',
299 'sync_socket.h',
300 'sync_socket_win.cc',
299 'sys_info.h', 301 'sys_info.h',
300 'sys_info_chromeos.cc', 302 'sys_info_chromeos.cc',
301 'sys_info_mac.cc', 303 'sys_info_mac.cc',
302 'sys_info_posix.cc', 304 'sys_info_posix.cc',
303 'sys_info_win.cc', 305 'sys_info_win.cc',
304 'sys_string_conversions.h', 306 'sys_string_conversions.h',
305 'sys_string_conversions_linux.cc', 307 'sys_string_conversions_linux.cc',
306 'sys_string_conversions_mac.mm', 308 'sys_string_conversions_mac.mm',
307 'sys_string_conversions_win.cc', 309 'sys_string_conversions_win.cc',
308 'system_monitor.cc', 310 'system_monitor.cc',
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 ], 871 ],
870 }], 872 }],
871 ], 873 ],
872 } 874 }
873 875
874 # Local Variables: 876 # Local Variables:
875 # tab-width:2 877 # tab-width:2
876 # indent-tabs-mode:nil 878 # indent-tabs-mode:nil
877 # End: 879 # End:
878 # vim: set expandtab tabstop=2 shiftwidth=2: 880 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/sync_socket.h » ('j') | base/sync_socket.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698