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

Unified Diff: mojo/public/gles2/BUILD.gn

Issue 485523004: GN: Mojo wget, sample_app, surfaces app and component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/gles2/BUILD.gn
diff --git a/mojo/public/gles2/BUILD.gn b/mojo/public/gles2/BUILD.gn
index d84241c33c40a3b989872ebdadc081124d87dad5..dc73e2635f3675439b2123c553b95ddec51b6d86 100644
--- a/mojo/public/gles2/BUILD.gn
+++ b/mojo/public/gles2/BUILD.gn
@@ -6,9 +6,8 @@ config("gles2_config") {
defines = [ "GLES2_USE_MOJO" ]
}
-shared_library("gles2") {
- output_name = "mojo_gles2"
-
+# GYP version: mojo/mojo_public.gypi:mojo_gles2
+static_library("gles2") {
defines = [
"MOJO_GLES2_IMPLEMENTATION",
]
@@ -17,13 +16,22 @@ shared_library("gles2") {
":gles2_config",
"//third_party/khronos:khronos_headers",
]
- direct_dependent_configs = [ ":gles2_config" ]
+ direct_dependent_configs = [
+ ":gles2_config",
+ "//third_party/khronos:khronos_headers",
+ ]
sources = [
"../c/gles2/gles2.h",
"../c/gles2/gles2_export.h",
"../platform/native/gles2_thunks.cc",
"../platform/native/gles2_thunks.h",
+ "../platform/native/gles2_impl_thunks.cc",
+ "../platform/native/gles2_impl_thunks.h",
+ "../platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc",
+ "../platform/native/gles2_impl_chromium_texture_mailbox_thunks.h",
+ "../platform/native/gles2_impl_chromium_sync_point_thunks.cc",
+ "../platform/native/gles2_impl_chromium_sync_point_thunks.h",
"gles2_interface.h",
]
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698