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

Unified Diff: components/gles2/BUILD.gn

Issue 1131523007: Move NativeViewport service into view_manager. This is a file move only. Further merging will happe… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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 | components/html_viewer/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 304678200190938a4113cdf39a5d81af01e3f6c9..a66f0d1b9646f657fd33c3911ce82d127a27becc 100644
--- a/components/gles2/BUILD.gn
+++ b/components/gles2/BUILD.gn
@@ -6,7 +6,7 @@ import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
source_set("gles2") {
visibility = [
- "//components/native_viewport:*",
+ "//components/view_manager/native_viewport:*",
"//mojo/runner:lib", # For android
]
« no previous file with comments | « no previous file | components/html_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698