| 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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 "task_scheduler/task_traits.h", | 788 "task_scheduler/task_traits.h", |
| 789 "template_util.h", | 789 "template_util.h", |
| 790 "third_party/dmg_fp/dmg_fp.h", | 790 "third_party/dmg_fp/dmg_fp.h", |
| 791 "third_party/dmg_fp/dtoa_wrapper.cc", | 791 "third_party/dmg_fp/dtoa_wrapper.cc", |
| 792 "third_party/dmg_fp/g_fmt.cc", | 792 "third_party/dmg_fp/g_fmt.cc", |
| 793 "third_party/icu/icu_utf.cc", | 793 "third_party/icu/icu_utf.cc", |
| 794 "third_party/icu/icu_utf.h", | 794 "third_party/icu/icu_utf.h", |
| 795 "third_party/nspr/prtime.cc", | 795 "third_party/nspr/prtime.cc", |
| 796 "third_party/nspr/prtime.h", | 796 "third_party/nspr/prtime.h", |
| 797 "third_party/superfasthash/superfasthash.c", | 797 "third_party/superfasthash/superfasthash.c", |
| 798 "thread_task_runner_handle.h", | |
| 799 "threading/non_thread_safe.h", | 798 "threading/non_thread_safe.h", |
| 800 "threading/non_thread_safe_impl.cc", | 799 "threading/non_thread_safe_impl.cc", |
| 801 "threading/non_thread_safe_impl.h", | 800 "threading/non_thread_safe_impl.h", |
| 802 "threading/platform_thread.h", | 801 "threading/platform_thread.h", |
| 803 "threading/platform_thread_android.cc", | 802 "threading/platform_thread_android.cc", |
| 804 "threading/platform_thread_internal_posix.cc", | 803 "threading/platform_thread_internal_posix.cc", |
| 805 "threading/platform_thread_internal_posix.h", | 804 "threading/platform_thread_internal_posix.h", |
| 806 "threading/platform_thread_linux.cc", | 805 "threading/platform_thread_linux.cc", |
| 807 "threading/platform_thread_mac.mm", | 806 "threading/platform_thread_mac.mm", |
| 808 "threading/platform_thread_posix.cc", | 807 "threading/platform_thread_posix.cc", |
| (...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2375 | 2374 |
| 2376 # GYP: //base.gyp:base_java_unittest_support | 2375 # GYP: //base.gyp:base_java_unittest_support |
| 2377 android_library("base_java_unittest_support") { | 2376 android_library("base_java_unittest_support") { |
| 2378 deps = [ | 2377 deps = [ |
| 2379 ":base_java", | 2378 ":base_java", |
| 2380 ] | 2379 ] |
| 2381 java_files = | 2380 java_files = |
| 2382 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2381 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2383 } | 2382 } |
| 2384 } | 2383 } |
| OLD | NEW |