Commit 732dc295 by Jamie Madill Committed by Commit Bot

Fix auto-generated export file comment.

The comment incorrectly was missing the _autogen suffix. Bug: angleproject:2621 Change-Id: Iaeb1bc5b8a1b7174e6c3699162720e0e77eff667 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2552773 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
parent 11c81534
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"scripts/entry_point_packed_gl_enums.json": "scripts/entry_point_packed_gl_enums.json":
"846be5dc8cb36076207699b025633fcc", "846be5dc8cb36076207699b025633fcc",
"scripts/generate_entry_points.py": "scripts/generate_entry_points.py":
"dc814a0e2125559ee8f36fb0fa8cefd9", "aae0f372d7db77f2cafa40f20c5a68d5",
"scripts/gl.xml": "scripts/gl.xml":
"f66967f3f3d696b5d8306fd80bbd49a8", "f66967f3f3d696b5d8306fd80bbd49a8",
"scripts/gl_angle_ext.xml": "scripts/gl_angle_ext.xml":
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
"src/libGL/entry_points_gl_4_6_autogen.h": "src/libGL/entry_points_gl_4_6_autogen.h":
"ee3150d4a8d267271a02e38e8feb923a", "ee3150d4a8d267271a02e38e8feb923a",
"src/libGL/libGL_autogen.cpp": "src/libGL/libGL_autogen.cpp":
"846fe3b32c9b0931ca2d749216131b00", "a5e7b09116b1905ce029f2383cbe4f3a",
"src/libGL/libGL_autogen.def": "src/libGL/libGL_autogen.def":
"2789d87b05eea9f53d52e2aff499b785", "2789d87b05eea9f53d52e2aff499b785",
"src/libGLESv2/entry_points_egl_autogen.h": "src/libGLESv2/entry_points_egl_autogen.h":
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
"src/libGLESv2/entry_points_gles_ext_autogen.h": "src/libGLESv2/entry_points_gles_ext_autogen.h":
"5076b144ea0e7acf77bd2a0078588716", "5076b144ea0e7acf77bd2a0078588716",
"src/libGLESv2/libGLESv2_autogen.cpp": "src/libGLESv2/libGLESv2_autogen.cpp":
"c8b16dee7bb5a913d422e65403d078ac", "dd9166a2ed9fe1074100614dcb6c840a",
"src/libGLESv2/libGLESv2_autogen.def": "src/libGLESv2/libGLESv2_autogen.def":
"36ed25ccd57dd8c54dc3a1ee284614f5", "36ed25ccd57dd8c54dc3a1ee284614f5",
"src/libGLESv2/libGLESv2_no_capture_autogen.def": "src/libGLESv2/libGLESv2_no_capture_autogen.def":
......
...@@ -149,7 +149,7 @@ TEMPLATE_LIB_ENTRY_POINT_SOURCE = """\ ...@@ -149,7 +149,7 @@ TEMPLATE_LIB_ENTRY_POINT_SOURCE = """\
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// //
// {lib_name}.cpp: Implements the exported {lib_description} functions. // {lib_name}_autogen.cpp: Implements the exported {lib_description} functions.
{includes} {includes}
extern "C" {{ extern "C" {{
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// //
// libGL.cpp: Implements the exported Windows GL functions. // libGL_autogen.cpp: Implements the exported Windows GL functions.
#include "angle_gl.h" #include "angle_gl.h"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// //
// libGLESv2.cpp: Implements the exported OpenGL ES functions. // libGLESv2_autogen.cpp: Implements the exported OpenGL ES functions.
#include "angle_gl.h" #include "angle_gl.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment