gecko-dev/media/gmp-clearkey/0.1
Bryce Seager van Dyk fa930a9e95 Bug 1726615 - Reorder includes in ClearKey files. r=alwu
Reorder includes to match Google C++ style. The follow decisions were made to
resolve ambiguities.
- The pssh parser and clearkey are considered part of mozilla-central/Gecko and
  so have their includes grouped into the 'your project' includes at the end of
  includes. I.e. they're grouped with other mozilla-central headers.
- NSS and the CDM headers are considered as coming from other libs, so are
  placed in a block preceding the mozilla-central's.

I think everything else is decided by using the style guide and by Mozilla using
case sensitive sorting.

This also changes a few instances of using "systemheader.h" to <systemheader.h>,
which is more in line with the style guide.

Differential Revision: https://phabricator.services.mozilla.com/D123230
2021-08-20 18:00:12 +00:00
..
gtest
ArrayUtils.h
BigEndian.h
ClearKeyBase64.cpp
ClearKeyBase64.h Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeyCDM.cpp Bug 1711912 - Implement output protection query in Clearkey CDM. r=alwu 2021-08-19 17:14:09 +00:00
ClearKeyCDM.h Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeyDecryptionManager.cpp Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeyDecryptionManager.h Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeyPersistence.cpp Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeyPersistence.h Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeySession.cpp Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeySession.h Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeySessionManager.cpp Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeySessionManager.h Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeyStorage.cpp Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeyStorage.h Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeyUtils.cpp Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
ClearKeyUtils.h Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
gmp-clearkey.cpp Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
manifest.json.in
moz.build
RefCounted.h Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
VideoDecoder.cpp Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
VideoDecoder.h Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
WMFH264Decoder.cpp Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
WMFH264Decoder.h
WMFSymbols.h
WMFUtils.cpp Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00
WMFUtils.h Bug 1726615 - Reorder includes in ClearKey files. r=alwu 2021-08-20 18:00:12 +00:00