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

Unified Diff: build/common.gypi

Issue 7096013: Allow device policy code to be optionally included. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix try bot failures Created 9 years, 7 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 189d4486bb5f19b521f005e4f7b553fc0e68f935..fe83792f902dbbff699a3a2b6d5177b6ef33bf36 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -139,6 +139,9 @@
# Also note that this should be enabled for remoting to compile.
'p2p_apis%': 1,
+ # Device policy is enabled by default. Set to 0 to disable.
+ 'device_policy%': 1,
Mattias Nissler (ping if slow) 2011/05/31 16:11:40 The term "device policy" actually only refers to a
John Knottenbelt 2011/06/01 13:13:00 Done. Renamed to configuration_policy. On 2011/05/
+
# If this is set, the clang plugins used on the buildbot will be used.
# Run tools/clang/scripts/update.sh to make sure they are compiled.
# This causes 'clang_chrome_plugins_flags' to be set.
@@ -230,6 +233,7 @@
'use_third_party_translations%': '<(use_third_party_translations)',
'remoting%': '<(remoting)',
'p2p_apis%': '<(p2p_apis)',
+ 'device_policy%': '<(device_policy)',
'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
'enable_register_protocol_handler%': '<(enable_register_protocol_handler)',

Powered by Google App Engine
This is Rietveld 408576698