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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 "synchronization/waitable_event_win.cc", | 748 "synchronization/waitable_event_win.cc", |
749 "sys_byteorder.h", | 749 "sys_byteorder.h", |
750 "sys_info.cc", | 750 "sys_info.cc", |
751 "sys_info.h", | 751 "sys_info.h", |
752 "sys_info_android.cc", | 752 "sys_info_android.cc", |
753 "sys_info_chromeos.cc", | 753 "sys_info_chromeos.cc", |
754 | 754 |
755 #"sys_info_freebsd.cc", # Unused in Chromium build. | 755 #"sys_info_freebsd.cc", # Unused in Chromium build. |
756 "sys_info_ios.mm", | 756 "sys_info_ios.mm", |
757 "sys_info_linux.cc", | 757 "sys_info_linux.cc", |
758 "sys_info_mac.cc", | 758 "sys_info_mac.mm", |
759 | 759 |
760 #"sys_info_openbsd.cc", # Unused in Chromium build. | 760 #"sys_info_openbsd.cc", # Unused in Chromium build. |
761 "sys_info_posix.cc", | 761 "sys_info_posix.cc", |
762 "sys_info_win.cc", | 762 "sys_info_win.cc", |
763 "system_monitor/system_monitor.cc", | 763 "system_monitor/system_monitor.cc", |
764 "system_monitor/system_monitor.h", | 764 "system_monitor/system_monitor.h", |
765 "task/cancelable_task_tracker.cc", | 765 "task/cancelable_task_tracker.cc", |
766 "task/cancelable_task_tracker.h", | 766 "task/cancelable_task_tracker.h", |
767 "task_runner.cc", | 767 "task_runner.cc", |
768 "task_runner.h", | 768 "task_runner.h", |
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2321 | 2321 |
2322 # GYP: //base.gyp:base_java_unittest_support | 2322 # GYP: //base.gyp:base_java_unittest_support |
2323 android_library("base_java_unittest_support") { | 2323 android_library("base_java_unittest_support") { |
2324 deps = [ | 2324 deps = [ |
2325 ":base_java", | 2325 ":base_java", |
2326 ] | 2326 ] |
2327 java_files = | 2327 java_files = |
2328 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2328 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2329 } | 2329 } |
2330 } | 2330 } |
OLD | NEW |