Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(824)

Unified Diff: mojo/public/c/gpu/BUILD.gn

Issue 1407523002: Rename gl2mojo.h to gl2mojo_internal.h. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/public/c/gpu/GLES2/gl2.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/gpu/BUILD.gn
diff --git a/mojo/public/c/gpu/BUILD.gn b/mojo/public/c/gpu/BUILD.gn
index 51fa69a2ef8c88992f8bd990b9cf1788765f3224..9642c197d735f6c90a5122a9a0e681bd2276a627 100644
--- a/mojo/public/c/gpu/BUILD.gn
+++ b/mojo/public/c/gpu/BUILD.gn
@@ -65,7 +65,10 @@ mojo_sdk_source_set("GLES2") {
sources = [
"GLES2/gl2.h",
"GLES2/gl2ext.h",
- "GLES2/gl2mojo.h",
+ "GLES2/gl2extmojo.h",
+ "GLES2/gl2mojo_autogen.h",
+ "GLES2/gl2mojo_internal.h",
+ "GLES2/gl2platform.h",
]
public_deps = [
« no previous file with comments | « no previous file | mojo/public/c/gpu/GLES2/gl2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698