Initial KTX encoder

The encoder comes with tests to check that the encoding/decoding
operations between ETC encoded bitmaps and ARGB bitmaps are sane.

R=bsalomon@google.com, robertphillips@google.com

Author: krajcevski@google.com

Review URL: https://codereview.chromium.org/312353003
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 46d40fc..7a32da2 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -104,6 +104,7 @@
     '../tests/ImageFilterTest.cpp',
     '../tests/InfRectTest.cpp',
     '../tests/JpegTest.cpp',
+    '../tests/KtxTest.cpp',
     '../tests/LListTest.cpp',
     '../tests/LayerDrawLooperTest.cpp',
     '../tests/LayerRasterizerTest.cpp',