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

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

Issue 1377493002: mus: move View Manager to components/mus/vm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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
Index: components/mus/gles2/BUILD.gn
diff --git a/components/mus/gles2/BUILD.gn b/components/mus/gles2/BUILD.gn
index 486af5b8167ccc76f496e9fc8733a0452735d13e..be5e03c108b99a84a98ae28e0fc0a3d753ce5ecd 100644
--- a/components/mus/gles2/BUILD.gn
+++ b/components/mus/gles2/BUILD.gn
@@ -4,7 +4,8 @@
source_set("gles2") {
visibility = [
- "//components/mus:lib",
+ "//components/mus:*",
+ "//components/mus/vm:*",
"//components/mus/surfaces:*",
"//mojo/runner:lib", # For android
]
« no previous file with comments | « components/mus/focus_controller_unittest.cc ('k') | components/mus/gles2/command_buffer_type_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698