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

Side by Side Diff: third_party/WebKit/Source/platform/wtf/BUILD.gn

Issue 2764833002: Move files in wtf/ to platform/wtf/ (Part 7). (Closed)
Patch Set: Rebase. Created 3 years, 9 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
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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 # The below is a temporary setup during the WTF migration project: 5 # The below is a temporary setup during the WTF migration project:
6 # https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYC AAJ 6 # https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYC AAJ
7 # 7 #
8 # We are moving wtf/ files to platform/wtf/ incrementally, thus, conceptually, 8 # We are moving wtf/ files to platform/wtf/ incrementally, thus, conceptually,
9 # the "wtf" target in wtf/BUILD.gn is being split into two, in a way that 9 # the "wtf" target in wtf/BUILD.gn is being split into two, in a way that
10 # only wtf/ can refer the contents in platform/wtf/. 10 # only wtf/ can refer the contents in platform/wtf/.
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 } 57 }
58 } 58 }
59 59
60 source_set("platform_wtf") { 60 source_set("platform_wtf") {
61 sources = [ 61 sources = [
62 "ASCIICType.cpp", 62 "ASCIICType.cpp",
63 "ASCIICType.h", 63 "ASCIICType.h",
64 "AddressSanitizer.h", 64 "AddressSanitizer.h",
65 "Alignment.h", 65 "Alignment.h",
66 "Allocator.h", 66 "Allocator.h",
67 "Assertions.cpp",
67 "Assertions.h", 68 "Assertions.h",
68 "Atomics.h", 69 "Atomics.h",
69 "AutoReset.h", 70 "AutoReset.h",
70 "BitwiseOperations.h", 71 "BitwiseOperations.h",
71 "ByteSwap.h", 72 "ByteSwap.h",
72 "CPU.h", 73 "CPU.h",
73 "CheckedNumeric.h", 74 "CheckedNumeric.h",
74 "Compiler.h", 75 "Compiler.h",
75 "ConditionalDestructor.h", 76 "ConditionalDestructor.h",
76 "ContainerAnnotations.h", 77 "ContainerAnnotations.h",
77 "CryptographicallyRandomNumber.cpp", 78 "CryptographicallyRandomNumber.cpp",
78 "CryptographicallyRandomNumber.h", 79 "CryptographicallyRandomNumber.h",
79 "CurrentTime.cpp", 80 "CurrentTime.cpp",
80 "CurrentTime.h", 81 "CurrentTime.h",
81 "DynamicAnnotations.cpp", 82 "DynamicAnnotations.cpp",
82 "DynamicAnnotations.h", 83 "DynamicAnnotations.h",
83 "Forward.h", 84 "Forward.h",
85 "Functional.h",
84 "GetPtr.h", 86 "GetPtr.h",
87 "HashTableDeletedValueType.h",
88 "InstanceCounter.h",
85 "LeakAnnotations.h", 89 "LeakAnnotations.h",
90 "Locker.h",
86 "NonCopyingSort.h", 91 "NonCopyingSort.h",
87 "Noncopyable.h", 92 "Noncopyable.h",
88 "NotFound.h", 93 "NotFound.h",
89 "Optional.h", 94 "Optional.h",
95 "PassRefPtr.h",
96 "PtrUtil.h",
97 "RefCounted.h",
98 "RefPtr.h",
90 "SizeAssertions.h", 99 "SizeAssertions.h",
91 "SpinLock.h", 100 "SpinLock.h",
101 "StackUtil.h",
92 "StaticConstructors.h", 102 "StaticConstructors.h",
103 "StdLibExtras.h",
93 "StringExtras.h", 104 "StringExtras.h",
105 "ThreadRestrictionVerifier.h",
106 "ThreadSafeRefCounted.h",
107 "ThreadSpecific.h",
108 "Threading.h",
109 "ThreadingPrimitives.h",
94 "Time.h", 110 "Time.h",
111 "TreeNode.h",
95 "TriState.h", 112 "TriState.h",
96 "TypeTraits.h", 113 "TypeTraits.h",
97 "WTF.h", 114 "WTF.h",
98 "WTFExport.h", 115 "WTFExport.h",
116 "WeakPtr.h",
99 "allocator/PartitionAllocator.cpp", 117 "allocator/PartitionAllocator.cpp",
100 "allocator/PartitionAllocator.h", 118 "allocator/PartitionAllocator.h",
101 "allocator/Partitions.cpp", 119 "allocator/Partitions.cpp",
102 "allocator/Partitions.h", 120 "allocator/Partitions.h",
103 "build_config.h", 121 "build_config.h",
104 "text/Unicode.h", 122 "text/Unicode.h",
105 "text/icu/UnicodeIcu.h", 123 "text/icu/UnicodeIcu.h",
106 ] 124 ]
107 125
108 configs += [ 126 configs += [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 # "text/AtomicStringCF.cpp", 176 # "text/AtomicStringCF.cpp",
159 # "text/StringImplCF.cpp", 177 # "text/StringImplCF.cpp",
160 # ] 178 # ]
161 } 179 }
162 180
163 if (remove_webcore_debug_symbols) { 181 if (remove_webcore_debug_symbols) {
164 configs -= [ "//build/config/compiler:default_symbols" ] 182 configs -= [ "//build/config/compiler:default_symbols" ]
165 configs += [ "//build/config/compiler:no_symbols" ] 183 configs += [ "//build/config/compiler:no_symbols" ]
166 } 184 }
167 } 185 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/Assertions.cpp ('k') | third_party/WebKit/Source/platform/wtf/Functional.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698