| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "debug/stack_trace.h", | 273 "debug/stack_trace.h", |
| 274 "debug/stack_trace_android.cc", | 274 "debug/stack_trace_android.cc", |
| 275 "debug/stack_trace_posix.cc", | 275 "debug/stack_trace_posix.cc", |
| 276 "debug/stack_trace_win.cc", | 276 "debug/stack_trace_win.cc", |
| 277 "debug/task_annotator.cc", | 277 "debug/task_annotator.cc", |
| 278 "debug/task_annotator.h", | 278 "debug/task_annotator.h", |
| 279 "deferred_sequenced_task_runner.cc", | 279 "deferred_sequenced_task_runner.cc", |
| 280 "deferred_sequenced_task_runner.h", | 280 "deferred_sequenced_task_runner.h", |
| 281 "environment.cc", | 281 "environment.cc", |
| 282 "environment.h", | 282 "environment.h", |
| 283 "export_template.h", |
| 283 "feature_list.cc", | 284 "feature_list.cc", |
| 284 "feature_list.h", | 285 "feature_list.h", |
| 285 "file_descriptor_posix.h", | 286 "file_descriptor_posix.h", |
| 286 "file_version_info.h", | 287 "file_version_info.h", |
| 287 "file_version_info_mac.h", | 288 "file_version_info_mac.h", |
| 288 "file_version_info_mac.mm", | 289 "file_version_info_mac.mm", |
| 289 "file_version_info_win.cc", | 290 "file_version_info_win.cc", |
| 290 "file_version_info_win.h", | 291 "file_version_info_win.h", |
| 291 "files/dir_reader_fallback.h", | 292 "files/dir_reader_fallback.h", |
| 292 "files/dir_reader_linux.h", | 293 "files/dir_reader_linux.h", |
| (...skipping 1760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2053 | 2054 |
| 2054 # GYP: //base.gyp:base_java_unittest_support | 2055 # GYP: //base.gyp:base_java_unittest_support |
| 2055 android_library("base_java_unittest_support") { | 2056 android_library("base_java_unittest_support") { |
| 2056 deps = [ | 2057 deps = [ |
| 2057 ":base_java", | 2058 ":base_java", |
| 2058 ] | 2059 ] |
| 2059 java_files = | 2060 java_files = |
| 2060 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2061 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2061 } | 2062 } |
| 2062 } | 2063 } |
| OLD | NEW |