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

Unified Diff: chrome/android/monochrome_android_manifest_jinja_variables.gni

Issue 2501153002: Build public monochrome (Closed)
Patch Set: Created 4 years, 1 month 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/android/monochrome_android_manifest_jinja_variables.gni
diff --git a/chrome/android/monochrome_android_manifest_jinja_variables.gni b/chrome/android/monochrome_android_manifest_jinja_variables.gni
new file mode 100644
index 0000000000000000000000000000000000000000..44baf851476a845cae6c328be0744c467987d01a
--- /dev/null
+++ b/chrome/android/monochrome_android_manifest_jinja_variables.gni
@@ -0,0 +1,10 @@
+# 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.
+
+monochrome_android_manifest_jinja_variables = [
+ "min_sdk_version=24",
+ "sandboxed_service_exported=true",
+ "sandboxed_service_extra_flags=android:externalService=\"true\"",
+ "use32bitAbi=android:use32bitAbi=\"true\"",
+]

Powered by Google App Engine
This is Rietveld 408576698