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

Unified Diff: mojo/shell/BUILD.gn

Issue 769173002: Move native_viewport and gles2 service impls to //services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « mojo/services/native_viewport/viewport_surface.cc ('k') | mojo/shell/android/library_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 71cf197d8ea262b505d3e896648ca1f58fd4faca..24b9f83b1afefdf91034a47850d75e0632f58c71 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -164,10 +164,10 @@ source_set("lib") {
deps += [
":jni_headers",
- "//mojo/services/gles2",
- "//mojo/services/native_viewport:lib",
"//mojo/services/network:lib",
"//mojo/application:content_handler",
+ "//services/gles2",
+ "//services/native_viewport:lib",
]
}
@@ -244,8 +244,8 @@ if (is_android) {
":jni_headers",
":lib",
"//mojo/application_manager",
- "//mojo/services/native_viewport:lib",
"//net",
+ "//services/native_viewport:lib",
"//ui/gl",
]
}
@@ -277,7 +277,7 @@ if (is_android) {
":java",
":libmojo_shell",
":resources",
- "//mojo/services/native_viewport:native_viewport_java",
+ "//services/native_viewport:native_viewport_java",
]
}
}
« no previous file with comments | « mojo/services/native_viewport/viewport_surface.cc ('k') | mojo/shell/android/library_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698