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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
348 "files/important_file_writer.h", | 348 "files/important_file_writer.h", |
349 "files/memory_mapped_file.cc", | 349 "files/memory_mapped_file.cc", |
350 "files/memory_mapped_file.h", | 350 "files/memory_mapped_file.h", |
351 "files/memory_mapped_file_posix.cc", | 351 "files/memory_mapped_file_posix.cc", |
352 "files/memory_mapped_file_win.cc", | 352 "files/memory_mapped_file_win.cc", |
353 "files/scoped_file.cc", | 353 "files/scoped_file.cc", |
354 "files/scoped_file.h", | 354 "files/scoped_file.h", |
355 "files/scoped_temp_dir.cc", | 355 "files/scoped_temp_dir.cc", |
356 "files/scoped_temp_dir.h", | 356 "files/scoped_temp_dir.h", |
357 "format_macros.h", | 357 "format_macros.h", |
358 "fuzzed_data_provider.cc", | |
359 "fuzzed_data_provider.h", | |
mmenke
2016/08/18 17:08:21
Should this really be in base's main sources list?
Charlie Harrison
2016/08/19 18:58:16
Ahh I think you're right. The wrapper in platform
| |
358 "gtest_prod_util.h", | 360 "gtest_prod_util.h", |
359 "guid.cc", | 361 "guid.cc", |
360 "guid.h", | 362 "guid.h", |
361 "hash.cc", | 363 "hash.cc", |
362 "hash.h", | 364 "hash.h", |
363 "id_map.h", | 365 "id_map.h", |
364 "ios/crb_protocol_observers.h", | 366 "ios/crb_protocol_observers.h", |
365 "ios/crb_protocol_observers.mm", | 367 "ios/crb_protocol_observers.mm", |
366 "ios/device_util.h", | 368 "ios/device_util.h", |
367 "ios/device_util.mm", | 369 "ios/device_util.mm", |
(...skipping 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2442 | 2444 |
2443 # GYP: //base.gyp:base_java_unittest_support | 2445 # GYP: //base.gyp:base_java_unittest_support |
2444 android_library("base_java_unittest_support") { | 2446 android_library("base_java_unittest_support") { |
2445 deps = [ | 2447 deps = [ |
2446 ":base_java", | 2448 ":base_java", |
2447 ] | 2449 ] |
2448 java_files = | 2450 java_files = |
2449 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2451 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2450 } | 2452 } |
2451 } | 2453 } |
OLD | NEW |