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

Side by Side Diff: base/base.gyp

Issue 43024: Add missing test_file_util_posix.cc file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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
« no previous file with comments | « no previous file | no next file » | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'sys_string_conversions_mac.mm', 234 'sys_string_conversions_mac.mm',
235 'sys_string_conversions_win.cc', 235 'sys_string_conversions_win.cc',
236 'system_monitor.cc', 236 'system_monitor.cc',
237 'system_monitor.h', 237 'system_monitor.h',
238 'system_monitor_posix.cc', 238 'system_monitor_posix.cc',
239 'system_monitor_win.cc', 239 'system_monitor_win.cc',
240 'task.h', 240 'task.h',
241 'test_file_util.h', 241 'test_file_util.h',
242 'test_file_util_linux.cc', 242 'test_file_util_linux.cc',
243 'test_file_util_mac.cc', 243 'test_file_util_mac.cc',
244 'test_file_util_posix.cc',
244 'test_file_util_win.cc', 245 'test_file_util_win.cc',
245 'thread.cc', 246 'thread.cc',
246 'thread.h', 247 'thread.h',
247 'thread_collision_warner.cc', 248 'thread_collision_warner.cc',
248 'thread_collision_warner.h', 249 'thread_collision_warner.h',
249 'thread_local.h', 250 'thread_local.h',
250 'thread_local_posix.cc', 251 'thread_local_posix.cc',
251 'thread_local_storage.h', 252 'thread_local_storage.h',
252 'thread_local_storage_posix.cc', 253 'thread_local_storage_posix.cc',
253 'thread_local_storage_win.cc', 254 'thread_local_storage_win.cc',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'target_name': 'debug_message', 562 'target_name': 'debug_message',
562 'type': 'executable', 563 'type': 'executable',
563 'sources': [ 564 'sources': [
564 'debug_message.cc', 565 'debug_message.cc',
565 ], 566 ],
566 }, 567 },
567 ], 568 ],
568 }], 569 }],
569 ], 570 ],
570 } 571 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698