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

Unified Diff: services/service_manager/public/constants.gni

Issue 2651953002: Revert of [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: Created 3 years, 11 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: services/service_manager/public/constants.gni
diff --git a/services/service_manager/public/constants.gni b/services/service_manager/public/constants.gni
new file mode 100644
index 0000000000000000000000000000000000000000..19364268367bc59f23872e67d6c2967b286b3b0a
--- /dev/null
+++ b/services/service_manager/public/constants.gni
@@ -0,0 +1,8 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+declare_args() {
+ # Service package directories are created within this subdirectory.
+ packages_directory = "Packages"
+}

Powered by Google App Engine
This is Rietveld 408576698