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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 "debug/stack_trace.h", | 269 "debug/stack_trace.h", |
270 "debug/stack_trace_android.cc", | 270 "debug/stack_trace_android.cc", |
271 "debug/stack_trace_posix.cc", | 271 "debug/stack_trace_posix.cc", |
272 "debug/stack_trace_win.cc", | 272 "debug/stack_trace_win.cc", |
273 "debug/task_annotator.cc", | 273 "debug/task_annotator.cc", |
274 "debug/task_annotator.h", | 274 "debug/task_annotator.h", |
275 "deferred_sequenced_task_runner.cc", | 275 "deferred_sequenced_task_runner.cc", |
276 "deferred_sequenced_task_runner.h", | 276 "deferred_sequenced_task_runner.h", |
277 "environment.cc", | 277 "environment.cc", |
278 "environment.h", | 278 "environment.h", |
| 279 "export_template.h", |
279 "feature_list.cc", | 280 "feature_list.cc", |
280 "feature_list.h", | 281 "feature_list.h", |
281 "file_descriptor_posix.h", | 282 "file_descriptor_posix.h", |
282 "file_version_info.h", | 283 "file_version_info.h", |
283 "file_version_info_mac.h", | 284 "file_version_info_mac.h", |
284 "file_version_info_mac.mm", | 285 "file_version_info_mac.mm", |
285 "file_version_info_win.cc", | 286 "file_version_info_win.cc", |
286 "file_version_info_win.h", | 287 "file_version_info_win.h", |
287 "files/dir_reader_fallback.h", | 288 "files/dir_reader_fallback.h", |
288 "files/dir_reader_linux.h", | 289 "files/dir_reader_linux.h", |
(...skipping 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2147 | 2148 |
2148 # GYP: //base.gyp:base_java_unittest_support | 2149 # GYP: //base.gyp:base_java_unittest_support |
2149 android_library("base_java_unittest_support") { | 2150 android_library("base_java_unittest_support") { |
2150 deps = [ | 2151 deps = [ |
2151 ":base_java", | 2152 ":base_java", |
2152 ] | 2153 ] |
2153 java_files = | 2154 java_files = |
2154 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2155 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2155 } | 2156 } |
2156 } | 2157 } |
OLD | NEW |