summaryrefslogtreecommitdiffstats
path: root/tools/cr
diff options
context:
space:
mode:
authorskyostil <skyostil@chromium.org>2015-04-23 08:43:19 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-23 15:44:39 +0000
commitf6dd81c29b4cbc5b2da658ba3012db2156e26f2b (patch)
treeed96382cdbd405ddb59450f71ef1e4835942c123 /tools/cr
parentab22734d8abd103a3b638839737989c193b91829 (diff)
downloadchromium_src-f6dd81c29b4cbc5b2da658ba3012db2156e26f2b.zip
chromium_src-f6dd81c29b4cbc5b2da658ba3012db2156e26f2b.tar.gz
chromium_src-f6dd81c29b4cbc5b2da658ba3012db2156e26f2b.tar.bz2
cr: Make sure gn isn't enabled automatically
Review URL: https://codereview.chromium.org/1094273009 Cr-Commit-Position: refs/heads/master@{#326526}
Diffstat (limited to 'tools/cr')
-rw-r--r--tools/cr/cr/actions/gn.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/cr/cr/actions/gn.py b/tools/cr/cr/actions/gn.py
index 516537c..1bbffbb 100644
--- a/tools/cr/cr/actions/gn.py
+++ b/tools/cr/cr/actions/gn.py
@@ -19,6 +19,10 @@ class GnPrepareOut(cr.PrepareOut):
)
@property
+ def priority(self):
+ return -1
+
+ @property
def enabled(self):
# Disabled on Android for now.
return not cr.AndroidPlatform.GetInstance().is_active