| 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 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 #"sys_info_openbsd.cc", # Unused in Chromium build. | 732 #"sys_info_openbsd.cc", # Unused in Chromium build. |
| 733 "sys_info_posix.cc", | 733 "sys_info_posix.cc", |
| 734 "sys_info_win.cc", | 734 "sys_info_win.cc", |
| 735 "system_monitor/system_monitor.cc", | 735 "system_monitor/system_monitor.cc", |
| 736 "system_monitor/system_monitor.h", | 736 "system_monitor/system_monitor.h", |
| 737 "task/cancelable_task_tracker.cc", | 737 "task/cancelable_task_tracker.cc", |
| 738 "task/cancelable_task_tracker.h", | 738 "task/cancelable_task_tracker.h", |
| 739 "task_runner.cc", | 739 "task_runner.cc", |
| 740 "task_runner.h", | 740 "task_runner.h", |
| 741 "task_runner_util.h", | 741 "task_runner_util.h", |
| 742 "task_scheduler/task_traits.cc", |
| 743 "task_scheduler/task_traits.h", |
| 742 "template_util.h", | 744 "template_util.h", |
| 743 "third_party/dmg_fp/dmg_fp.h", | 745 "third_party/dmg_fp/dmg_fp.h", |
| 744 "third_party/dmg_fp/dtoa_wrapper.cc", | 746 "third_party/dmg_fp/dtoa_wrapper.cc", |
| 745 "third_party/dmg_fp/g_fmt.cc", | 747 "third_party/dmg_fp/g_fmt.cc", |
| 746 "third_party/icu/icu_utf.cc", | 748 "third_party/icu/icu_utf.cc", |
| 747 "third_party/icu/icu_utf.h", | 749 "third_party/icu/icu_utf.h", |
| 748 "third_party/nspr/prtime.cc", | 750 "third_party/nspr/prtime.cc", |
| 749 "third_party/nspr/prtime.h", | 751 "third_party/nspr/prtime.h", |
| 750 "third_party/superfasthash/superfasthash.c", | 752 "third_party/superfasthash/superfasthash.c", |
| 751 "thread_task_runner_handle.cc", | 753 "thread_task_runner_handle.cc", |
| (...skipping 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2038 | 2040 |
| 2039 # GYP: //base.gyp:base_java_unittest_support | 2041 # GYP: //base.gyp:base_java_unittest_support |
| 2040 android_library("base_java_unittest_support") { | 2042 android_library("base_java_unittest_support") { |
| 2041 deps = [ | 2043 deps = [ |
| 2042 ":base_java", | 2044 ":base_java", |
| 2043 ] | 2045 ] |
| 2044 java_files = | 2046 java_files = |
| 2045 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2047 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2046 } | 2048 } |
| 2047 } | 2049 } |
| OLD | NEW |