OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE | 5 # HOW TO WRITE CONDITIONALS IN THIS FILE |
6 # ====================================== | 6 # ====================================== |
7 # | 7 # |
8 # In many other places, one would write a conditional that expresses all the | 8 # In many other places, one would write a conditional that expresses all the |
9 # cases when a source file is used or unused, and then either add or subtract | 9 # cases when a source file is used or unused, and then either add or subtract |
10 # it from the sources list in that case | 10 # it from the sources list in that case |
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
763 "synchronization/waitable_event_posix.cc", | 763 "synchronization/waitable_event_posix.cc", |
764 "synchronization/waitable_event_watcher.h", | 764 "synchronization/waitable_event_watcher.h", |
765 "synchronization/waitable_event_watcher_posix.cc", | 765 "synchronization/waitable_event_watcher_posix.cc", |
766 "synchronization/waitable_event_watcher_win.cc", | 766 "synchronization/waitable_event_watcher_win.cc", |
767 "synchronization/waitable_event_win.cc", | 767 "synchronization/waitable_event_win.cc", |
768 "sys_byteorder.h", | 768 "sys_byteorder.h", |
769 "sys_info.cc", | 769 "sys_info.cc", |
770 "sys_info.h", | 770 "sys_info.h", |
771 "sys_info_android.cc", | 771 "sys_info_android.cc", |
772 "sys_info_chromeos.cc", | 772 "sys_info_chromeos.cc", |
| 773 "syslog_logging.cc", |
| 774 "syslog_logging.h", |
773 | 775 |
774 #"sys_info_freebsd.cc", # Unused in Chromium build. | 776 #"sys_info_freebsd.cc", # Unused in Chromium build. |
775 "sys_info_ios.mm", | 777 "sys_info_ios.mm", |
776 "sys_info_linux.cc", | 778 "sys_info_linux.cc", |
777 "sys_info_mac.mm", | 779 "sys_info_mac.mm", |
778 | 780 |
779 #"sys_info_openbsd.cc", # Unused in Chromium build. | 781 #"sys_info_openbsd.cc", # Unused in Chromium build. |
780 "sys_info_posix.cc", | 782 "sys_info_posix.cc", |
781 "sys_info_win.cc", | 783 "sys_info_win.cc", |
782 "system_monitor/system_monitor.cc", | 784 "system_monitor/system_monitor.cc", |
(...skipping 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2458 testonly = true | 2460 testonly = true |
2459 deps = [ | 2461 deps = [ |
2460 ":base_java", | 2462 ":base_java", |
2461 ] | 2463 ] |
2462 java_files = [ | 2464 java_files = [ |
2463 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2465 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
2464 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2466 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
2465 ] | 2467 ] |
2466 } | 2468 } |
2467 } | 2469 } |
OLD | NEW |