OLD | NEW |
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 Loading... |
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', |
381 'power_monitor/power_observer.h', | 385 'power_monitor/power_observer.h', |
382 'process.h', | 386 'process.h', |
383 'process_info.h', | 387 'process_info.h', |
384 'process_info_mac.cc', | 388 'process_info_mac.cc', |
385 'process_info_win.cc', | 389 'process_info_win.cc', |
386 'process_linux.cc', | 390 'process_linux.cc', |
387 'process_posix.cc', | 391 'process_posix.cc', |
388 'process_util.cc', | 392 'process_util.cc', |
389 'process_util.h', | 393 'process_util.h', |
390 'process_util_freebsd.cc', | 394 'process_util_freebsd.cc', |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 # Metrics won't work in the NaCl sandbox. | 712 # Metrics won't work in the NaCl sandbox. |
709 ['exclude', '^metrics/'], | 713 ['exclude', '^metrics/'], |
710 ['include', '^threading/platform_thread_linux\\.cc$'], | 714 ['include', '^threading/platform_thread_linux\\.cc$'], |
711 ], | 715 ], |
712 }], | 716 }], |
713 ['OS == "android" and >(nacl_untrusted_build)==0', { | 717 ['OS == "android" and >(nacl_untrusted_build)==0', { |
714 'sources!': [ | 718 'sources!': [ |
715 'base_paths_posix.cc', | 719 'base_paths_posix.cc', |
716 'files/file_path_watcher_kqueue.cc', | 720 'files/file_path_watcher_kqueue.cc', |
717 'files/file_path_watcher_stub.cc', | 721 'files/file_path_watcher_stub.cc', |
718 'power_monitor/power_monitor_posix.cc', | 722 'power_monitor/power_monitor_device_source_posix.cc', |
719 ], | 723 ], |
720 'sources/': [ | 724 'sources/': [ |
721 ['include', '^debug/proc_maps_linux\\.cc$'], | 725 ['include', '^debug/proc_maps_linux\\.cc$'], |
722 ['include', '^files/file_path_watcher_linux\\.cc$'], | 726 ['include', '^files/file_path_watcher_linux\\.cc$'], |
723 ['include', '^process_util_linux\\.cc$'], | 727 ['include', '^process_util_linux\\.cc$'], |
724 ['include', '^process/memory_linux\\.cc$'], | 728 ['include', '^process/memory_linux\\.cc$'], |
725 ['include', '^process/internal_linux\\.cc$'], | 729 ['include', '^process/internal_linux\\.cc$'], |
726 ['include', '^process/process_iterator\\.cc$'], | 730 ['include', '^process/process_iterator\\.cc$'], |
727 ['include', '^process/process_iterator_linux\\.cc$'], | 731 ['include', '^process/process_iterator_linux\\.cc$'], |
728 ['include', '^process/process_metrics_linux\\.cc$'], | 732 ['include', '^process/process_metrics_linux\\.cc$'], |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 870 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
867 'sources/': [ | 871 'sources/': [ |
868 ['exclude', '^third_party/nspr/'], | 872 ['exclude', '^third_party/nspr/'], |
869 ], | 873 ], |
870 }], | 874 }], |
871 ], | 875 ], |
872 }], | 876 }], |
873 ], | 877 ], |
874 }, | 878 }, |
875 } | 879 } |
OLD | NEW |