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

Unified Diff: components/gles2/BUILD.gn

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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 | mandoline/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gles2/BUILD.gn
diff --git a/components/gles2/BUILD.gn b/components/gles2/BUILD.gn
index a858049f24d3dba4f3226095c772d5805fb238e3..304678200190938a4113cdf39a5d81af01e3f6c9 100644
--- a/components/gles2/BUILD.gn
+++ b/components/gles2/BUILD.gn
@@ -7,7 +7,7 @@ import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
source_set("gles2") {
visibility = [
"//components/native_viewport:*",
- "//mojo/shell:lib", # For android
+ "//mojo/runner:lib", # For android
]
sources = [
« no previous file with comments | « no previous file | mandoline/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698