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

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

Issue 1181013010: Support impl-side painting in Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit warning Created 5 years, 6 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 6a30d34890fec871974404188fbdc0a4cab56b07..df464f81df75e9f387f2dbfd8ac10f798d56ce54 100644
--- a/third_party/mojo/src/mojo/public/platform/native/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/platform/native/BUILD.gn
@@ -62,8 +62,14 @@ mojo_sdk_source_set("system_impl_private_tests") {
mojo_sdk_source_set("gles2") {
sources = [
+ "gles2_impl_chromium_copy_texture_thunks.cc",
+ "gles2_impl_chromium_copy_texture_thunks.h",
+ "gles2_impl_chromium_image_thunks.cc",
+ "gles2_impl_chromium_image_thunks.h",
"gles2_impl_chromium_miscellaneous_thunks.cc",
"gles2_impl_chromium_miscellaneous_thunks.h",
+ "gles2_impl_chromium_pixel_transfer_buffer_object_thunks.cc",
+ "gles2_impl_chromium_pixel_transfer_buffer_object_thunks.h",
"gles2_impl_chromium_sub_image_thunks.cc",
"gles2_impl_chromium_sub_image_thunks.h",
"gles2_impl_chromium_sync_point_thunks.cc",

Powered by Google App Engine
This is Rietveld 408576698