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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 'power_monitor/power_monitor_source.cc', | 391 'power_monitor/power_monitor_source.cc', |
392 'power_monitor/power_monitor_source.h', | 392 'power_monitor/power_monitor_source.h', |
393 'power_monitor/power_observer.h', | 393 'power_monitor/power_observer.h', |
394 'process/internal_linux.cc', | 394 'process/internal_linux.cc', |
395 'process/internal_linux.h', | 395 'process/internal_linux.h', |
396 'process/kill.cc', | 396 'process/kill.cc', |
397 'process/kill.h', | 397 'process/kill.h', |
398 'process/kill_mac.cc', | 398 'process/kill_mac.cc', |
399 'process/kill_posix.cc', | 399 'process/kill_posix.cc', |
400 'process/kill_win.cc', | 400 'process/kill_win.cc', |
| 401 'process/launch.cc', |
401 'process/launch.h', | 402 'process/launch.h', |
402 'process/launch_ios.cc', | 403 'process/launch_ios.cc', |
403 'process/launch_mac.cc', | 404 'process/launch_mac.cc', |
404 'process/launch_posix.cc', | 405 'process/launch_posix.cc', |
405 'process/launch_win.cc', | 406 'process/launch_win.cc', |
406 'process/memory.h', | 407 'process/memory.h', |
407 'process/memory_linux.cc', | 408 'process/memory_linux.cc', |
408 'process/memory_mac.mm', | 409 'process/memory_mac.mm', |
409 'process/memory_win.cc', | 410 'process/memory_win.cc', |
410 'process/process.h', | 411 'process/process.h', |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
885 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 886 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
886 'sources/': [ | 887 'sources/': [ |
887 ['exclude', '^third_party/nspr/'], | 888 ['exclude', '^third_party/nspr/'], |
888 ], | 889 ], |
889 }], | 890 }], |
890 ], | 891 ], |
891 }], | 892 }], |
892 ], | 893 ], |
893 }, | 894 }, |
894 } | 895 } |
OLD | NEW |