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

Unified Diff: third_party/libvpx/source/libvpx/.gitattributes

Issue 1158913006: Move libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add DEPS file with #include paths Created 5 years, 7 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
Index: third_party/libvpx/source/libvpx/.gitattributes
diff --git a/third_party/libvpx/source/libvpx/.gitattributes b/third_party/libvpx/source/libvpx/.gitattributes
new file mode 100644
index 0000000000000000000000000000000000000000..ffc6912a98cbc7261741d1ec5ce1dbae7f2233c9
--- /dev/null
+++ b/third_party/libvpx/source/libvpx/.gitattributes
@@ -0,0 +1,18 @@
+*.[chs] filter=fixtabswsp
+*.[ch]pp filter=fixtabswsp
+*.[ch]xx filter=fixtabswsp
+*.asm filter=fixtabswsp
+*.php filter=fixtabswsp
+*.pl filter=fixtabswsp
+*.sh filter=fixtabswsp
+*.txt filter=fixwsp
+[Mm]akefile filter=fixwsp
+*.mk filter=fixwsp
+*.rc -crlf
+*.ds[pw] -crlf
+*.bat -crlf
+*.mmp -crlf
+*.dpj -crlf
+*.pjt -crlf
+*.vcp -crlf
+*.inf -crlf

Powered by Google App Engine
This is Rietveld 408576698