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

Unified Diff: mojo/public/platform/native/BUILD.gn

Issue 1319453003: Add KHR_blend_equation_advanced (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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: mojo/public/platform/native/BUILD.gn
diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
index bfe85a7769f90b1a6f572efb7b6e2fdbbceb822b..eee3f0c81e139daffb2d3a4bd899f14b9cff1e17 100644
--- a/mojo/public/platform/native/BUILD.gn
+++ b/mojo/public/platform/native/BUILD.gn
@@ -78,6 +78,8 @@ mojo_sdk_source_set("gles2") {
"gles2_impl_ext_debug_marker_thunks.h",
"gles2_impl_ext_texture_storage_thunks.cc",
"gles2_impl_ext_texture_storage_thunks.h",
+ "gles2_impl_khr_blend_equation_advanced_thunks.cc",
+ "gles2_impl_khr_blend_equation_advanced_thunks.h",
"gles2_impl_occlusion_query_ext_thunks.cc",
"gles2_impl_occlusion_query_ext_thunks.h",
"gles2_impl_oes_vertex_array_object_thunks.cc",

Powered by Google App Engine
This is Rietveld 408576698