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

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

Issue 1389383003: WIP: Introduce CompressibleString Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 # 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 'AddressSpaceRandomization.cpp', 8 'AddressSpaceRandomization.cpp',
9 'AddressSpaceRandomization.h', 9 'AddressSpaceRandomization.h',
10 'Alias.cpp', 10 'Alias.cpp',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'text/AtomicString.cpp', 164 'text/AtomicString.cpp',
165 'text/AtomicString.h', 165 'text/AtomicString.h',
166 'text/AtomicStringCF.cpp', 166 'text/AtomicStringCF.cpp',
167 'text/AtomicStringHash.h', 167 'text/AtomicStringHash.h',
168 'text/Base64.cpp', 168 'text/Base64.cpp',
169 'text/Base64.h', 169 'text/Base64.h',
170 'text/CString.cpp', 170 'text/CString.cpp',
171 'text/CString.h', 171 'text/CString.h',
172 'text/CharacterNames.h', 172 'text/CharacterNames.h',
173 'text/Collator.h', 173 'text/Collator.h',
174 'text/CompressableString.cpp',
175 'text/CompressableString.h',
174 'text/IntegerToStringConversion.h', 176 'text/IntegerToStringConversion.h',
175 'text/StringBuffer.h', 177 'text/StringBuffer.h',
176 'text/StringBuilder.cpp', 178 'text/StringBuilder.cpp',
177 'text/StringBuilder.h', 179 'text/StringBuilder.h',
178 'text/StringCF.cpp', 180 'text/StringCF.cpp',
179 'text/StringConcatenate.cpp', 181 'text/StringConcatenate.cpp',
180 'text/StringConcatenate.h', 182 'text/StringConcatenate.h',
181 'text/StringHash.h', 183 'text/StringHash.h',
182 'text/StringImpl.cpp', 184 'text/StringImpl.cpp',
183 'text/StringImpl.h', 185 'text/StringImpl.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'text/StringOperatorsTest.cpp', 241 'text/StringOperatorsTest.cpp',
240 'text/TextCodecReplacementTest.cpp', 242 'text/TextCodecReplacementTest.cpp',
241 'text/TextCodecUTF8Test.cpp', 243 'text/TextCodecUTF8Test.cpp',
242 'text/WTFStringTest.cpp', 244 'text/WTFStringTest.cpp',
243 ], 245 ],
244 'wtf_unittest_helper_files': [ 246 'wtf_unittest_helper_files': [
245 'testing/WTFTestPrinters.cpp', 247 'testing/WTFTestPrinters.cpp',
246 ], 248 ],
247 }, 249 },
248 } 250 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698