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

Unified Diff: components/mus/gles2/BUILD.gn

Issue 1722743002: Adds ability for chrome to behave as mojo_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to tip of tree Created 4 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: components/mus/gles2/BUILD.gn
diff --git a/components/mus/gles2/BUILD.gn b/components/mus/gles2/BUILD.gn
index b2fd297b94d42c123b7f60502316faefee26cbe7..8299e828fea0cfa19c416de0003e746d589fa94c 100644
--- a/components/mus/gles2/BUILD.gn
+++ b/components/mus/gles2/BUILD.gn
@@ -53,7 +53,7 @@ source_set("gles2") {
if (is_android) {
deps += [ "//mojo/platform_handle:platform_handle_impl" ]
} else {
- deps += [ "//mojo/platform_handle:for_shared_library" ]
+ deps += [ "//mojo/platform_handle" ]
}
if (use_ozone) {

Powered by Google App Engine
This is Rietveld 408576698