Moved the compiler source files into directories based on their project and added a compiler.gypi to generate the compiler projects.
diff --git a/src/libGLESv2/ProgramBinary.cpp b/src/libGLESv2/ProgramBinary.cpp
index 01d61f7..4ee1269 100644
--- a/src/libGLESv2/ProgramBinary.cpp
+++ b/src/libGLESv2/ProgramBinary.cpp
@@ -24,7 +24,7 @@
#include "libGLESv2/Context.h"
#include "libGLESv2/Buffer.h"
-#include "compiler/HLSLLayoutEncoder.h"
+#include "compiler/translator/HLSLLayoutEncoder.h"
#undef near
#undef far