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

Unified Diff: chrome/android/chrome_public_apk_tmpl.gni

Issue 1818423003: Revert of Remove configuration policy from chrome build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy_chrome_defines
Patch Set: Created 4 years, 9 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 | « chrome/android/chrome_apk.gyp ('k') | chrome/android/java/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/chrome_public_apk_tmpl.gni
diff --git a/chrome/android/chrome_public_apk_tmpl.gni b/chrome/android/chrome_public_apk_tmpl.gni
index 39bcaf38dd48dafb8ab15b4f544040133f155a5c..04ddc8c0ba9fd99e7ab62f1fecb00f5ca0fcb3fe 100644
--- a/chrome/android/chrome_public_apk_tmpl.gni
+++ b/chrome/android/chrome_public_apk_tmpl.gni
@@ -30,6 +30,11 @@
"channel=$android_channel",
"enable_leakcanary=$enable_leakcanary",
]
+if (enable_configuration_policy) {
+ default_chrome_public_jinja_variables += [ "configuration_policy=1" ]
+} else {
+ default_chrome_public_jinja_variables += [ "configuration_policy=0" ]
+}
# GYP: //chrome/android/chrome_apk.gypi
template("chrome_public_apk_tmpl") {
« no previous file with comments | « chrome/android/chrome_apk.gyp ('k') | chrome/android/java/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698