summaryrefslogtreecommitdiffstats
path: root/third_party/khronos
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-13 02:33:07 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-13 02:33:07 +0000
commit9005fde80d2709fc07c231a819e7a2a4fc3c6b0e (patch)
treefeca7ff24fdf644070060c49572f89298b58a417 /third_party/khronos
parent6eba64fac025810ed1d97e7715bf2b9494276449 (diff)
downloadchromium_src-9005fde80d2709fc07c231a819e7a2a4fc3c6b0e.zip
chromium_src-9005fde80d2709fc07c231a819e7a2a4fc3c6b0e.tar.gz
chromium_src-9005fde80d2709fc07c231a819e7a2a4fc3c6b0e.tar.bz2
Prevent third_party/khronos from including external dependencies.
Review URL: https://chromiumcodereview.appspot.com/11554033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/khronos')
-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.