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

Side by Side Diff: base/base.gypi

Issue 10959020: SystemMonitor refactoring: move power state monitor into a separate class called PowerMonitor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'pending_task.h', 285 'pending_task.h',
286 'pickle.cc', 286 'pickle.cc',
287 'pickle.h', 287 'pickle.h',
288 'platform_file.cc', 288 'platform_file.cc',
289 'platform_file.h', 289 'platform_file.h',
290 'platform_file_posix.cc', 290 'platform_file_posix.cc',
291 'platform_file_win.cc', 291 'platform_file_win.cc',
292 'port.h', 292 'port.h',
293 'posix/unix_domain_socket.cc', 293 'posix/unix_domain_socket.cc',
294 'posix/unix_domain_socket.h', 294 'posix/unix_domain_socket.h',
295 'power_state_manager.cc',
296 'power_state_manager.h',
297 'power_state_manager_android.cc',
298 'power_state_manager_ios.mm',
299 'power_state_manager_mac.mm',
300 'power_state_manager_posix.cc',
301 'power_state_manager_win.cc',
295 'process.h', 302 'process.h',
296 'process_info.h', 303 'process_info.h',
297 'process_info_mac.cc', 304 'process_info_mac.cc',
298 'process_info_win.cc', 305 'process_info_win.cc',
299 'process_linux.cc', 306 'process_linux.cc',
300 'process_posix.cc', 307 'process_posix.cc',
301 'process_util.cc', 308 'process_util.cc',
302 'process_util.h', 309 'process_util.h',
303 'process_util_freebsd.cc', 310 'process_util_freebsd.cc',
304 'process_util_ios.mm', 311 'process_util_ios.mm',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'synchronization/lock_impl_win.cc', 378 'synchronization/lock_impl_win.cc',
372 'synchronization/spin_wait.h', 379 'synchronization/spin_wait.h',
373 'synchronization/waitable_event.h', 380 'synchronization/waitable_event.h',
374 'synchronization/waitable_event_posix.cc', 381 'synchronization/waitable_event_posix.cc',
375 'synchronization/waitable_event_watcher.h', 382 'synchronization/waitable_event_watcher.h',
376 'synchronization/waitable_event_watcher_posix.cc', 383 'synchronization/waitable_event_watcher_posix.cc',
377 'synchronization/waitable_event_watcher_win.cc', 384 'synchronization/waitable_event_watcher_win.cc',
378 'synchronization/waitable_event_win.cc', 385 'synchronization/waitable_event_win.cc',
379 'system_monitor/system_monitor.cc', 386 'system_monitor/system_monitor.cc',
380 'system_monitor/system_monitor.h', 387 'system_monitor/system_monitor.h',
381 'system_monitor/system_monitor_android.cc',
382 'system_monitor/system_monitor_ios.mm',
383 'system_monitor/system_monitor_mac.mm',
384 'system_monitor/system_monitor_posix.cc',
385 'system_monitor/system_monitor_win.cc',
386 'sys_byteorder.h', 388 'sys_byteorder.h',
387 'sys_info.h', 389 'sys_info.h',
388 'sys_info_android.cc', 390 'sys_info_android.cc',
389 'sys_info_chromeos.cc', 391 'sys_info_chromeos.cc',
390 'sys_info_freebsd.cc', 392 'sys_info_freebsd.cc',
391 'sys_info_ios.mm', 393 'sys_info_ios.mm',
392 'sys_info_linux.cc', 394 'sys_info_linux.cc',
393 'sys_info_mac.cc', 395 'sys_info_mac.cc',
394 'sys_info_openbsd.cc', 396 'sys_info_openbsd.cc',
395 'sys_info_posix.cc', 397 'sys_info_posix.cc',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'sys_info_posix.cc', 577 'sys_info_posix.cc',
576 'threading/sequenced_worker_pool.cc', 578 'threading/sequenced_worker_pool.cc',
577 'third_party/dynamic_annotations/dynamic_annotations.c', 579 'third_party/dynamic_annotations/dynamic_annotations.c',
578 ], 580 ],
579 }], 581 }],
580 ['OS == "android" and >(nacl_untrusted_build)==0', { 582 ['OS == "android" and >(nacl_untrusted_build)==0', {
581 'sources!': [ 583 'sources!': [
582 'base_paths_posix.cc', 584 'base_paths_posix.cc',
583 'files/file_path_watcher_kqueue.cc', 585 'files/file_path_watcher_kqueue.cc',
584 'files/file_path_watcher_stub.cc', 586 'files/file_path_watcher_stub.cc',
585 'system_monitor/system_monitor_posix.cc', 587 'power_state_manager_posix.cc',
586 ], 588 ],
587 'sources/': [ 589 'sources/': [
588 ['include', '^files/file_path_watcher_linux\\.cc$'], 590 ['include', '^files/file_path_watcher_linux\\.cc$'],
589 ['include', '^process_util_linux\\.cc$'], 591 ['include', '^process_util_linux\\.cc$'],
590 ['include', '^sys_info_linux\\.cc$'], 592 ['include', '^sys_info_linux\\.cc$'],
591 ['include', '^sys_string_conversions_posix\\.cc$'], 593 ['include', '^sys_string_conversions_posix\\.cc$'],
592 ['include', '^worker_pool_linux\\.cc$'], 594 ['include', '^worker_pool_linux\\.cc$'],
593 ], 595 ],
594 }], 596 }],
595 ['OS == "ios"', { 597 ['OS == "ios"', {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 # Remove all unnecessary files for build_nexe.py to avoid exceeding 690 # Remove all unnecessary files for build_nexe.py to avoid exceeding
689 # command-line-string limitation when building NaCl on Windows. 691 # command-line-string limitation when building NaCl on Windows.
690 ['OS == "win" and >(nacl_untrusted_build)==1', { 692 ['OS == "win" and >(nacl_untrusted_build)==1', {
691 'sources/': [ ['exclude', '\\.h$'] ], 693 'sources/': [ ['exclude', '\\.h$'] ],
692 }], 694 }],
693 ], 695 ],
694 }], 696 }],
695 ], 697 ],
696 }, 698 },
697 } 699 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/hi_res_timer_manager.h » ('j') | ui/views/win/hwnd_message_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698