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

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

Issue 1032143003: Update mojo sdk to rev e252977e5b22685a1b4fdb14eda40c78935ea50a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: third_party/mojo/src/mojo/public/platform/native/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/platform/native/BUILD.gn b/third_party/mojo/src/mojo/public/platform/native/BUILD.gn
index fa23fb17dae25e8888d7c063a01f44fa008e3f16..0e099f99e3765e3293a9b6563ca5753fc6511587 100644
--- a/third_party/mojo/src/mojo/public/platform/native/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/platform/native/BUILD.gn
@@ -26,10 +26,16 @@ mojo_sdk_source_set("system") {
mojo_sdk_source_set("gles2") {
sources = [
+ "gles2_impl_chromium_miscellaneous_thunks.cc",
+ "gles2_impl_chromium_miscellaneous_thunks.h",
+ "gles2_impl_chromium_sub_image_thunks.cc",
+ "gles2_impl_chromium_sub_image_thunks.h",
"gles2_impl_chromium_sync_point_thunks.cc",
"gles2_impl_chromium_sync_point_thunks.h",
"gles2_impl_chromium_texture_mailbox_thunks.cc",
"gles2_impl_chromium_texture_mailbox_thunks.h",
+ "gles2_impl_occlusion_query_ext_thunks.cc",
+ "gles2_impl_occlusion_query_ext_thunks.h",
"gles2_impl_thunks.cc",
"gles2_impl_thunks.h",
"gles2_thunks.cc",

Powered by Google App Engine
This is Rietveld 408576698