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

Side by Side Diff: base/allocator/allocator.gyp

Issue 1557433002: Revert of tcmalloc: Use C++11 atomics where appropriate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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 | « base/allocator/BUILD.gn ('k') | third_party/tcmalloc/README.chromium » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 # This code gets run a lot and debugged rarely, so it should be fast 8 # This code gets run a lot and debugged rarely, so it should be fast
9 # by default. See http://crbug.com/388949. 9 # by default. See http://crbug.com/388949.
10 'debug_optimize': '2', 10 'debug_optimize': '2',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 '<(tcmalloc_dir)/src/config.h', 97 '<(tcmalloc_dir)/src/config.h',
98 '<(tcmalloc_dir)/src/config_android.h', 98 '<(tcmalloc_dir)/src/config_android.h',
99 '<(tcmalloc_dir)/src/config_linux.h', 99 '<(tcmalloc_dir)/src/config_linux.h',
100 '<(tcmalloc_dir)/src/config_win.h', 100 '<(tcmalloc_dir)/src/config_win.h',
101 101
102 # all tcmalloc native and forked files 102 # all tcmalloc native and forked files
103 '<(tcmalloc_dir)/src/addressmap-inl.h', 103 '<(tcmalloc_dir)/src/addressmap-inl.h',
104 '<(tcmalloc_dir)/src/base/abort.cc', 104 '<(tcmalloc_dir)/src/base/abort.cc',
105 '<(tcmalloc_dir)/src/base/abort.h', 105 '<(tcmalloc_dir)/src/base/abort.h',
106 '<(tcmalloc_dir)/src/base/arm_instruction_set_select.h', 106 '<(tcmalloc_dir)/src/base/arm_instruction_set_select.h',
107 '<(tcmalloc_dir)/src/base/atomicops-internals-arm-generic.h',
108 '<(tcmalloc_dir)/src/base/atomicops-internals-arm-v6plus.h',
109 '<(tcmalloc_dir)/src/base/atomicops-internals-linuxppc.h',
107 '<(tcmalloc_dir)/src/base/atomicops-internals-macosx.h', 110 '<(tcmalloc_dir)/src/base/atomicops-internals-macosx.h',
108 '<(tcmalloc_dir)/src/base/atomicops-internals-windows.h', 111 '<(tcmalloc_dir)/src/base/atomicops-internals-windows.h',
109 '<(tcmalloc_dir)/src/base/atomicops_internals_portable.h', 112 '<(tcmalloc_dir)/src/base/atomicops-internals-x86.cc',
113 '<(tcmalloc_dir)/src/base/atomicops-internals-x86.h',
110 '<(tcmalloc_dir)/src/base/atomicops.h', 114 '<(tcmalloc_dir)/src/base/atomicops.h',
111 '<(tcmalloc_dir)/src/base/commandlineflags.h', 115 '<(tcmalloc_dir)/src/base/commandlineflags.h',
112 '<(tcmalloc_dir)/src/base/cycleclock.h', 116 '<(tcmalloc_dir)/src/base/cycleclock.h',
113 # We don't list dynamic_annotations.c since its copy is already 117 # We don't list dynamic_annotations.c since its copy is already
114 # present in the dynamic_annotations target. 118 # present in the dynamic_annotations target.
115 '<(tcmalloc_dir)/src/base/dynamic_annotations.h', 119 '<(tcmalloc_dir)/src/base/dynamic_annotations.h',
116 '<(tcmalloc_dir)/src/base/elf_mem_image.cc', 120 '<(tcmalloc_dir)/src/base/elf_mem_image.cc',
117 '<(tcmalloc_dir)/src/base/elf_mem_image.h', 121 '<(tcmalloc_dir)/src/base/elf_mem_image.h',
118 '<(tcmalloc_dir)/src/base/elfcore.h', 122 '<(tcmalloc_dir)/src/base/elfcore.h',
119 '<(tcmalloc_dir)/src/base/googleinit.h', 123 '<(tcmalloc_dir)/src/base/googleinit.h',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 '<(SHARED_INTERMEDIATE_DIR)/allocator', 379 '<(SHARED_INTERMEDIATE_DIR)/allocator',
376 '<(target_arch)', 380 '<(target_arch)',
377 ], 381 ],
378 }, 382 },
379 ], 383 ],
380 }, 384 },
381 ], 385 ],
382 }], 386 }],
383 ], 387 ],
384 } 388 }
OLDNEW
« no previous file with comments | « base/allocator/BUILD.gn ('k') | third_party/tcmalloc/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698