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

Unified Diff: third_party/WebKit/Source/wtf/wtf.gypi

Issue 1398973005: ASCIICaseFoldTable should be defined in a .cc file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from tkent 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/wtf/ASCIICType.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/wtf.gypi
diff --git a/third_party/WebKit/Source/wtf/wtf.gypi b/third_party/WebKit/Source/wtf/wtf.gypi
index 6c5866dd589fe91fbb743328ccb8b134485ce375..55deef63176ec6d80e0aadef3412b0c3e811a45a 100644
--- a/third_party/WebKit/Source/wtf/wtf.gypi
+++ b/third_party/WebKit/Source/wtf/wtf.gypi
@@ -2,6 +2,7 @@
{
'variables': {
'wtf_files': [
+ 'ASCIICType.cpp',
'ASCIICType.h',
'AddressSanitizer.h',
'AddressSpaceRandomization.cpp',
« no previous file with comments | « third_party/WebKit/Source/wtf/ASCIICType.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698