| 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 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
| 10 }, | 10 }, |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 'power_monitor/power_monitor_device_source_android.cc', | 432 'power_monitor/power_monitor_device_source_android.cc', |
| 433 'power_monitor/power_monitor_device_source_android.h', | 433 'power_monitor/power_monitor_device_source_android.h', |
| 434 'power_monitor/power_monitor_device_source.cc', | 434 'power_monitor/power_monitor_device_source.cc', |
| 435 'power_monitor/power_monitor_device_source.h', | 435 'power_monitor/power_monitor_device_source.h', |
| 436 'power_monitor/power_monitor_device_source_ios.mm', | 436 'power_monitor/power_monitor_device_source_ios.mm', |
| 437 'power_monitor/power_monitor_device_source_mac.mm', | 437 'power_monitor/power_monitor_device_source_mac.mm', |
| 438 'power_monitor/power_monitor_device_source_posix.cc', | 438 'power_monitor/power_monitor_device_source_posix.cc', |
| 439 'power_monitor/power_monitor_device_source_win.cc', | 439 'power_monitor/power_monitor_device_source_win.cc', |
| 440 'power_monitor/power_monitor_source.cc', | 440 'power_monitor/power_monitor_source.cc', |
| 441 'power_monitor/power_monitor_source.h', | 441 'power_monitor/power_monitor_source.h', |
| 442 'power_monitor/power_observer.cc', | |
| 443 'power_monitor/power_observer.h', | 442 'power_monitor/power_observer.h', |
| 444 'process/internal_linux.cc', | 443 'process/internal_linux.cc', |
| 445 'process/internal_linux.h', | 444 'process/internal_linux.h', |
| 446 'process/kill.cc', | 445 'process/kill.cc', |
| 447 'process/kill.h', | 446 'process/kill.h', |
| 448 'process/kill_mac.cc', | 447 'process/kill_mac.cc', |
| 449 'process/kill_posix.cc', | 448 'process/kill_posix.cc', |
| 450 'process/kill_win.cc', | 449 'process/kill_win.cc', |
| 451 'process/launch.cc', | 450 'process/launch.cc', |
| 452 'process/launch.h', | 451 'process/launch.h', |
| (...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 998 'i18n/time_formatting.h', | 997 'i18n/time_formatting.h', |
| 999 'i18n/timezone.cc', | 998 'i18n/timezone.cc', |
| 1000 'i18n/timezone.h', | 999 'i18n/timezone.h', |
| 1001 'i18n/utf8_validator_tables.cc', | 1000 'i18n/utf8_validator_tables.cc', |
| 1002 'i18n/utf8_validator_tables.h', | 1001 'i18n/utf8_validator_tables.h', |
| 1003 ], | 1002 ], |
| 1004 }] | 1003 }] |
| 1005 ], | 1004 ], |
| 1006 }, | 1005 }, |
| 1007 } | 1006 } |
| OLD | NEW |