From 8a134821836eb6bf6750f9ee31c32fee4e1d3b06 Mon Sep 17 00:00:00 2001 From: erg Date: Mon, 27 Apr 2015 11:27:09 -0700 Subject: Start building core_services.mojo. Instead of having an application for clipboard.mojo, a view_manager.mojo, et all, we instead will have one core_services application which provides implementations of all the services compiled into one physical file so we don't have to pay the cost of //base/ in each application. For now, this just moves clipboard.mojo into core_services. BUG=477435 R=sky@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/1084463003 Cr-Commit-Position: refs/heads/master@{#327077} --- mojo/services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mojo') diff --git a/mojo/services/BUILD.gn b/mojo/services/BUILD.gn index c18feb4..cb6c9e5b 100644 --- a/mojo/services/BUILD.gn +++ b/mojo/services/BUILD.gn @@ -19,7 +19,7 @@ group("services") { if (!is_component_build) { deps += [ - "//components/clipboard", + "//components/core_services", "//components/html_viewer", "//components/kiosk_wm:window_manager", "//components/native_viewport", -- cgit v1.1