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

Side by Side Diff: base/BUILD.gn

Issue 2535213002: [WIP] Add SharedMemoryTracker to dump base::SharedMemory usage
Patch Set: Remove unneeded calls Created 4 years 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/shared_memory.h » ('j') | base/memory/shared_memory_posix.cc » ('J')
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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "memory/raw_scoped_refptr_mismatch_checker.h", 494 "memory/raw_scoped_refptr_mismatch_checker.h",
495 "memory/ref_counted.cc", 495 "memory/ref_counted.cc",
496 "memory/ref_counted.h", 496 "memory/ref_counted.h",
497 "memory/ref_counted_delete_on_message_loop.h", 497 "memory/ref_counted_delete_on_message_loop.h",
498 "memory/ref_counted_memory.cc", 498 "memory/ref_counted_memory.cc",
499 "memory/ref_counted_memory.h", 499 "memory/ref_counted_memory.h",
500 "memory/scoped_policy.h", 500 "memory/scoped_policy.h",
501 "memory/scoped_vector.h", 501 "memory/scoped_vector.h",
502 "memory/shared_memory.h", 502 "memory/shared_memory.h",
503 "memory/shared_memory_android.cc", 503 "memory/shared_memory_android.cc",
504 "memory/shared_memory_dump_provider.cc",
505 "memory/shared_memory_dump_provider.h",
504 "memory/shared_memory_handle.h", 506 "memory/shared_memory_handle.h",
505 "memory/shared_memory_handle_mac.cc", 507 "memory/shared_memory_handle_mac.cc",
506 "memory/shared_memory_handle_win.cc", 508 "memory/shared_memory_handle_win.cc",
507 "memory/shared_memory_mac.cc", 509 "memory/shared_memory_mac.cc",
508 "memory/shared_memory_nacl.cc", 510 "memory/shared_memory_nacl.cc",
509 "memory/shared_memory_posix.cc", 511 "memory/shared_memory_posix.cc",
510 "memory/shared_memory_win.cc", 512 "memory/shared_memory_win.cc",
511 "memory/singleton.cc", 513 "memory/singleton.cc",
512 "memory/singleton.h", 514 "memory/singleton.h",
513 "memory/weak_ptr.cc", 515 "memory/weak_ptr.cc",
(...skipping 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after
2502 } 2504 }
2503 2505
2504 fuzzer_test("base_json_correctness_fuzzer") { 2506 fuzzer_test("base_json_correctness_fuzzer") {
2505 sources = [ 2507 sources = [
2506 "json/correctness_fuzzer.cc", 2508 "json/correctness_fuzzer.cc",
2507 ] 2509 ]
2508 deps = [ 2510 deps = [
2509 ":base", 2511 ":base",
2510 ] 2512 ]
2511 } 2513 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/shared_memory.h » ('j') | base/memory/shared_memory_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698