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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 'synchronization/spin_wait.h', | 380 'synchronization/spin_wait.h', |
381 'synchronization/waitable_event.h', | 381 'synchronization/waitable_event.h', |
382 'synchronization/waitable_event_posix.cc', | 382 'synchronization/waitable_event_posix.cc', |
383 'synchronization/waitable_event_watcher.h', | 383 'synchronization/waitable_event_watcher.h', |
384 'synchronization/waitable_event_watcher_posix.cc', | 384 'synchronization/waitable_event_watcher_posix.cc', |
385 'synchronization/waitable_event_watcher_win.cc', | 385 'synchronization/waitable_event_watcher_win.cc', |
386 'synchronization/waitable_event_win.cc', | 386 'synchronization/waitable_event_win.cc', |
387 'system_monitor/system_monitor.cc', | 387 'system_monitor/system_monitor.cc', |
388 'system_monitor/system_monitor.h', | 388 'system_monitor/system_monitor.h', |
389 'system_monitor/system_monitor_android.cc', | 389 'system_monitor/system_monitor_android.cc', |
| 390 'system_monitor/system_monitor_android.h', |
390 'system_monitor/system_monitor_ios.mm', | 391 'system_monitor/system_monitor_ios.mm', |
391 'system_monitor/system_monitor_mac.mm', | 392 'system_monitor/system_monitor_mac.mm', |
392 'system_monitor/system_monitor_posix.cc', | 393 'system_monitor/system_monitor_posix.cc', |
393 'system_monitor/system_monitor_win.cc', | 394 'system_monitor/system_monitor_win.cc', |
394 'sys_byteorder.h', | 395 'sys_byteorder.h', |
395 'sys_info.h', | 396 'sys_info.h', |
396 'sys_info_android.cc', | 397 'sys_info_android.cc', |
397 'sys_info_chromeos.cc', | 398 'sys_info_chromeos.cc', |
398 'sys_info_freebsd.cc', | 399 'sys_info_freebsd.cc', |
399 'sys_info_ios.mm', | 400 'sys_info_ios.mm', |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 699 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
699 # command-line-string limitation when building NaCl on Windows. | 700 # command-line-string limitation when building NaCl on Windows. |
700 ['OS == "win" and >(nacl_untrusted_build)==1', { | 701 ['OS == "win" and >(nacl_untrusted_build)==1', { |
701 'sources/': [ ['exclude', '\\.h$'] ], | 702 'sources/': [ ['exclude', '\\.h$'] ], |
702 }], | 703 }], |
703 ], | 704 ], |
704 }], | 705 }], |
705 ], | 706 ], |
706 }, | 707 }, |
707 } | 708 } |
OLD | NEW |