Adding OWNERS file for Chromium Whenever we land a SwiftShader related change in Chromium, it will look for owners of SwiftShader to make sure the cl is properly LGTMed before landing, so the file was added here. Also fixed a case typo in an rc file. Change-Id: I282a39764654a08b06320360dd66a5d877f368d3 Reviewed-on: https://swiftshader-review.googlesource.com/8428 Tested-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Alexis Hétu <sugoi@google.com>
diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..2b1282d --- /dev/null +++ b/OWNERS
@@ -0,0 +1,7 @@ +# This is the list of people with commit rights actively working on SwiftShader +# +# This list is used by Chromium to make sure that one of the owners in this +# list has approved a SwiftShader related change before landing it + +sugoi@chromium.org +capn@chromium.org
diff --git a/src/OpenGL/libEGL/libEGL.rc b/src/OpenGL/libEGL/libEGL.rc index 708e6dc..0e353de 100644 --- a/src/OpenGL/libEGL/libEGL.rc +++ b/src/OpenGL/libEGL/libEGL.rc
@@ -34,7 +34,7 @@ 2 TEXTINCLUDE BEGIN "#include ""afxres.h""\r\n" - "#include ""../common/version.h""\0" + "#include ""../Common/version.h""\0" END 3 TEXTINCLUDE