summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/khronos/DEPS2
-rw-r--r--third_party/khronos/README.chromium3
2 files changed, 4 insertions, 1 deletions
diff --git a/third_party/khronos/DEPS b/third_party/khronos/DEPS
new file mode 100644
index 0000000..48e8875
--- /dev/null
+++ b/third_party/khronos/DEPS
@@ -0,0 +1,2 @@
+include_rules = [
+]
diff --git a/third_party/khronos/README.chromium b/third_party/khronos/README.chromium
index 4b6290f..53c552b 100644
--- a/third_party/khronos/README.chromium
+++ b/third_party/khronos/README.chromium
@@ -42,4 +42,5 @@ GLES2/glchromium.h
otherwise.
EGL/eglplatform.h
- Added EGLNative*Type for Mac.
-
+DEPS
+ - Added DEPS file to prevent inclusion of external dependencies.