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

Side by Side Diff: Source/platform/heap/BUILD.gn

Issue 1145073002: Move AddressSanitizer.h to wtf/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix non-Oilpan compilation Created 5 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 | « Source/platform/heap/AddressSanitizer.h ('k') | Source/platform/heap/Heap.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 source_set("heap") { 5 source_set("heap") {
6 # This target is a logical part of the platform and only the platform target 6 # This target is a logical part of the platform and only the platform target
7 # should depend on it. 7 # should depend on it.
8 visibility = [ "//third_party/WebKit/Source/platform" ] 8 visibility = [ "//third_party/WebKit/Source/platform" ]
9 9
10 sources = [ 10 sources = [
11 "AddressSanitizer.h",
12 "CallbackStack.cpp", 11 "CallbackStack.cpp",
13 "CallbackStack.h", 12 "CallbackStack.h",
14 "GCInfo.cpp", 13 "GCInfo.cpp",
15 "GCInfo.h", 14 "GCInfo.h",
16 "GarbageCollected.h", 15 "GarbageCollected.h",
17 "Handle.h", 16 "Handle.h",
18 "Heap.cpp", 17 "Heap.cpp",
19 "Heap.h", 18 "Heap.h",
20 "HeapAllocator.cpp", 19 "HeapAllocator.cpp",
21 "HeapAllocator.h", 20 "HeapAllocator.h",
(...skipping 20 matching lines...) Expand all
42 "//third_party/WebKit/Source:config", 41 "//third_party/WebKit/Source:config",
43 "//third_party/WebKit/Source:inside_blink", 42 "//third_party/WebKit/Source:inside_blink",
44 "//build/config/compiler:no_size_t_to_int_warning", 43 "//build/config/compiler:no_size_t_to_int_warning",
45 ] 44 ]
46 45
47 deps = [ 46 deps = [
48 "//third_party/WebKit/Source/platform/heap/asm", 47 "//third_party/WebKit/Source/platform/heap/asm",
49 "//third_party/icu", 48 "//third_party/icu",
50 ] 49 ]
51 } 50 }
OLDNEW
« no previous file with comments | « Source/platform/heap/AddressSanitizer.h ('k') | Source/platform/heap/Heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698