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 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 "synchronization/waitable_event_posix.cc", | 737 "synchronization/waitable_event_posix.cc", |
738 "synchronization/waitable_event_watcher.h", | 738 "synchronization/waitable_event_watcher.h", |
739 "synchronization/waitable_event_watcher_posix.cc", | 739 "synchronization/waitable_event_watcher_posix.cc", |
740 "synchronization/waitable_event_watcher_win.cc", | 740 "synchronization/waitable_event_watcher_win.cc", |
741 "synchronization/waitable_event_win.cc", | 741 "synchronization/waitable_event_win.cc", |
742 "sys_byteorder.h", | 742 "sys_byteorder.h", |
743 "sys_info.cc", | 743 "sys_info.cc", |
744 "sys_info.h", | 744 "sys_info.h", |
745 "sys_info_android.cc", | 745 "sys_info_android.cc", |
746 "sys_info_chromeos.cc", | 746 "sys_info_chromeos.cc", |
| 747 "syslog_logging.cc", |
| 748 "syslog_logging.h", |
747 | 749 |
748 #"sys_info_freebsd.cc", # Unused in Chromium build. | 750 #"sys_info_freebsd.cc", # Unused in Chromium build. |
749 "sys_info_ios.mm", | 751 "sys_info_ios.mm", |
750 "sys_info_linux.cc", | 752 "sys_info_linux.cc", |
751 "sys_info_mac.mm", | 753 "sys_info_mac.mm", |
752 | 754 |
753 #"sys_info_openbsd.cc", # Unused in Chromium build. | 755 #"sys_info_openbsd.cc", # Unused in Chromium build. |
754 "sys_info_posix.cc", | 756 "sys_info_posix.cc", |
755 "sys_info_win.cc", | 757 "sys_info_win.cc", |
756 "system_monitor/system_monitor.cc", | 758 "system_monitor/system_monitor.cc", |
(...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2327 | 2329 |
2328 # GYP: //base.gyp:base_java_unittest_support | 2330 # GYP: //base.gyp:base_java_unittest_support |
2329 android_library("base_java_unittest_support") { | 2331 android_library("base_java_unittest_support") { |
2330 deps = [ | 2332 deps = [ |
2331 ":base_java", | 2333 ":base_java", |
2332 ] | 2334 ] |
2333 java_files = | 2335 java_files = |
2334 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2336 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2335 } | 2337 } |
2336 } | 2338 } |
OLD | NEW |