| 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 "synchronization/waitable_event_posix.cc", | 749 "synchronization/waitable_event_posix.cc", |
| 750 "synchronization/waitable_event_watcher.h", | 750 "synchronization/waitable_event_watcher.h", |
| 751 "synchronization/waitable_event_watcher_posix.cc", | 751 "synchronization/waitable_event_watcher_posix.cc", |
| 752 "synchronization/waitable_event_watcher_win.cc", | 752 "synchronization/waitable_event_watcher_win.cc", |
| 753 "synchronization/waitable_event_win.cc", | 753 "synchronization/waitable_event_win.cc", |
| 754 "sys_byteorder.h", | 754 "sys_byteorder.h", |
| 755 "sys_info.cc", | 755 "sys_info.cc", |
| 756 "sys_info.h", | 756 "sys_info.h", |
| 757 "sys_info_android.cc", | 757 "sys_info_android.cc", |
| 758 "sys_info_chromeos.cc", | 758 "sys_info_chromeos.cc", |
| 759 "syslog_logging.cc", |
| 760 "syslog_logging.h", |
| 759 | 761 |
| 760 #"sys_info_freebsd.cc", # Unused in Chromium build. | 762 #"sys_info_freebsd.cc", # Unused in Chromium build. |
| 761 "sys_info_ios.mm", | 763 "sys_info_ios.mm", |
| 762 "sys_info_linux.cc", | 764 "sys_info_linux.cc", |
| 763 "sys_info_mac.mm", | 765 "sys_info_mac.mm", |
| 764 | 766 |
| 765 #"sys_info_openbsd.cc", # Unused in Chromium build. | 767 #"sys_info_openbsd.cc", # Unused in Chromium build. |
| 766 "sys_info_posix.cc", | 768 "sys_info_posix.cc", |
| 767 "sys_info_win.cc", | 769 "sys_info_win.cc", |
| 768 "system_monitor/system_monitor.cc", | 770 "system_monitor/system_monitor.cc", |
| (...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2440 android_library("base_java_unittest_support") { | 2442 android_library("base_java_unittest_support") { |
| 2441 deps = [ | 2443 deps = [ |
| 2442 ":base_java", | 2444 ":base_java", |
| 2443 ] | 2445 ] |
| 2444 java_files = [ | 2446 java_files = [ |
| 2445 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2447 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2446 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2448 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2447 ] | 2449 ] |
| 2448 } | 2450 } |
| 2449 } | 2451 } |
| OLD | NEW |