diff options
author | erg <erg@chromium.org> | 2015-04-27 11:27:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-27 18:27:02 +0000 |
commit | 8a134821836eb6bf6750f9ee31c32fee4e1d3b06 (patch) | |
tree | b3cb902a3eaeace59f462f0115fcba0b994ad3cb /mojo | |
parent | df153bc9a03c549c3059264fdae03f600fa549b2 (diff) | |
download | chromium_src-8a134821836eb6bf6750f9ee31c32fee4e1d3b06.zip chromium_src-8a134821836eb6bf6750f9ee31c32fee4e1d3b06.tar.gz chromium_src-8a134821836eb6bf6750f9ee31c32fee4e1d3b06.tar.bz2 |
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}
Diffstat (limited to 'mojo')
-rw-r--r-- | mojo/services/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
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", |