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

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

Issue 18228003: Remove AtomicStringImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
« Source/wtf/text/AtomicString.h ('K') | « Source/wtf/text/StringImpl.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 { 1 {
2 'variables': { 2 'variables': {
3 'wtf_files': [ 3 'wtf_files': [
4 'ASCIICType.h', 4 'ASCIICType.h',
5 'AVLTree.h', 5 'AVLTree.h',
6 'Alignment.h', 6 'Alignment.h',
7 'ArrayBuffer.cpp', 7 'ArrayBuffer.cpp',
8 'ArrayBuffer.h', 8 'ArrayBuffer.h',
9 'ArrayBufferContents.cpp', 9 'ArrayBufferContents.cpp',
10 'ArrayBufferContents.h', 10 'ArrayBufferContents.h',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'dtoa/fast-dtoa.h', 179 'dtoa/fast-dtoa.h',
180 'dtoa/fixed-dtoa.cc', 180 'dtoa/fixed-dtoa.cc',
181 'dtoa/fixed-dtoa.h', 181 'dtoa/fixed-dtoa.h',
182 'dtoa/strtod.cc', 182 'dtoa/strtod.cc',
183 'dtoa/strtod.h', 183 'dtoa/strtod.h',
184 'dtoa/utils.h', 184 'dtoa/utils.h',
185 'text/ASCIIFastPath.h', 185 'text/ASCIIFastPath.h',
186 'text/AtomicString.cpp', 186 'text/AtomicString.cpp',
187 'text/AtomicString.h', 187 'text/AtomicString.h',
188 'text/AtomicStringHash.h', 188 'text/AtomicStringHash.h',
189 'text/AtomicStringImpl.h',
190 'text/Base64.cpp', 189 'text/Base64.cpp',
191 'text/Base64.h', 190 'text/Base64.h',
192 'text/CString.cpp', 191 'text/CString.cpp',
193 'text/CString.h', 192 'text/CString.h',
194 'text/IntegerToStringConversion.h', 193 'text/IntegerToStringConversion.h',
195 'text/StringBuffer.h', 194 'text/StringBuffer.h',
196 'text/StringBuilder.cpp', 195 'text/StringBuilder.cpp',
197 'text/StringBuilder.h', 196 'text/StringBuilder.h',
198 'text/StringConcatenate.h', 197 'text/StringConcatenate.h',
199 'text/StringHash.h', 198 'text/StringHash.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'tests/StringImpl.cpp', 244 'tests/StringImpl.cpp',
246 'tests/StringOperators.cpp', 245 'tests/StringOperators.cpp',
247 'tests/TemporaryChange.cpp', 246 'tests/TemporaryChange.cpp',
248 'tests/Vector.cpp', 247 'tests/Vector.cpp',
249 'tests/VectorBasic.cpp', 248 'tests/VectorBasic.cpp',
250 'tests/VectorReverse.cpp', 249 'tests/VectorReverse.cpp',
251 'tests/WTFString.cpp', 250 'tests/WTFString.cpp',
252 ], 251 ],
253 }, 252 },
254 } 253 }
OLDNEW
« Source/wtf/text/AtomicString.h ('K') | « Source/wtf/text/StringImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698