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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 'platform_file_posix.cc', | 363 'platform_file_posix.cc', |
364 'platform_file_win.cc', | 364 'platform_file_win.cc', |
365 'port.h', | 365 'port.h', |
366 'posix/eintr_wrapper.h', | 366 'posix/eintr_wrapper.h', |
367 'posix/global_descriptors.cc', | 367 'posix/global_descriptors.cc', |
368 'posix/global_descriptors.h', | 368 'posix/global_descriptors.h', |
369 'posix/unix_domain_socket_linux.cc', | 369 'posix/unix_domain_socket_linux.cc', |
370 'posix/unix_domain_socket_linux.h', | 370 'posix/unix_domain_socket_linux.h', |
371 'power_monitor/power_monitor.cc', | 371 'power_monitor/power_monitor.cc', |
372 'power_monitor/power_monitor.h', | 372 'power_monitor/power_monitor.h', |
373 'power_monitor/power_monitor_android.cc', | 373 'power_monitor/power_monitor_device_source_android.cc', |
374 'power_monitor/power_monitor_android.h', | 374 'power_monitor/power_monitor_device_source_android.h', |
375 'power_monitor/power_monitor_ios.mm', | 375 'power_monitor/power_monitor_device_source.cc', |
376 'power_monitor/power_monitor_mac.mm', | 376 'power_monitor/power_monitor_device_source.h', |
377 'power_monitor/power_monitor_posix.cc', | 377 'power_monitor/power_monitor_device_source_ios.mm', |
378 'power_monitor/power_monitor_win.cc', | 378 'power_monitor/power_monitor_device_source_mac.mm', |
| 379 'power_monitor/power_monitor_device_source_posix.cc', |
| 380 'power_monitor/power_monitor_device_source_win.cc', |
| 381 'power_monitor/power_monitor_source.cc', |
| 382 'power_monitor/power_monitor_source.h', |
379 'power_monitor/power_observer.h', | 383 'power_monitor/power_observer.h', |
380 'process.h', | 384 'process.h', |
381 'process_info.h', | 385 'process_info.h', |
382 'process_info_mac.cc', | 386 'process_info_mac.cc', |
383 'process_info_win.cc', | 387 'process_info_win.cc', |
384 'process_linux.cc', | 388 'process_linux.cc', |
385 'process_posix.cc', | 389 'process_posix.cc', |
386 'process_util.cc', | 390 'process_util.cc', |
387 'process_util.h', | 391 'process_util.h', |
388 'process_util_freebsd.cc', | 392 'process_util_freebsd.cc', |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
863 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 867 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
864 'sources/': [ | 868 'sources/': [ |
865 ['exclude', '^third_party/nspr/'], | 869 ['exclude', '^third_party/nspr/'], |
866 ], | 870 ], |
867 }], | 871 }], |
868 ], | 872 ], |
869 }], | 873 }], |
870 ], | 874 ], |
871 }, | 875 }, |
872 } | 876 } |
OLD | NEW |