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

Unified Diff: mandoline/services/core_services/BUILD.gn

Issue 1150093003: Move GLES2, GPU & Surfaces into the ViewManager directory. This does not merge the applications, th… (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 6d3c078262be9f724925e5cd4d69df6ea193e155..dfbb9ed35171affe5630e0f516243de02dcaa03e 100644
--- a/mandoline/services/core_services/BUILD.gn
+++ b/mandoline/services/core_services/BUILD.gn
@@ -60,9 +60,9 @@ source_set("sources") {
deps = [
"//base",
"//components/clipboard:lib",
- "//components/surfaces:lib",
"//components/resource_provider:lib",
- "//components/view_manager:view_manager_lib",
+ "//components/view_manager:lib",
+ "//components/view_manager/surfaces:lib",
"//mandoline/ui/browser:kiosk_wm_lib",
"//mojo/application/public/cpp",
"//mojo/common:tracing_impl",
« 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