| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "files/scoped_file.h", | 359 "files/scoped_file.h", |
| 360 "files/scoped_temp_dir.cc", | 360 "files/scoped_temp_dir.cc", |
| 361 "files/scoped_temp_dir.h", | 361 "files/scoped_temp_dir.h", |
| 362 "format_macros.h", | 362 "format_macros.h", |
| 363 "gtest_prod_util.h", | 363 "gtest_prod_util.h", |
| 364 "guid.cc", | 364 "guid.cc", |
| 365 "guid.h", | 365 "guid.h", |
| 366 "hash.cc", | 366 "hash.cc", |
| 367 "hash.h", | 367 "hash.h", |
| 368 "id_map.h", | 368 "id_map.h", |
| 369 "ios/block_types.h", |
| 369 "ios/crb_protocol_observers.h", | 370 "ios/crb_protocol_observers.h", |
| 370 "ios/crb_protocol_observers.mm", | 371 "ios/crb_protocol_observers.mm", |
| 371 "ios/device_util.h", | 372 "ios/device_util.h", |
| 372 "ios/device_util.mm", | 373 "ios/device_util.mm", |
| 373 "ios/ios_util.h", | 374 "ios/ios_util.h", |
| 374 "ios/ios_util.mm", | 375 "ios/ios_util.mm", |
| 375 "ios/ns_error_util.h", | 376 "ios/ns_error_util.h", |
| 376 "ios/ns_error_util.mm", | 377 "ios/ns_error_util.mm", |
| 377 "ios/scoped_critical_action.h", | 378 "ios/scoped_critical_action.h", |
| 378 "ios/scoped_critical_action.mm", | 379 "ios/scoped_critical_action.mm", |
| (...skipping 2112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2491 } | 2492 } |
| 2492 | 2493 |
| 2493 fuzzer_test("base_json_correctness_fuzzer") { | 2494 fuzzer_test("base_json_correctness_fuzzer") { |
| 2494 sources = [ | 2495 sources = [ |
| 2495 "json/correctness_fuzzer.cc", | 2496 "json/correctness_fuzzer.cc", |
| 2496 ] | 2497 ] |
| 2497 deps = [ | 2498 deps = [ |
| 2498 ":base", | 2499 ":base", |
| 2499 ] | 2500 ] |
| 2500 } | 2501 } |
| OLD | NEW |