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

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: Addressing final nits Created 7 years, 5 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
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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'platform_file_posix.cc', 365 'platform_file_posix.cc',
366 'platform_file_win.cc', 366 'platform_file_win.cc',
367 'port.h', 367 'port.h',
368 'posix/eintr_wrapper.h', 368 'posix/eintr_wrapper.h',
369 'posix/global_descriptors.cc', 369 'posix/global_descriptors.cc',
370 'posix/global_descriptors.h', 370 'posix/global_descriptors.h',
371 'posix/unix_domain_socket_linux.cc', 371 'posix/unix_domain_socket_linux.cc',
372 'posix/unix_domain_socket_linux.h', 372 'posix/unix_domain_socket_linux.h',
373 'power_monitor/power_monitor.cc', 373 'power_monitor/power_monitor.cc',
374 'power_monitor/power_monitor.h', 374 'power_monitor/power_monitor.h',
375 'power_monitor/power_monitor_android.cc', 375 'power_monitor/power_monitor_device_source_android.cc',
376 'power_monitor/power_monitor_android.h', 376 'power_monitor/power_monitor_device_source_android.h',
377 'power_monitor/power_monitor_ios.mm', 377 'power_monitor/power_monitor_device_source.cc',
378 'power_monitor/power_monitor_mac.mm', 378 'power_monitor/power_monitor_device_source.h',
379 'power_monitor/power_monitor_posix.cc', 379 'power_monitor/power_monitor_device_source_ios.mm',
380 'power_monitor/power_monitor_win.cc', 380 'power_monitor/power_monitor_device_source_mac.mm',
381 'power_monitor/power_monitor_device_source_posix.cc',
382 'power_monitor/power_monitor_device_source_win.cc',
383 'power_monitor/power_monitor_source.cc',
384 'power_monitor/power_monitor_source.h',
385 'power_monitor/power_monitor_test_base.cc',
386 'power_monitor/power_monitor_test_base.h',
381 'power_monitor/power_observer.h', 387 'power_monitor/power_observer.h',
382 'process.h', 388 'process.h',
383 'process_info.h', 389 'process_info.h',
384 'process_info_mac.cc', 390 'process_info_mac.cc',
385 'process_info_win.cc', 391 'process_info_win.cc',
386 'process_linux.cc', 392 'process_linux.cc',
387 'process_posix.cc', 393 'process_posix.cc',
388 'process_util.h', 394 'process_util.h',
389 'process_util_ios.mm', 395 'process_util_ios.mm',
390 'process_util_mac.mm', 396 'process_util_mac.mm',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 # Metrics won't work in the NaCl sandbox. 720 # Metrics won't work in the NaCl sandbox.
715 ['exclude', '^metrics/'], 721 ['exclude', '^metrics/'],
716 ['include', '^threading/platform_thread_linux\\.cc$'], 722 ['include', '^threading/platform_thread_linux\\.cc$'],
717 ], 723 ],
718 }], 724 }],
719 ['OS == "android" and >(nacl_untrusted_build)==0', { 725 ['OS == "android" and >(nacl_untrusted_build)==0', {
720 'sources!': [ 726 'sources!': [
721 'base_paths_posix.cc', 727 'base_paths_posix.cc',
722 'files/file_path_watcher_kqueue.cc', 728 'files/file_path_watcher_kqueue.cc',
723 'files/file_path_watcher_stub.cc', 729 'files/file_path_watcher_stub.cc',
724 'power_monitor/power_monitor_posix.cc', 730 'power_monitor/power_monitor_device_source_posix.cc',
725 ], 731 ],
726 'sources/': [ 732 'sources/': [
727 ['include', '^debug/proc_maps_linux\\.cc$'], 733 ['include', '^debug/proc_maps_linux\\.cc$'],
728 ['include', '^files/file_path_watcher_linux\\.cc$'], 734 ['include', '^files/file_path_watcher_linux\\.cc$'],
729 ['include', '^process_util_linux\\.cc$'], 735 ['include', '^process_util_linux\\.cc$'],
730 ['include', '^process/memory_linux\\.cc$'], 736 ['include', '^process/memory_linux\\.cc$'],
731 ['include', '^process/internal_linux\\.cc$'], 737 ['include', '^process/internal_linux\\.cc$'],
732 ['include', '^process/process_handle_linux\\.cc$'], 738 ['include', '^process/process_handle_linux\\.cc$'],
733 ['include', '^process/process_iterator\\.cc$'], 739 ['include', '^process/process_iterator\\.cc$'],
734 ['include', '^process/process_iterator_linux\\.cc$'], 740 ['include', '^process/process_iterator_linux\\.cc$'],
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 880 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
875 'sources/': [ 881 'sources/': [
876 ['exclude', '^third_party/nspr/'], 882 ['exclude', '^third_party/nspr/'],
877 ], 883 ],
878 }], 884 }],
879 ], 885 ],
880 }], 886 }],
881 ], 887 ],
882 }, 888 },
883 } 889 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698