gecko-dev/dom/media/gmp/rlz
Tom Tromey 5538d692d3 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx

--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
..
lib
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
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 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
README.mozilla
sha256.c Bug 1271169 - Move all device binding code into librlz and remove static runtime requirement. r=glandium 2016-05-20 16:11:29 +12:00
sha256.h Bug 1271169 - Move all device binding code into librlz and remove static runtime requirement. r=glandium 2016-05-20 16:11:29 +12:00

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.