gecko-dev/dom/media/gmp/rlz
Chris Pearce 9c711e8fb4 Bug 1271169 - Move EME/GMP device binding code into GMPDeviceBinding.h/cpp. r=gerald
I want the EME device binding/nodeId code to be callable from gtests, as well
as from in plugin-container.

First step is to move the device binding code into a discrete file, so I can
also link that into gtests, and call it from there to compare the result with
what's in the GMP process.

MozReview-Commit-ID: 9xT2rp3hWW

--HG--
extra : rebase_source : 824c7a9841bce83c438decad48ce210f6c2a5571
2016-05-11 19:56:42 +12:00
..
lib Bug 1214018 - p1: Using vector to pass machine id - r=cpearce 2015-10-29 16:25:00 +01:00
mac/lib Bug 1271169 - Move EME/GMP device binding code into GMPDeviceBinding.h/cpp. r=gerald 2016-05-11 19:56:42 +12:00
win/lib Bug 1249424 - Remove use of nsAutoArrayPtr from librlz. r=gerald 2016-02-24 10:53:10 +13:00
COPYING
GMPDeviceBinding.cpp Bug 1271169 - Move EME/GMP device binding code into GMPDeviceBinding.h/cpp. r=gerald 2016-05-11 19:56:42 +12:00
GMPDeviceBinding.h Bug 1271169 - Move EME/GMP device binding code into GMPDeviceBinding.h/cpp. r=gerald 2016-05-11 19:56:42 +12:00
moz.build Bug 1035125 Part 4: Back out changeset 8ae39d920f5c and associated subsequent changes. r=glandium 2016-05-15 16:23:57 +01:00
README.mozilla

Code taken from rlz project: https://code.google.com/p/rlz/

Revision: 134, then with unused code stripped out.

Note: base/ contains wrappers/dummies to provide implementations of the
Chromium APIs that this code relies upon.