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

Unified Diff: ui/gl/BUILD.gn

Issue 2136223002: Introduce GLStubApi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 69b94d20fb2d8217cfa3fc5900e43e2fb8690e42..bf88fd6dfef02ae17c4e88a20b841ca25e635bec 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -96,6 +96,11 @@ component("gl") {
"gl_share_group.h",
"gl_state_restorer.cc",
"gl_state_restorer.h",
+ "gl_stub_api.cc",
+ "gl_stub_api.h",
+ "gl_stub_api_base.h",
+ "gl_stub_autogen_gl.cc",
+ "gl_stub_autogen_gl.h",
"gl_surface.cc",
"gl_surface.h",
"gl_surface_osmesa.cc",

Powered by Google App Engine
This is Rietveld 408576698