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

Unified Diff: third_party/sqlite/README.chromium

Issue 883353008: [sql] Import reference version of SQLite 3.8.7.4. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hold back encoding change which is messing up patch. Created 5 years, 11 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 | « no previous file | third_party/sqlite/sqlite-src-3080704/Makefile.arm-wince-mingw32ce-gcc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/README.chromium
diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium
index 330ac899144d4aa8f8b1da0d58ea1e3807ad87da..edafdd4b685f9de55a270200592c815533a80e23 100644
--- a/third_party/sqlite/README.chromium
+++ b/third_party/sqlite/README.chromium
@@ -145,9 +145,10 @@ git add -f sqlite-src-${VERSION}/
# OSX and Linux and fixes those files, but double-check the results before
# committing:
egrep --exclude="*.eps" --exclude="*.ico" --exclude="*.jpg" \
- --exclude="*.gif" --exclude="*.tiff" -URl '\r' . | \
+ --exclude="*.gif" --exclude="*.tiff" --exclude="*.vsix" -URl '\r' . | \
LANG=C xargs sed -i~ -e $'s/\r$//'
-git commit -m "Begin import of sqlite-src-${VERSION}" sqlite-src-${VERSION}
+git commit -m "Begin import of sqlite-src-${VERSION}"es
+sqlite-src-${VERSION}
rm -rf src
cp -a sqlite-src-${VERSION} src
# -f includes ignored files, of which there are a couple.
« no previous file with comments | « no previous file | third_party/sqlite/sqlite-src-3080704/Makefile.arm-wince-mingw32ce-gcc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698