Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Side by Side Diff: base/BUILD.gn

Issue 2968253002: Remove ScopedVector. (Closed)
Patch Set: just the sv Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | base/memory/scoped_vector.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "memory/memory_pressure_monitor_win.cc", 493 "memory/memory_pressure_monitor_win.cc",
494 "memory/memory_pressure_monitor_win.h", 494 "memory/memory_pressure_monitor_win.h",
495 "memory/ptr_util.h", 495 "memory/ptr_util.h",
496 "memory/raw_scoped_refptr_mismatch_checker.h", 496 "memory/raw_scoped_refptr_mismatch_checker.h",
497 "memory/ref_counted.cc", 497 "memory/ref_counted.cc",
498 "memory/ref_counted.h", 498 "memory/ref_counted.h",
499 "memory/ref_counted_delete_on_sequence.h", 499 "memory/ref_counted_delete_on_sequence.h",
500 "memory/ref_counted_memory.cc", 500 "memory/ref_counted_memory.cc",
501 "memory/ref_counted_memory.h", 501 "memory/ref_counted_memory.h",
502 "memory/scoped_policy.h", 502 "memory/scoped_policy.h",
503 "memory/scoped_vector.h",
504 "memory/shared_memory.h", 503 "memory/shared_memory.h",
505 "memory/shared_memory_android.cc", 504 "memory/shared_memory_android.cc",
506 "memory/shared_memory_handle.cc", 505 "memory/shared_memory_handle.cc",
507 "memory/shared_memory_handle.h", 506 "memory/shared_memory_handle.h",
508 "memory/shared_memory_handle_mac.cc", 507 "memory/shared_memory_handle_mac.cc",
509 "memory/shared_memory_handle_win.cc", 508 "memory/shared_memory_handle_win.cc",
510 "memory/shared_memory_helper.cc", 509 "memory/shared_memory_helper.cc",
511 "memory/shared_memory_helper.h", 510 "memory/shared_memory_helper.h",
512 "memory/shared_memory_mac.cc", 511 "memory/shared_memory_mac.cc",
513 "memory/shared_memory_nacl.cc", 512 "memory/shared_memory_nacl.cc",
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 "memory/linked_ptr_unittest.cc", 2088 "memory/linked_ptr_unittest.cc",
2090 "memory/memory_coordinator_client_registry_unittest.cc", 2089 "memory/memory_coordinator_client_registry_unittest.cc",
2091 "memory/memory_pressure_listener_unittest.cc", 2090 "memory/memory_pressure_listener_unittest.cc",
2092 "memory/memory_pressure_monitor_chromeos_unittest.cc", 2091 "memory/memory_pressure_monitor_chromeos_unittest.cc",
2093 "memory/memory_pressure_monitor_mac_unittest.cc", 2092 "memory/memory_pressure_monitor_mac_unittest.cc",
2094 "memory/memory_pressure_monitor_unittest.cc", 2093 "memory/memory_pressure_monitor_unittest.cc",
2095 "memory/memory_pressure_monitor_win_unittest.cc", 2094 "memory/memory_pressure_monitor_win_unittest.cc",
2096 "memory/ptr_util_unittest.cc", 2095 "memory/ptr_util_unittest.cc",
2097 "memory/ref_counted_memory_unittest.cc", 2096 "memory/ref_counted_memory_unittest.cc",
2098 "memory/ref_counted_unittest.cc", 2097 "memory/ref_counted_unittest.cc",
2099 "memory/scoped_vector_unittest.cc",
2100 "memory/shared_memory_mac_unittest.cc", 2098 "memory/shared_memory_mac_unittest.cc",
2101 "memory/shared_memory_unittest.cc", 2099 "memory/shared_memory_unittest.cc",
2102 "memory/shared_memory_win_unittest.cc", 2100 "memory/shared_memory_win_unittest.cc",
2103 "memory/singleton_unittest.cc", 2101 "memory/singleton_unittest.cc",
2104 "memory/weak_ptr_unittest.cc", 2102 "memory/weak_ptr_unittest.cc",
2105 "message_loop/message_loop_task_runner_unittest.cc", 2103 "message_loop/message_loop_task_runner_unittest.cc",
2106 "message_loop/message_loop_unittest.cc", 2104 "message_loop/message_loop_unittest.cc",
2107 "message_loop/message_pump_glib_unittest.cc", 2105 "message_loop/message_pump_glib_unittest.cc",
2108 "message_loop/message_pump_io_ios_unittest.cc", 2106 "message_loop/message_pump_io_ios_unittest.cc",
2109 "message_loop/message_pump_mac_unittest.cc", 2107 "message_loop/message_pump_mac_unittest.cc",
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
2801 } 2799 }
2802 2800
2803 fuzzer_test("base_json_correctness_fuzzer") { 2801 fuzzer_test("base_json_correctness_fuzzer") {
2804 sources = [ 2802 sources = [
2805 "json/correctness_fuzzer.cc", 2803 "json/correctness_fuzzer.cc",
2806 ] 2804 ]
2807 deps = [ 2805 deps = [
2808 ":base", 2806 ":base",
2809 ] 2807 ]
2810 } 2808 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/scoped_vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698