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

Side by Side Diff: third_party/WebKit/Source/wtf/wtf.gypi

Issue 2175123002: Move platform/ParsingUtilities.h to wtf/text/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: I keep forgetting this bit... Created 4 years, 5 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/wtf/text/ParsingUtilities.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # For GN compatibility, this file can not have any conditions. 1 # For GN compatibility, this file can not have any conditions.
2 { 2 {
3 'variables': { 3 'variables': {
4 'wtf_files': [ 4 'wtf_files': [
5 'ASCIICType.cpp', 5 'ASCIICType.cpp',
6 'ASCIICType.h', 6 'ASCIICType.h',
7 'AddressSanitizer.h', 7 'AddressSanitizer.h',
8 'Alignment.h', 8 'Alignment.h',
9 'Allocator.h', 9 'Allocator.h',
10 'Assertions.cpp', 10 'Assertions.cpp',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'text/AtomicStringHash.h', 133 'text/AtomicStringHash.h',
134 'text/AtomicStringTable.cpp', 134 'text/AtomicStringTable.cpp',
135 'text/AtomicStringTable.h', 135 'text/AtomicStringTable.h',
136 'text/Base64.cpp', 136 'text/Base64.cpp',
137 'text/Base64.h', 137 'text/Base64.h',
138 'text/CString.cpp', 138 'text/CString.cpp',
139 'text/CString.h', 139 'text/CString.h',
140 'text/CharacterNames.h', 140 'text/CharacterNames.h',
141 'text/Collator.h', 141 'text/Collator.h',
142 'text/IntegerToStringConversion.h', 142 'text/IntegerToStringConversion.h',
143 'text/ParsingUtilities.h',
143 'text/StringBuffer.h', 144 'text/StringBuffer.h',
144 'text/StringBuilder.cpp', 145 'text/StringBuilder.cpp',
145 'text/StringBuilder.h', 146 'text/StringBuilder.h',
146 'text/StringConcatenate.cpp', 147 'text/StringConcatenate.cpp',
147 'text/StringConcatenate.h', 148 'text/StringConcatenate.h',
148 'text/StringHash.h', 149 'text/StringHash.h',
149 'text/StringImpl.cpp', 150 'text/StringImpl.cpp',
150 'text/StringImpl.h', 151 'text/StringImpl.h',
151 'text/StringImplCF.cpp', 152 'text/StringImplCF.cpp',
152 'text/StringImplMac.mm', 153 'text/StringImplMac.mm',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'text/StringOperatorsTest.cpp', 229 'text/StringOperatorsTest.cpp',
229 'text/StringViewTest.cpp', 230 'text/StringViewTest.cpp',
230 'text/TextCodecTest.cpp', 231 'text/TextCodecTest.cpp',
231 'text/TextCodecReplacementTest.cpp', 232 'text/TextCodecReplacementTest.cpp',
232 'text/TextCodecUTF8Test.cpp', 233 'text/TextCodecUTF8Test.cpp',
233 'text/WTFStringTest.cpp', 234 'text/WTFStringTest.cpp',
234 'typed_arrays/ArrayBufferBuilderTest.cpp', 235 'typed_arrays/ArrayBufferBuilderTest.cpp',
235 ], 236 ],
236 }, 237 },
237 } 238 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/wtf/text/ParsingUtilities.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698