| 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 'power_monitor/power_monitor_source.cc', | 393 'power_monitor/power_monitor_source.cc', |
| 394 'power_monitor/power_monitor_source.h', | 394 'power_monitor/power_monitor_source.h', |
| 395 'power_monitor/power_observer.h', | 395 'power_monitor/power_observer.h', |
| 396 'process/internal_linux.cc', | 396 'process/internal_linux.cc', |
| 397 'process/internal_linux.h', | 397 'process/internal_linux.h', |
| 398 'process/kill.cc', | 398 'process/kill.cc', |
| 399 'process/kill.h', | 399 'process/kill.h', |
| 400 'process/kill_mac.cc', | 400 'process/kill_mac.cc', |
| 401 'process/kill_posix.cc', | 401 'process/kill_posix.cc', |
| 402 'process/kill_win.cc', | 402 'process/kill_win.cc', |
| 403 'process/launch.cc', |
| 403 'process/launch.h', | 404 'process/launch.h', |
| 404 'process/launch_ios.cc', | 405 'process/launch_ios.cc', |
| 405 'process/launch_mac.cc', | 406 'process/launch_mac.cc', |
| 406 'process/launch_posix.cc', | 407 'process/launch_posix.cc', |
| 407 'process/launch_win.cc', | 408 'process/launch_win.cc', |
| 408 'process/memory.h', | 409 'process/memory.h', |
| 409 'process/memory_linux.cc', | 410 'process/memory_linux.cc', |
| 410 'process/memory_mac.mm', | 411 'process/memory_mac.mm', |
| 411 'process/memory_win.cc', | 412 'process/memory_win.cc', |
| 412 'process/process.h', | 413 'process/process.h', |
| (...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 896 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 896 'sources/': [ | 897 'sources/': [ |
| 897 ['exclude', '^third_party/nspr/'], | 898 ['exclude', '^third_party/nspr/'], |
| 898 ], | 899 ], |
| 899 }], | 900 }], |
| 900 ], | 901 ], |
| 901 }], | 902 }], |
| 902 ], | 903 ], |
| 903 }, | 904 }, |
| 904 } | 905 } |
| OLD | NEW |