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

Unified Diff: ui/gl/gl.gyp

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/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index aee1babc470fa26f64c55ccbf13011afc96cf734..a98ecdf62e01da7f2a37cbc5f88a124fc9d6046b 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -101,6 +101,11 @@
'gl_surface_overlay.h',
'gl_surface_stub.cc',
'gl_surface_stub.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_switches.cc',
'gl_switches.h',
'gl_version_info.cc',

Powered by Google App Engine
This is Rietveld 408576698