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

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: make HWNDMessageHandler as a friend class of PowerMonitor 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'pending_task.h', 293 'pending_task.h',
294 'pickle.cc', 294 'pickle.cc',
295 'pickle.h', 295 'pickle.h',
296 'platform_file.cc', 296 'platform_file.cc',
297 'platform_file.h', 297 'platform_file.h',
298 'platform_file_posix.cc', 298 'platform_file_posix.cc',
299 'platform_file_win.cc', 299 'platform_file_win.cc',
300 'port.h', 300 'port.h',
301 'posix/unix_domain_socket.cc', 301 'posix/unix_domain_socket.cc',
302 'posix/unix_domain_socket.h', 302 'posix/unix_domain_socket.h',
303 'power_monitor/power_monitor.cc',
304 'power_monitor/power_monitor.h',
305 'power_monitor/power_monitor_android.cc',
306 'power_monitor/power_monitor_ios.mm',
307 'power_monitor/power_monitor_mac.mm',
308 'power_monitor/power_monitor_posix.cc',
309 'power_monitor/power_monitor_win.cc',
303 'process.h', 310 'process.h',
304 'process_info.h', 311 'process_info.h',
305 'process_info_mac.cc', 312 'process_info_mac.cc',
306 'process_info_win.cc', 313 'process_info_win.cc',
307 'process_linux.cc', 314 'process_linux.cc',
308 'process_posix.cc', 315 'process_posix.cc',
309 'process_util.cc', 316 'process_util.cc',
310 'process_util.h', 317 'process_util.h',
311 'process_util_freebsd.cc', 318 'process_util_freebsd.cc',
312 'process_util_ios.mm', 319 'process_util_ios.mm',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'synchronization/lock_impl_win.cc', 386 'synchronization/lock_impl_win.cc',
380 'synchronization/spin_wait.h', 387 'synchronization/spin_wait.h',
381 'synchronization/waitable_event.h', 388 'synchronization/waitable_event.h',
382 'synchronization/waitable_event_posix.cc', 389 'synchronization/waitable_event_posix.cc',
383 'synchronization/waitable_event_watcher.h', 390 'synchronization/waitable_event_watcher.h',
384 'synchronization/waitable_event_watcher_posix.cc', 391 'synchronization/waitable_event_watcher_posix.cc',
385 'synchronization/waitable_event_watcher_win.cc', 392 'synchronization/waitable_event_watcher_win.cc',
386 'synchronization/waitable_event_win.cc', 393 'synchronization/waitable_event_win.cc',
387 'system_monitor/system_monitor.cc', 394 'system_monitor/system_monitor.cc',
388 'system_monitor/system_monitor.h', 395 'system_monitor/system_monitor.h',
389 'system_monitor/system_monitor_android.cc',
390 'system_monitor/system_monitor_ios.mm',
391 'system_monitor/system_monitor_mac.mm',
392 'system_monitor/system_monitor_posix.cc',
393 'system_monitor/system_monitor_win.cc',
394 'sys_byteorder.h', 396 'sys_byteorder.h',
395 'sys_info.h', 397 'sys_info.h',
396 'sys_info_android.cc', 398 'sys_info_android.cc',
397 'sys_info_chromeos.cc', 399 'sys_info_chromeos.cc',
398 'sys_info_freebsd.cc', 400 'sys_info_freebsd.cc',
399 'sys_info_ios.mm', 401 'sys_info_ios.mm',
400 'sys_info_linux.cc', 402 'sys_info_linux.cc',
401 'sys_info_mac.cc', 403 'sys_info_mac.cc',
402 'sys_info_openbsd.cc', 404 'sys_info_openbsd.cc',
403 'sys_info_posix.cc', 405 'sys_info_posix.cc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 'sys_info_posix.cc', 587 'sys_info_posix.cc',
586 'threading/sequenced_worker_pool.cc', 588 'threading/sequenced_worker_pool.cc',
587 'third_party/dynamic_annotations/dynamic_annotations.c', 589 'third_party/dynamic_annotations/dynamic_annotations.c',
588 ], 590 ],
589 }], 591 }],
590 ['OS == "android" and >(nacl_untrusted_build)==0', { 592 ['OS == "android" and >(nacl_untrusted_build)==0', {
591 'sources!': [ 593 'sources!': [
592 'base_paths_posix.cc', 594 'base_paths_posix.cc',
593 'files/file_path_watcher_kqueue.cc', 595 'files/file_path_watcher_kqueue.cc',
594 'files/file_path_watcher_stub.cc', 596 'files/file_path_watcher_stub.cc',
595 'system_monitor/system_monitor_posix.cc', 597 'power_monitor/power_monitor_posix.cc',
596 ], 598 ],
597 'sources/': [ 599 'sources/': [
598 ['include', '^files/file_path_watcher_linux\\.cc$'], 600 ['include', '^files/file_path_watcher_linux\\.cc$'],
599 ['include', '^process_util_linux\\.cc$'], 601 ['include', '^process_util_linux\\.cc$'],
600 ['include', '^sys_info_linux\\.cc$'], 602 ['include', '^sys_info_linux\\.cc$'],
601 ['include', '^sys_string_conversions_posix\\.cc$'], 603 ['include', '^sys_string_conversions_posix\\.cc$'],
602 ['include', '^worker_pool_linux\\.cc$'], 604 ['include', '^worker_pool_linux\\.cc$'],
603 ], 605 ],
604 }], 606 }],
605 ['OS == "ios"', { 607 ['OS == "ios"', {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 # Remove all unnecessary files for build_nexe.py to avoid exceeding 700 # Remove all unnecessary files for build_nexe.py to avoid exceeding
699 # command-line-string limitation when building NaCl on Windows. 701 # command-line-string limitation when building NaCl on Windows.
700 ['OS == "win" and >(nacl_untrusted_build)==1', { 702 ['OS == "win" and >(nacl_untrusted_build)==1', {
701 'sources/': [ ['exclude', '\\.h$'] ], 703 'sources/': [ ['exclude', '\\.h$'] ],
702 }], 704 }],
703 ], 705 ],
704 }], 706 }],
705 ], 707 ],
706 }, 708 },
707 } 709 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698