| 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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 'synchronization/waitable_event_watcher_win.cc', | 529 'synchronization/waitable_event_watcher_win.cc', |
| 530 'synchronization/waitable_event_win.cc', | 530 'synchronization/waitable_event_win.cc', |
| 531 'system_monitor/system_monitor.cc', | 531 'system_monitor/system_monitor.cc', |
| 532 'system_monitor/system_monitor.h', | 532 'system_monitor/system_monitor.h', |
| 533 'sys_byteorder.h', | 533 'sys_byteorder.h', |
| 534 'sys_info.cc', | 534 'sys_info.cc', |
| 535 'sys_info.h', | 535 'sys_info.h', |
| 536 'sys_info_android.cc', | 536 'sys_info_android.cc', |
| 537 'sys_info_chromeos.cc', | 537 'sys_info_chromeos.cc', |
| 538 'sys_info_freebsd.cc', | 538 'sys_info_freebsd.cc', |
| 539 'sys_info_internal.h', |
| 539 'sys_info_ios.mm', | 540 'sys_info_ios.mm', |
| 540 'sys_info_linux.cc', | 541 'sys_info_linux.cc', |
| 541 'sys_info_mac.cc', | 542 'sys_info_mac.cc', |
| 542 'sys_info_openbsd.cc', | 543 'sys_info_openbsd.cc', |
| 543 'sys_info_posix.cc', | 544 'sys_info_posix.cc', |
| 544 'sys_info_win.cc', | 545 'sys_info_win.cc', |
| 545 'task_runner.cc', | 546 'task_runner.cc', |
| 546 'task_runner.h', | 547 'task_runner.h', |
| 547 'task_runner_util.h', | 548 'task_runner_util.h', |
| 548 'template_util.h', | 549 'template_util.h', |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 935 ['<(toolkit_uses_gtk) == 1', { | 936 ['<(toolkit_uses_gtk) == 1', { |
| 936 'sources!': [ | 937 'sources!': [ |
| 937 'x11/x11_error_tracker.cc', | 938 'x11/x11_error_tracker.cc', |
| 938 ], | 939 ], |
| 939 }], | 940 }], |
| 940 ], | 941 ], |
| 941 }], | 942 }], |
| 942 ], | 943 ], |
| 943 }, | 944 }, |
| 944 } | 945 } |
| OLD | NEW |