Skip to content

Commit

Permalink
Remove libwebm third_party dependency.
Browse files Browse the repository at this point in the history
libwebm was used in remoting, but is not needed anymore.

Committed: https://crrev.com/c053fb4fec709c4a5a72065305ee4eb2da2efaa8
Cr-Commit-Position: refs/heads/master@{#309243}

Review URL: https://codereview.chromium.org/820593002

Cr-Commit-Position: refs/heads/master@{#309295}
  • Loading branch information
SergeyUlanov authored and Commit bot committed Dec 19, 2014
1 parent 0b446d8 commit 93761d5
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 114 deletions.
1 change: 0 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ group("root") {
"//third_party/libpng",
"//third_party/libsrtp",
"//third_party/libusb",
"//third_party/libwebm",
"//third_party/libwebp",
"//third_party/libxslt",
"//third_party/libvpx",
Expand Down
3 changes: 0 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,6 @@ deps = {
'src/chrome/browser/resources/pdf/html_office':
Var('chromium_git') + '/chromium/html-office-public.git' + '@' + 'eeff97614f65e0578529490d44d412032c3d7359',

'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '0d4cb404ea4195e5e21d04db2c955615535ce62e',

'src/third_party/pdfium':
'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),

Expand Down
1 change: 0 additions & 1 deletion remoting/client/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ static_library("client") {
"//remoting/protocol",
"//third_party/libyuv",
"//third_party/webrtc/modules/desktop_capture",
"//third_party/libwebm",
]
}
3 changes: 0 additions & 3 deletions remoting/client/plugin/DEPS

This file was deleted.

1 change: 0 additions & 1 deletion remoting/remoting_client.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
'remoting_protocol',
'../third_party/libyuv/libyuv.gyp:libyuv',
'../third_party/webrtc/modules/modules.gyp:desktop_capture',
'../third_party/libwebm/libwebm.gyp:libwebm',
],
'sources': [
'<@(remoting_client_sources)',
Expand Down
4 changes: 0 additions & 4 deletions remoting/remoting_nacl.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
'../net/net_nacl.gyp:net_nacl',
'../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl',
'../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl',
'../third_party/libwebm/libwebm_nacl.gyp:libwebm_nacl',
'../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl',
'../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl',
'../third_party/opus/opus_nacl.gyp:opus_nacl',
Expand Down Expand Up @@ -170,7 +169,6 @@
'>(tc_lib_dir_pnacl_newlib)/libremoting_webrtc_nacl.a',
'>(tc_lib_dir_pnacl_newlib)/liburl_nacl.a',
'>(tc_lib_dir_pnacl_newlib)/libvpx_nacl.a',
'>(tc_lib_dir_pnacl_newlib)/libwebm_nacl.a',
'>(tc_lib_dir_pnacl_newlib)/libyuv_nacl.a',
],
},
Expand All @@ -191,7 +189,6 @@
'../third_party/icu/icu_nacl.gyp:icui18n_nacl',
'../third_party/icu/icu_nacl.gyp:icuuc_nacl',
'../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl',
'../third_party/libwebm/libwebm_nacl.gyp:libwebm_nacl',
'../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl',
'../third_party/modp_b64/modp_b64_nacl.gyp:modp_b64_nacl',
'../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl',
Expand Down Expand Up @@ -230,7 +227,6 @@
'-licuuc_nacl',
'-licudata_nacl',
'-lprotobuf_lite_nacl',
'-lwebm_nacl',

# Base NaCl libraries.
'-lppapi_cpp',
Expand Down
16 changes: 0 additions & 16 deletions third_party/libwebm/BUILD.gn

This file was deleted.

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

This file was deleted.

13 changes: 0 additions & 13 deletions third_party/libwebm/README.chromium

This file was deleted.

24 changes: 0 additions & 24 deletions third_party/libwebm/libwebm.gyp

This file was deleted.

13 changes: 0 additions & 13 deletions third_party/libwebm/libwebm.gypi

This file was deleted.

33 changes: 0 additions & 33 deletions third_party/libwebm/libwebm_nacl.gyp

This file was deleted.

0 comments on commit 93761d5

Please sign in to comment.