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

Unified Diff: mandoline/services/core_services/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
Index: mandoline/services/core_services/BUILD.gn
diff --git a/mandoline/services/core_services/BUILD.gn b/mandoline/services/core_services/BUILD.gn
index ed59c920cb6a5f791615c8911af4f164334173ea..1ff8c3066a677cf149ca28d835297ed8ef06601a 100644
--- a/mandoline/services/core_services/BUILD.gn
+++ b/mandoline/services/core_services/BUILD.gn
@@ -76,8 +76,8 @@ source_set("sources") {
if (!is_android) {
deps += [
- "//components/native_viewport:lib",
- "//components/native_viewport/public/cpp:args",
+ "//components/view_manager/native_viewport:lib",
+ "//components/view_manager/public/cpp",
"//mandoline/ui/omnibox:lib",
]
}
« no previous file with comments | « mandoline/app/android/BUILD.gn ('k') | mandoline/services/core_services/core_services_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698