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

Unified Diff: mojo/gles2/BUILD.gn

Issue 780733002: Simplify the thunk targets since we don't support apps as components (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/converters/surfaces/BUILD.gn ('k') | mojo/gles2/gles2_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gles2/BUILD.gn
diff --git a/mojo/gles2/BUILD.gn b/mojo/gles2/BUILD.gn
index 502bde52c0ba74a8af03879241c58c88fce83a33..cdca35f971e83e48ad094deedc05069092c0e9ae 100644
--- a/mojo/gles2/BUILD.gn
+++ b/mojo/gles2/BUILD.gn
@@ -12,14 +12,10 @@ config("gles2_use_mojo") {
defines = [ "GLES2_USE_MOJO" ]
}
-# GYP version: mojo/mojo_base.gyp:mojo_gles2_impl
-component("gles2") {
- output_name = "mojo_gles2_impl"
-
+source_set("gles2") {
sources = [
"command_buffer_client_impl.cc",
"command_buffer_client_impl.h",
- "gles2_impl_export.h",
"gles2_impl.cc",
"gles2_context.cc",
"gles2_context.h",
@@ -27,7 +23,6 @@ component("gles2") {
defines = [
"GL_GLEXT_PROTOTYPES",
- "MOJO_GLES2_IMPL_IMPLEMENTATION",
"MOJO_GLES2_IMPLEMENTATION",
]
@@ -47,8 +42,8 @@ component("gles2") {
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common",
"//mojo/environment:chromium",
- "//mojo/public/c/gles2",
- "//mojo/public/c/system:for_component",
+ "//mojo/public/c/gles2:headers",
+ "//mojo/public/c/system",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//mojo/services/public/interfaces/gpu",
« no previous file with comments | « mojo/converters/surfaces/BUILD.gn ('k') | mojo/gles2/gles2_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698