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

Unified Diff: mojo/examples/png_viewer/BUILD.gn

Issue 604223002: Fix up gles2 thunk targets a bit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_check_mojo
Patch Set: declare proper gles2 dependency in png_viewer Created 6 years, 3 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 | « no previous file | mojo/public/gles2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/png_viewer/BUILD.gn
diff --git a/mojo/examples/png_viewer/BUILD.gn b/mojo/examples/png_viewer/BUILD.gn
index 3fc0360e2398a62e0e7fce1f1f6f81302657c74a..9fc2315a1191f4373ab570b89497e1bcaba24f69 100644
--- a/mojo/examples/png_viewer/BUILD.gn
+++ b/mojo/examples/png_viewer/BUILD.gn
@@ -16,6 +16,7 @@ shared_library("png_viewer") {
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
+ "//mojo/public/gles2:for_shared_library",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/content_handler",
"//mojo/services/public/interfaces/network",
« no previous file with comments | « no previous file | mojo/public/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698