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

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

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (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
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/web/BUILD.gn » ('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 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "text/StringConcatenate.h", 186 "text/StringConcatenate.h",
187 "text/StringHash.h", 187 "text/StringHash.h",
188 "text/StringImpl.cpp", 188 "text/StringImpl.cpp",
189 "text/StringImpl.h", 189 "text/StringImpl.h",
190 "text/StringImplCF.cpp", 190 "text/StringImplCF.cpp",
191 "text/StringImplMac.mm", 191 "text/StringImplMac.mm",
192 "text/StringMac.mm", 192 "text/StringMac.mm",
193 "text/StringOperators.h", 193 "text/StringOperators.h",
194 "text/StringStatics.cpp", 194 "text/StringStatics.cpp",
195 "text/StringStatics.h", 195 "text/StringStatics.h",
196 "text/StringStatics.h",
196 "text/StringToNumber.cpp", 197 "text/StringToNumber.cpp",
197 "text/StringToNumber.h", 198 "text/StringToNumber.h",
198 "text/StringUTF8Adaptor.h", 199 "text/StringUTF8Adaptor.h",
199 "text/StringView.cpp", 200 "text/StringView.cpp",
200 "text/StringView.h", 201 "text/StringView.h",
201 "text/TextCodec.cpp", 202 "text/TextCodec.cpp",
202 "text/TextCodec.h", 203 "text/TextCodec.h",
203 "text/TextCodecASCIIFastPath.h", 204 "text/TextCodecASCIIFastPath.h",
204 "text/TextCodecICU.cpp", 205 "text/TextCodecICU.cpp",
205 "text/TextCodecICU.h", 206 "text/TextCodecICU.h",
207 "text/TextCodecICU.h",
206 "text/TextCodecLatin1.cpp", 208 "text/TextCodecLatin1.cpp",
207 "text/TextCodecLatin1.h", 209 "text/TextCodecLatin1.h",
210 "text/TextCodecLatin1.h",
208 "text/TextCodecReplacement.cpp", 211 "text/TextCodecReplacement.cpp",
209 "text/TextCodecReplacement.h", 212 "text/TextCodecReplacement.h",
210 "text/TextCodecUTF16.cpp", 213 "text/TextCodecUTF16.cpp",
211 "text/TextCodecUTF16.h", 214 "text/TextCodecUTF16.h",
215 "text/TextCodecUTF16.h",
212 "text/TextCodecUTF8.cpp", 216 "text/TextCodecUTF8.cpp",
213 "text/TextCodecUTF8.h", 217 "text/TextCodecUTF8.h",
214 "text/TextCodecUserDefined.cpp", 218 "text/TextCodecUserDefined.cpp",
215 "text/TextCodecUserDefined.h", 219 "text/TextCodecUserDefined.h",
220 "text/TextCodecUserDefined.h",
216 "text/TextEncoding.cpp", 221 "text/TextEncoding.cpp",
217 "text/TextEncoding.h", 222 "text/TextEncoding.h",
223 "text/TextEncoding.h",
218 "text/TextEncodingRegistry.cpp", 224 "text/TextEncodingRegistry.cpp",
219 "text/TextEncodingRegistry.h", 225 "text/TextEncodingRegistry.h",
226 "text/TextEncodingRegistry.h",
220 "text/TextPosition.cpp", 227 "text/TextPosition.cpp",
221 "text/TextPosition.h", 228 "text/TextPosition.h",
222 "text/UTF8.cpp", 229 "text/UTF8.cpp",
223 "text/UTF8.h", 230 "text/UTF8.h",
224 "text/Unicode.h", 231 "text/Unicode.h",
225 "text/WTFString.cpp", 232 "text/WTFString.cpp",
226 "text/WTFString.h", 233 "text/WTFString.h",
227 "text/icu/CollatorICU.cpp", 234 "text/icu/CollatorICU.cpp",
228 "text/icu/UnicodeIcu.h", 235 "text/icu/UnicodeIcu.h",
229 ] 236 ]
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "text/AtomicStringCF.cpp", 288 "text/AtomicStringCF.cpp",
282 "text/StringImplCF.cpp", 289 "text/StringImplCF.cpp",
283 ] 290 ]
284 } 291 }
285 292
286 if (remove_webcore_debug_symbols) { 293 if (remove_webcore_debug_symbols) {
287 configs -= [ "//build/config/compiler:default_symbols" ] 294 configs -= [ "//build/config/compiler:default_symbols" ]
288 configs += [ "//build/config/compiler:no_symbols" ] 295 configs += [ "//build/config/compiler:no_symbols" ]
289 } 296 }
290 } 297 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698