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

Side by Side Diff: base/base.gyp

Issue 431008: Make SystemMonitor not a Singleton and move it out of base (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: fix ChromeFrame build 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
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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'sys_info_freebsd.cc', 307 'sys_info_freebsd.cc',
308 'sys_info_linux.cc', 308 'sys_info_linux.cc',
309 'sys_info_mac.cc', 309 'sys_info_mac.cc',
310 'sys_info_openbsd.cc', 310 'sys_info_openbsd.cc',
311 'sys_info_posix.cc', 311 'sys_info_posix.cc',
312 'sys_info_win.cc', 312 'sys_info_win.cc',
313 'sys_string_conversions.h', 313 'sys_string_conversions.h',
314 'sys_string_conversions_linux.cc', 314 'sys_string_conversions_linux.cc',
315 'sys_string_conversions_mac.mm', 315 'sys_string_conversions_mac.mm',
316 'sys_string_conversions_win.cc', 316 'sys_string_conversions_win.cc',
317 'system_monitor.cc',
318 'system_monitor.h',
319 'system_monitor_posix.cc',
320 'system_monitor_win.cc',
321 'task.h', 317 'task.h',
322 'thread.cc', 318 'thread.cc',
323 'thread.h', 319 'thread.h',
324 'thread_collision_warner.cc', 320 'thread_collision_warner.cc',
325 'thread_collision_warner.h', 321 'thread_collision_warner.h',
326 'thread_local.h', 322 'thread_local.h',
327 'thread_local_posix.cc', 323 'thread_local_posix.cc',
328 'thread_local_storage.h', 324 'thread_local_storage.h',
329 'thread_local_storage_posix.cc', 325 'thread_local_storage_posix.cc',
330 'thread_local_storage_win.cc', 326 'thread_local_storage_win.cc',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'simple_thread_unittest.cc', 661 'simple_thread_unittest.cc',
666 'singleton_unittest.cc', 662 'singleton_unittest.cc',
667 'stack_container_unittest.cc', 663 'stack_container_unittest.cc',
668 'stats_table_unittest.cc', 664 'stats_table_unittest.cc',
669 'string_piece_unittest.cc', 665 'string_piece_unittest.cc',
670 'string_tokenizer_unittest.cc', 666 'string_tokenizer_unittest.cc',
671 'string_util_unittest.cc', 667 'string_util_unittest.cc',
672 'sys_info_unittest.cc', 668 'sys_info_unittest.cc',
673 'sys_string_conversions_mac_unittest.mm', 669 'sys_string_conversions_mac_unittest.mm',
674 'sys_string_conversions_unittest.cc', 670 'sys_string_conversions_unittest.cc',
675 'system_monitor_unittest.cc',
676 'task_unittest.cc', 671 'task_unittest.cc',
677 'thread_collision_warner_unittest.cc', 672 'thread_collision_warner_unittest.cc',
678 'thread_local_storage_unittest.cc', 673 'thread_local_storage_unittest.cc',
679 'thread_local_unittest.cc', 674 'thread_local_unittest.cc',
680 'thread_unittest.cc', 675 'thread_unittest.cc',
681 'time_unittest.cc', 676 'time_unittest.cc',
682 'time_win_unittest.cc', 677 'time_win_unittest.cc',
683 'timer_unittest.cc', 678 'timer_unittest.cc',
684 'tracked_objects_unittest.cc', 679 'tracked_objects_unittest.cc',
685 'tuple_unittest.cc', 680 'tuple_unittest.cc',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 ], 885 ],
891 }], 886 }],
892 ], 887 ],
893 } 888 }
894 889
895 # Local Variables: 890 # Local Variables:
896 # tab-width:2 891 # tab-width:2
897 # indent-tabs-mode:nil 892 # indent-tabs-mode:nil
898 # End: 893 # End:
899 # vim: set expandtab tabstop=2 shiftwidth=2: 894 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698