diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-09 20:41:10 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-09 20:42:33 +0000 |
commit | e9cac98e3bfaca887e3969c5b8dfcc5abda07576 (patch) | |
tree | 9d7eca97ee23b8c52fd7793f01cf849c733d388f /content/DEPS | |
parent | 1313a93c32529222bc96e428f5a8abba3f224c39 (diff) | |
download | chromium_src-e9cac98e3bfaca887e3969c5b8dfcc5abda07576.zip chromium_src-e9cac98e3bfaca887e3969c5b8dfcc5abda07576.tar.gz chromium_src-e9cac98e3bfaca887e3969c5b8dfcc5abda07576.tar.bz2 |
Mojo: Rename ServiceManager to ApplicationManager.
Also, ServiceLoader->ApplicationLoader, and all related implementations.
TBR=timurrrr@chromium.org
Review URL: https://codereview.chromium.org/455993002
Cr-Commit-Position: refs/heads/master@{#288594}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288594 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/DEPS b/content/DEPS index 1fff990..d964f5d 100644 --- a/content/DEPS +++ b/content/DEPS @@ -35,11 +35,11 @@ include_rules = [ "+dbus", "+gpu", - "+mojo/public", + "+mojo/application_manager", "+mojo/bindings/js", "+mojo/common", "+mojo/embedder", - "+mojo/service_manager", + "+mojo/public", "+net", "+ppapi", "+printing", |