Skip to content

Commit

Permalink
Linux: Remove mtpd and related libraries from the build.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thestig@chromium.org committed Apr 2, 2014
1 parent 96c08a8 commit 5159fdf
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 508 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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/
Expand Down
13 changes: 0 additions & 13 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -469,19 +469,6 @@ deps_os = {
"src/third_party/gold":
"/trunk/deps/third_party/gold@228995",

"src/third_party/libmtp":
"/trunk/deps/third_party/libmtp@206535",

# Used on Linux only. CrOS already has a copy.
"src/third_party/mtpd/source":
Var("chromiumos_git") + "/platform/mtpd.git" +
"@f9759da3a7cd95080414a7da0d899c47cad794f2",

# Used on Linux only. CrOS already has a copy.
"src/third_party/cros_dbus_cplusplus/source":
Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
"@f78453e0ba9f3d1584e8873aa3c7437cec861ce0",

# For Linux and Chromium OS.
"src/third_party/cros_system_api":
Var("chromiumos_git") + "/platform/system_api.git" +
Expand Down
7 changes: 0 additions & 7 deletions build/all.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,6 @@
'../chrome/chrome.gyp:linux_packages_<(channel)',
],
}],
['chromeos==0', {
'dependencies': [
'../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*',
'../third_party/libmtp/libmtp.gyp:*',
'../third_party/mtpd/mtpd.gyp:*',
],
}],
['enable_ipc_fuzzer==1', {
'dependencies': [
'../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
Expand Down
2 changes: 0 additions & 2 deletions third_party/cros_dbus_cplusplus/OWNERS

This file was deleted.

9 changes: 0 additions & 9 deletions third_party/cros_dbus_cplusplus/README.chromium

This file was deleted.

66 changes: 0 additions & 66 deletions third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp

This file was deleted.

2 changes: 0 additions & 2 deletions third_party/mtpd/OWNERS

This file was deleted.

14 changes: 0 additions & 14 deletions third_party/mtpd/README.chromium

This file was deleted.

44 changes: 0 additions & 44 deletions third_party/mtpd/mtpd.gyp

This file was deleted.

Loading

0 comments on commit 5159fdf

Please sign in to comment.