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

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

Issue 559133002: Shrink the binary by not super inlining all string concatenations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: String concatenations: Now with WTF_EXPORT. Created 6 years, 3 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.h', 5 'ASCIICType.h',
6 'AddressSpaceRandomization.cpp', 6 'AddressSpaceRandomization.cpp',
7 'AddressSpaceRandomization.h', 7 'AddressSpaceRandomization.h',
8 'Alignment.h', 8 'Alignment.h',
9 'ArrayBuffer.cpp', 9 'ArrayBuffer.cpp',
10 'ArrayBuffer.h', 10 'ArrayBuffer.h',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'text/AtomicStringHash.h', 166 'text/AtomicStringHash.h',
167 'text/Base64.cpp', 167 'text/Base64.cpp',
168 'text/Base64.h', 168 'text/Base64.h',
169 'text/CString.cpp', 169 'text/CString.cpp',
170 'text/CString.h', 170 'text/CString.h',
171 'text/IntegerToStringConversion.h', 171 'text/IntegerToStringConversion.h',
172 'text/StringBuffer.h', 172 'text/StringBuffer.h',
173 'text/StringBuilder.cpp', 173 'text/StringBuilder.cpp',
174 'text/StringBuilder.h', 174 'text/StringBuilder.h',
175 'text/StringCF.cpp', 175 'text/StringCF.cpp',
176 'text/StringConcatenate.cpp',
176 'text/StringConcatenate.h', 177 'text/StringConcatenate.h',
177 'text/StringHash.h', 178 'text/StringHash.h',
178 'text/StringImpl.cpp', 179 'text/StringImpl.cpp',
179 'text/StringImpl.h', 180 'text/StringImpl.h',
180 'text/StringImplCF.cpp', 181 'text/StringImplCF.cpp',
181 'text/StringImplMac.mm', 182 'text/StringImplMac.mm',
182 'text/StringMac.mm', 183 'text/StringMac.mm',
183 'text/StringOperators.h', 184 'text/StringOperators.h',
184 'text/StringStatics.cpp', 185 'text/StringStatics.cpp',
185 'text/StringUTF8Adaptor.h', 186 'text/StringUTF8Adaptor.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'text/TextCodecUTF8Test.cpp', 238 'text/TextCodecUTF8Test.cpp',
238 'text/WTFStringTest.cpp', 239 'text/WTFStringTest.cpp',
239 ], 240 ],
240 'wtf_unittest_helper_files': [ 241 'wtf_unittest_helper_files': [
241 'testing/WTFTestHelpers.cpp', 242 'testing/WTFTestHelpers.cpp',
242 'testing/WTFTestHelpers.h', 243 'testing/WTFTestHelpers.h',
243 'testing/WTFUnitTestHelpersExport.h', 244 'testing/WTFUnitTestHelpersExport.h',
244 ], 245 ],
245 }, 246 },
246 } 247 }
OLDNEW
« Source/wtf/text/StringConcatenate.h ('K') | « Source/wtf/text/StringOperators.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698