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

Unified Diff: mojo/runner/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 | « mandoline/ui/aura/BUILD.gn ('k') | mojo/runner/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index 8f7902d2cc44e9a4fd1860a6035f5900d15cddc5..0c68f1cea03585a3b41f48506b6fbc2bc5cfde27 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -57,7 +57,7 @@ source_set("mojo_runner_lib") {
deps += [
":jni_headers",
- "//components/native_viewport:lib",
+ "//components/view_manager/native_viewport:lib",
"//mojo/shell",
"//ui/gl",
]
@@ -161,7 +161,7 @@ source_set("lib") {
":jni_headers",
":run_android_application_function",
"//components/gles2",
- "//components/native_viewport:lib",
+ "//components/view_manager/native_viewport:lib",
"//mojo/application:content_handler",
]
}
@@ -332,7 +332,7 @@ if (is_android) {
":java",
":resources",
"//base:base_java",
- "//components/native_viewport:native_viewport_java",
+ "//components/view_manager/native_viewport:native_viewport_java",
"//third_party/android_tools:google_play_services_default_resources",
]
}
« no previous file with comments | « mandoline/ui/aura/BUILD.gn ('k') | mojo/runner/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698