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

Side by Side Diff: base/BUILD.gn

Issue 2873433004: Replace SharedMemory::UniqueID usages with SharedMemoryHandle's guid (Closed)
Patch Set: Address on reviews Created 3 years, 7 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/shared_memory.h » ('j') | base/memory/shared_memory.h » ('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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "memory/memory_pressure_monitor_win.h", 498 "memory/memory_pressure_monitor_win.h",
499 "memory/ptr_util.h", 499 "memory/ptr_util.h",
500 "memory/raw_scoped_refptr_mismatch_checker.h", 500 "memory/raw_scoped_refptr_mismatch_checker.h",
501 "memory/ref_counted.cc", 501 "memory/ref_counted.cc",
502 "memory/ref_counted.h", 502 "memory/ref_counted.h",
503 "memory/ref_counted_delete_on_sequence.h", 503 "memory/ref_counted_delete_on_sequence.h",
504 "memory/ref_counted_memory.cc", 504 "memory/ref_counted_memory.cc",
505 "memory/ref_counted_memory.h", 505 "memory/ref_counted_memory.h",
506 "memory/scoped_policy.h", 506 "memory/scoped_policy.h",
507 "memory/scoped_vector.h", 507 "memory/scoped_vector.h",
508 "memory/shared_memory.cc",
508 "memory/shared_memory.h", 509 "memory/shared_memory.h",
509 "memory/shared_memory_android.cc", 510 "memory/shared_memory_android.cc",
510 "memory/shared_memory_handle.cc", 511 "memory/shared_memory_handle.cc",
511 "memory/shared_memory_handle.h", 512 "memory/shared_memory_handle.h",
512 "memory/shared_memory_handle_mac.cc", 513 "memory/shared_memory_handle_mac.cc",
513 "memory/shared_memory_handle_win.cc", 514 "memory/shared_memory_handle_win.cc",
514 "memory/shared_memory_helper.cc", 515 "memory/shared_memory_helper.cc",
515 "memory/shared_memory_helper.h", 516 "memory/shared_memory_helper.h",
516 "memory/shared_memory_mac.cc", 517 "memory/shared_memory_mac.cc",
517 "memory/shared_memory_nacl.cc", 518 "memory/shared_memory_nacl.cc",
(...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after
2721 } 2722 }
2722 2723
2723 fuzzer_test("base_json_correctness_fuzzer") { 2724 fuzzer_test("base_json_correctness_fuzzer") {
2724 sources = [ 2725 sources = [
2725 "json/correctness_fuzzer.cc", 2726 "json/correctness_fuzzer.cc",
2726 ] 2727 ]
2727 deps = [ 2728 deps = [
2728 ":base", 2729 ":base",
2729 ] 2730 ]
2730 } 2731 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/shared_memory.h » ('j') | base/memory/shared_memory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698