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

Unified Diff: mash/package/mash_packaged_service.h

Issue 2316553003: mash: Add autoclick app. (Closed)
Patch Set: MouseEvent; if etc. Created 4 years, 3 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
« no previous file with comments | « mash/package/DEPS ('k') | mash/package/mash_packaged_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/package/mash_packaged_service.h
diff --git a/mash/package/mash_packaged_service.h b/mash/package/mash_packaged_service.h
index 98b5bb5b95d1caa1b7c6e6e2cfb9928a58200fe0..627c1355e945a1bd9b6bf5b564afd44f7cc8fddc 100644
--- a/mash/package/mash_packaged_service.h
+++ b/mash/package/mash_packaged_service.h
@@ -17,6 +17,17 @@ namespace mash {
// MashPackagedService is a Service implementation that starts all the mash
// apps. It's used when mash is packaged inside chrome or tests. To use you'll
// need a manifest similar to what is used by chrome and browser_tests.
+// Things to do when adding a new service/app:
+// - Add a manifest to the new service.
+// - Update manifests of services that are going to use this new service. e.g.
+// chrome_manifest.
+// - Add the new serivce to be a data_dep of the service that is using this
+// new service.
+// - Add the new service to chrome_mash's deps section and packaged_services
+// section.
+// - Add the new service to mash_browser_tests's deps section and
+// packaged_services section.
+// - Add an entry for the new service in MashPackagedService::CreateService().
class MashPackagedService
: public shell::Service,
public shell::mojom::ServiceFactory,
« no previous file with comments | « mash/package/DEPS ('k') | mash/package/mash_packaged_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698