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

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

Issue 975973002: Update mojo sdk to rev f68e697e389943cd9bf9652397312280e96b127a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shake fist at msvc Created 5 years, 10 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 d67608b5f8d50cd0f3c4f6770b28b98e39bee134..a369e171d0186729c0a4dcde4986d518b4e4e88e 100644
--- a/third_party/mojo/src/mojo/public/platform/native/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/platform/native/BUILD.gn
@@ -6,8 +6,8 @@ import("../../mojo_sdk.gni")
mojo_sdk_source_set("system") {
sources = [
- "system_thunks.cc",
"system_thunks.h",
+ "system_thunks.cc",
]
defines = [ "MOJO_SYSTEM_IMPLEMENTATION" ]
mojo_sdk_deps = [ "mojo/public/c/system" ]
@@ -24,14 +24,14 @@ mojo_sdk_source_set("system") {
mojo_sdk_source_set("gles2") {
sources = [
- "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_thunks.cc",
- "gles2_impl_thunks.h",
"gles2_thunks.cc",
"gles2_thunks.h",
+ "gles2_impl_thunks.cc",
+ "gles2_impl_thunks.h",
+ "gles2_impl_chromium_texture_mailbox_thunks.cc",
+ "gles2_impl_chromium_texture_mailbox_thunks.h",
+ "gles2_impl_chromium_sync_point_thunks.cc",
+ "gles2_impl_chromium_sync_point_thunks.h",
]
defines = [ "MOJO_GLES2_IMPLEMENTATION" ]
« no previous file with comments | « third_party/mojo/src/mojo/public/platform/nacl/mojo_main_thunk.cc ('k') | third_party/mojo/src/mojo/public/python/c_core.pxd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698