summaryrefslogtreecommitdiffstats
path: root/third_party/khronos
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-30 20:40:17 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-30 20:40:17 +0000
commit487622d038c3f0d10294180d1b635f58fc110a1c (patch)
tree165d07c38fbb60c5e9f9d9a5cef28da5f0595ea4 /third_party/khronos
parent91419219bd1d98ce90ab87688069fb0781855dab (diff)
downloadchromium_src-487622d038c3f0d10294180d1b635f58fc110a1c.zip
chromium_src-487622d038c3f0d10294180d1b635f58fc110a1c.tar.gz
chromium_src-487622d038c3f0d10294180d1b635f58fc110a1c.tar.bz2
Mojo: Move C gles2 header files to mojo/public/c/gles2.
(C++ files still to do.) Also, as a drive-by, update the generated copyright notice in build_gles2_cmd_buffer.py to the correct, current one (no "(c)"). R=darin@chromium.org TBR=piman@chromium.org Review URL: https://codereview.chromium.org/218193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/khronos')
-rw-r--r--third_party/khronos/DEPS2
-rw-r--r--third_party/khronos/KHR/khrplatform.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/third_party/khronos/DEPS b/third_party/khronos/DEPS
index 6e3cb20..63aa5d9 100644
--- a/third_party/khronos/DEPS
+++ b/third_party/khronos/DEPS
@@ -1,4 +1,4 @@
include_rules = [
- "+mojo/public/gles2/gles2_export.h",
+ "+mojo/public/c/gles2/gles2_export.h",
"+gpu/command_buffer/client/gles2_c_lib_export.h",
]
diff --git a/third_party/khronos/KHR/khrplatform.h b/third_party/khronos/KHR/khrplatform.h
index bdac1e9..ee062de 100644
--- a/third_party/khronos/KHR/khrplatform.h
+++ b/third_party/khronos/KHR/khrplatform.h
@@ -124,7 +124,7 @@
#undef KHRONOS_APICALL
#if defined(GLES2_USE_MOJO)
-#include "mojo/public/gles2/gles2_export.h"
+#include "mojo/public/c/gles2/gles2_export.h"
#define KHRONOS_APICALL MOJO_GLES2_EXPORT
#else
#include "gpu/command_buffer/client/gles2_c_lib_export.h"