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

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: add power notifier Created 8 years, 2 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'pending_task.h', 299 'pending_task.h',
300 'pickle.cc', 300 'pickle.cc',
301 'pickle.h', 301 'pickle.h',
302 'platform_file.cc', 302 'platform_file.cc',
303 'platform_file.h', 303 'platform_file.h',
304 'platform_file_posix.cc', 304 'platform_file_posix.cc',
305 'platform_file_win.cc', 305 'platform_file_win.cc',
306 'port.h', 306 'port.h',
307 'posix/unix_domain_socket.cc', 307 'posix/unix_domain_socket.cc',
308 'posix/unix_domain_socket.h', 308 'posix/unix_domain_socket.h',
309 'power_monitor/power_monitor.cc',
310 'power_monitor/power_monitor.h',
311 'power_monitor/power_monitor_android.cc',
312 'power_monitor/power_monitor_android.h',
313 'power_monitor/power_monitor_ios.mm',
314 'power_monitor/power_monitor_mac.mm',
315 'power_monitor/power_monitor_posix.cc',
316 'power_monitor/power_monitor_win.cc',
317 'power_monitor/power_observer.h',
309 'process.h', 318 'process.h',
310 'process_info.h', 319 'process_info.h',
311 'process_info_mac.cc', 320 'process_info_mac.cc',
312 'process_info_win.cc', 321 'process_info_win.cc',
313 'process_linux.cc', 322 'process_linux.cc',
314 'process_posix.cc', 323 'process_posix.cc',
315 'process_util.cc', 324 'process_util.cc',
316 'process_util.h', 325 'process_util.h',
317 'process_util_freebsd.cc', 326 'process_util_freebsd.cc',
318 'process_util_ios.mm', 327 'process_util_ios.mm',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'synchronization/lock_impl_win.cc', 394 'synchronization/lock_impl_win.cc',
386 'synchronization/spin_wait.h', 395 'synchronization/spin_wait.h',
387 'synchronization/waitable_event.h', 396 'synchronization/waitable_event.h',
388 'synchronization/waitable_event_posix.cc', 397 'synchronization/waitable_event_posix.cc',
389 'synchronization/waitable_event_watcher.h', 398 'synchronization/waitable_event_watcher.h',
390 'synchronization/waitable_event_watcher_posix.cc', 399 'synchronization/waitable_event_watcher_posix.cc',
391 'synchronization/waitable_event_watcher_win.cc', 400 'synchronization/waitable_event_watcher_win.cc',
392 'synchronization/waitable_event_win.cc', 401 'synchronization/waitable_event_win.cc',
393 'system_monitor/system_monitor.cc', 402 'system_monitor/system_monitor.cc',
394 'system_monitor/system_monitor.h', 403 'system_monitor/system_monitor.h',
395 'system_monitor/system_monitor_android.cc',
396 'system_monitor/system_monitor_android.h',
397 'system_monitor/system_monitor_ios.mm',
398 'system_monitor/system_monitor_mac.mm',
399 'system_monitor/system_monitor_posix.cc',
400 'system_monitor/system_monitor_win.cc',
401 'sys_byteorder.h', 404 'sys_byteorder.h',
402 'sys_info.h', 405 'sys_info.h',
403 'sys_info_android.cc', 406 'sys_info_android.cc',
404 'sys_info_chromeos.cc', 407 'sys_info_chromeos.cc',
405 'sys_info_freebsd.cc', 408 'sys_info_freebsd.cc',
406 'sys_info_ios.mm', 409 'sys_info_ios.mm',
407 'sys_info_linux.cc', 410 'sys_info_linux.cc',
408 'sys_info_mac.cc', 411 'sys_info_mac.cc',
409 'sys_info_openbsd.cc', 412 'sys_info_openbsd.cc',
410 'sys_info_posix.cc', 413 'sys_info_posix.cc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'sys_info_posix.cc', 595 'sys_info_posix.cc',
593 'threading/sequenced_worker_pool.cc', 596 'threading/sequenced_worker_pool.cc',
594 'third_party/dynamic_annotations/dynamic_annotations.c', 597 'third_party/dynamic_annotations/dynamic_annotations.c',
595 ], 598 ],
596 }], 599 }],
597 ['OS == "android" and >(nacl_untrusted_build)==0', { 600 ['OS == "android" and >(nacl_untrusted_build)==0', {
598 'sources!': [ 601 'sources!': [
599 'base_paths_posix.cc', 602 'base_paths_posix.cc',
600 'files/file_path_watcher_kqueue.cc', 603 'files/file_path_watcher_kqueue.cc',
601 'files/file_path_watcher_stub.cc', 604 'files/file_path_watcher_stub.cc',
602 'system_monitor/system_monitor_posix.cc', 605 'power_monitor/power_monitor_posix.cc',
603 ], 606 ],
604 'sources/': [ 607 'sources/': [
605 ['include', '^files/file_path_watcher_linux\\.cc$'], 608 ['include', '^files/file_path_watcher_linux\\.cc$'],
606 ['include', '^process_util_linux\\.cc$'], 609 ['include', '^process_util_linux\\.cc$'],
607 ['include', '^sys_info_linux\\.cc$'], 610 ['include', '^sys_info_linux\\.cc$'],
608 ['include', '^sys_string_conversions_posix\\.cc$'], 611 ['include', '^sys_string_conversions_posix\\.cc$'],
609 ['include', '^worker_pool_linux\\.cc$'], 612 ['include', '^worker_pool_linux\\.cc$'],
610 ], 613 ],
611 }], 614 }],
612 ['OS == "ios"', { 615 ['OS == "ios"', {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 # Remove all unnecessary files for build_nexe.py to avoid exceeding 709 # Remove all unnecessary files for build_nexe.py to avoid exceeding
707 # command-line-string limitation when building NaCl on Windows. 710 # command-line-string limitation when building NaCl on Windows.
708 ['OS == "win" and >(nacl_untrusted_build)==1', { 711 ['OS == "win" and >(nacl_untrusted_build)==1', {
709 'sources/': [ ['exclude', '\\.h$'] ], 712 'sources/': [ ['exclude', '\\.h$'] ],
710 }], 713 }],
711 ], 714 ],
712 }], 715 }],
713 ], 716 ],
714 }, 717 },
715 } 718 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/hi_res_timer_manager.h » ('j') | base/power_monitor/power_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698