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

Side by Side Diff: base/base.gypi

Issue 17074009: Created multi-process-friendly PowerMonitor interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing windows unit test errors Created 7 years, 4 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 | « base/android/base_jni_registrar.cc ('k') | base/power_monitor/power_monitor.h » ('j') | 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) 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'platform_file_posix.cc', 371 'platform_file_posix.cc',
372 'platform_file_win.cc', 372 'platform_file_win.cc',
373 'port.h', 373 'port.h',
374 'posix/eintr_wrapper.h', 374 'posix/eintr_wrapper.h',
375 'posix/global_descriptors.cc', 375 'posix/global_descriptors.cc',
376 'posix/global_descriptors.h', 376 'posix/global_descriptors.h',
377 'posix/unix_domain_socket_linux.cc', 377 'posix/unix_domain_socket_linux.cc',
378 'posix/unix_domain_socket_linux.h', 378 'posix/unix_domain_socket_linux.h',
379 'power_monitor/power_monitor.cc', 379 'power_monitor/power_monitor.cc',
380 'power_monitor/power_monitor.h', 380 'power_monitor/power_monitor.h',
381 'power_monitor/power_monitor_android.cc', 381 'power_monitor/power_monitor_device_source_android.cc',
382 'power_monitor/power_monitor_android.h', 382 'power_monitor/power_monitor_device_source_android.h',
383 'power_monitor/power_monitor_ios.mm', 383 'power_monitor/power_monitor_device_source.cc',
384 'power_monitor/power_monitor_mac.mm', 384 'power_monitor/power_monitor_device_source.h',
385 'power_monitor/power_monitor_posix.cc', 385 'power_monitor/power_monitor_device_source_ios.mm',
386 'power_monitor/power_monitor_win.cc', 386 'power_monitor/power_monitor_device_source_mac.mm',
387 'power_monitor/power_monitor_device_source_posix.cc',
388 'power_monitor/power_monitor_device_source_win.cc',
389 'power_monitor/power_monitor_source.cc',
390 'power_monitor/power_monitor_source.h',
391 'power_monitor/power_monitor_test_base.cc',
392 'power_monitor/power_monitor_test_base.h',
387 'power_monitor/power_observer.h', 393 'power_monitor/power_observer.h',
388 'process/internal_linux.cc', 394 'process/internal_linux.cc',
389 'process/internal_linux.h', 395 'process/internal_linux.h',
390 'process/kill.cc', 396 'process/kill.cc',
391 'process/kill.h', 397 'process/kill.h',
392 'process/kill_mac.cc', 398 'process/kill_mac.cc',
393 'process/kill_posix.cc', 399 'process/kill_posix.cc',
394 'process/kill_win.cc', 400 'process/kill_win.cc',
395 'process/launch.h', 401 'process/launch.h',
396 'process/launch_ios.cc', 402 'process/launch_ios.cc',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 # Metrics won't work in the NaCl sandbox. 725 # Metrics won't work in the NaCl sandbox.
720 ['exclude', '^metrics/'], 726 ['exclude', '^metrics/'],
721 ['include', '^threading/platform_thread_linux\\.cc$'], 727 ['include', '^threading/platform_thread_linux\\.cc$'],
722 ], 728 ],
723 }], 729 }],
724 ['OS == "android" and >(nacl_untrusted_build)==0', { 730 ['OS == "android" and >(nacl_untrusted_build)==0', {
725 'sources!': [ 731 'sources!': [
726 'base_paths_posix.cc', 732 'base_paths_posix.cc',
727 'files/file_path_watcher_kqueue.cc', 733 'files/file_path_watcher_kqueue.cc',
728 'files/file_path_watcher_stub.cc', 734 'files/file_path_watcher_stub.cc',
729 'power_monitor/power_monitor_posix.cc', 735 'power_monitor/power_monitor_device_source_posix.cc',
730 ], 736 ],
731 'sources/': [ 737 'sources/': [
732 ['include', '^debug/proc_maps_linux\\.cc$'], 738 ['include', '^debug/proc_maps_linux\\.cc$'],
733 ['include', '^files/file_path_watcher_linux\\.cc$'], 739 ['include', '^files/file_path_watcher_linux\\.cc$'],
734 ['include', '^process/memory_linux\\.cc$'], 740 ['include', '^process/memory_linux\\.cc$'],
735 ['include', '^process/internal_linux\\.cc$'], 741 ['include', '^process/internal_linux\\.cc$'],
736 ['include', '^process/process_handle_linux\\.cc$'], 742 ['include', '^process/process_handle_linux\\.cc$'],
737 ['include', '^process/process_iterator\\.cc$'], 743 ['include', '^process/process_iterator\\.cc$'],
738 ['include', '^process/process_iterator_linux\\.cc$'], 744 ['include', '^process/process_iterator_linux\\.cc$'],
739 ['include', '^process/process_metrics_linux\\.cc$'], 745 ['include', '^process/process_metrics_linux\\.cc$'],
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 883 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
878 'sources/': [ 884 'sources/': [
879 ['exclude', '^third_party/nspr/'], 885 ['exclude', '^third_party/nspr/'],
880 ], 886 ],
881 }], 887 }],
882 ], 888 ],
883 }], 889 }],
884 ], 890 ],
885 }, 891 },
886 } 892 }
OLDNEW
« no previous file with comments | « base/android/base_jni_registrar.cc ('k') | base/power_monitor/power_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698