diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-02 03:47:12 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-02 03:47:12 +0000 |
commit | 5159fdfc95aba24d6b965fe475c5da40a28fd976 (patch) | |
tree | c4769ee9247469f3c93dd0dbd1cb69ba0b2dc22e /.gitignore | |
parent | 96c08a8850dfd2039696b553a974b1faddbf2636 (diff) | |
download | chromium_src-5159fdfc95aba24d6b965fe475c5da40a28fd976.zip chromium_src-5159fdfc95aba24d6b965fe475c5da40a28fd976.tar.gz chromium_src-5159fdfc95aba24d6b965fe475c5da40a28fd976.tar.bz2 |
Linux: Remove mtpd and related libraries from the build.
Since bundling mtpd with Chrome is not feasible, I will spin off mtpd
as its own project and try to get Linux distros to adopt it.
BUG=221123
Review URL: https://codereview.chromium.org/220543003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261049 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -227,7 +227,6 @@ v8.log !/third_party/clang_format/bin/*/*.sha1 /third_party/cld_2/src /third_party/cros -/third_party/cros_dbus_cplusplus/source /third_party/cros_system_api /third_party/cygwin /third_party/directxsdk @@ -265,7 +264,6 @@ v8.log /third_party/libjingle/source_internal /third_party/libjpeg_turbo /third_party/liblouis/src -/third_party/libmtp/ /third_party/libphonenumber/libphonenumber.xml /third_party/libphonenumber/libphonenumber_without_metadata.xml /third_party/libphonenumber/src @@ -282,7 +280,6 @@ v8.log /third_party/mingw-w64 /third_party/mkl /third_party/mt19937ar -/third_party/mtpd/source/ /third_party/nacl_sdk_binaries/ /third_party/nss /third_party/openmax_dl/ |