| 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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 "win/event_trace_provider.cc", | 897 "win/event_trace_provider.cc", |
| 898 "win/event_trace_provider.h", | 898 "win/event_trace_provider.h", |
| 899 "win/i18n.cc", | 899 "win/i18n.cc", |
| 900 "win/i18n.h", | 900 "win/i18n.h", |
| 901 "win/iat_patch_function.cc", | 901 "win/iat_patch_function.cc", |
| 902 "win/iat_patch_function.h", | 902 "win/iat_patch_function.h", |
| 903 "win/iunknown_impl.cc", | 903 "win/iunknown_impl.cc", |
| 904 "win/iunknown_impl.h", | 904 "win/iunknown_impl.h", |
| 905 "win/message_window.cc", | 905 "win/message_window.cc", |
| 906 "win/message_window.h", | 906 "win/message_window.h", |
| 907 "win/metro.cc", | |
| 908 "win/metro.h", | |
| 909 "win/object_watcher.cc", | 907 "win/object_watcher.cc", |
| 910 "win/object_watcher.h", | 908 "win/object_watcher.h", |
| 911 "win/process_startup_helper.cc", | 909 "win/process_startup_helper.cc", |
| 912 "win/process_startup_helper.h", | 910 "win/process_startup_helper.h", |
| 913 "win/registry.cc", | 911 "win/registry.cc", |
| 914 "win/registry.h", | 912 "win/registry.h", |
| 915 "win/resource_util.cc", | 913 "win/resource_util.cc", |
| 916 "win/resource_util.h", | 914 "win/resource_util.h", |
| 917 "win/scoped_bstr.cc", | 915 "win/scoped_bstr.cc", |
| 918 "win/scoped_bstr.h", | 916 "win/scoped_bstr.h", |
| (...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2142 | 2140 |
| 2143 # GYP: //base.gyp:base_java_unittest_support | 2141 # GYP: //base.gyp:base_java_unittest_support |
| 2144 android_library("base_java_unittest_support") { | 2142 android_library("base_java_unittest_support") { |
| 2145 deps = [ | 2143 deps = [ |
| 2146 ":base_java", | 2144 ":base_java", |
| 2147 ] | 2145 ] |
| 2148 java_files = | 2146 java_files = |
| 2149 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2147 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2150 } | 2148 } |
| 2151 } | 2149 } |
| OLD | NEW |