| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "containers/small_map.h", | 231 "containers/small_map.h", |
| 232 "containers/stack_container.h", | 232 "containers/stack_container.h", |
| 233 "cpu.cc", | 233 "cpu.cc", |
| 234 "cpu.h", | 234 "cpu.h", |
| 235 "critical_closure.h", | 235 "critical_closure.h", |
| 236 "critical_closure_internal_ios.mm", | 236 "critical_closure_internal_ios.mm", |
| 237 "debug/alias.cc", | 237 "debug/alias.cc", |
| 238 "debug/alias.h", | 238 "debug/alias.h", |
| 239 "debug/asan_invalid_access.cc", | 239 "debug/asan_invalid_access.cc", |
| 240 "debug/asan_invalid_access.h", | 240 "debug/asan_invalid_access.h", |
| 241 "debug/close_handle_hook_win.cc", |
| 242 "debug/close_handle_hook_win.h", |
| 241 "debug/crash_logging.cc", | 243 "debug/crash_logging.cc", |
| 242 "debug/crash_logging.h", | 244 "debug/crash_logging.h", |
| 243 "debug/debugger.cc", | 245 "debug/debugger.cc", |
| 244 "debug/debugger.h", | 246 "debug/debugger.h", |
| 245 "debug/debugger_posix.cc", | 247 "debug/debugger_posix.cc", |
| 246 "debug/debugger_win.cc", | 248 "debug/debugger_win.cc", |
| 247 "debug/dump_without_crashing.cc", | 249 "debug/dump_without_crashing.cc", |
| 248 "debug/dump_without_crashing.h", | 250 "debug/dump_without_crashing.h", |
| 249 "debug/gdi_debug_util_win.cc", | 251 "debug/gdi_debug_util_win.cc", |
| 250 "debug/gdi_debug_util_win.h", | 252 "debug/gdi_debug_util_win.h", |
| (...skipping 1889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2140 | 2142 |
| 2141 # GYP: //base.gyp:base_java_unittest_support | 2143 # GYP: //base.gyp:base_java_unittest_support |
| 2142 android_library("base_java_unittest_support") { | 2144 android_library("base_java_unittest_support") { |
| 2143 deps = [ | 2145 deps = [ |
| 2144 ":base_java", | 2146 ":base_java", |
| 2145 ] | 2147 ] |
| 2146 java_files = | 2148 java_files = |
| 2147 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2149 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2148 } | 2150 } |
| 2149 } | 2151 } |
| OLD | NEW |