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

Unified Diff: chrome/installer/mac/variables.sh

Issue 2832073002: Refactor mac signing scripts for development workflow (Closed)
Patch Set: Refactor mac signing scripts for development workflow Created 3 years, 8 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: chrome/installer/mac/variables.sh
diff --git a/chrome/installer/mac/variables.sh b/chrome/installer/mac/variables.sh
new file mode 100644
index 0000000000000000000000000000000000000000..951d853c4b4b96bc385d98b221a3a744f4ed4576
--- /dev/null
+++ b/chrome/installer/mac/variables.sh
@@ -0,0 +1,12 @@
+# Copyright 2017 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.
+
+enforcement_flags_app="restrict"
Mark Mentovai 2017/04/25 02:02:25 Maybe provide a little rationale for each of these
Greg K 2017/04/25 18:45:21 Done.
+enforcement_flags_helpers="${enforcement_flags_app},library"
+enforcement_flags_tools="${enforcement_flags_helpers},kill"
+
+requirement_suffix="\
+and (certificate leaf = H\"85cee8254216185620ddc8851c7a9fc4dfe120ef\" or \
+certificate leaf = H\"c9a99324ca3fcb23dbcc36bd5fd4f9753305130a\") \
+"

Powered by Google App Engine
This is Rietveld 408576698