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

Unified Diff: PRESUBMIT.py

Issue 12226130: [nacltoons] Add initial frontend and physics game scenes. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 10 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 | « no previous file | nacltoons/data/res/blocks.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 4615d551a4cd652f885c314ca0cf12b51a8dba7e..2f2bbc265126989512b1f7f8576103f30b0da87d 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -16,10 +16,9 @@ def CheckChangeOnUpload(input_api, output_api):
def CheckChangeOnCommit(input_api, output_api):
report = []
+ report.extend(CheckChangeOnUpload(input_api, output_api))
# Disable presubmit until we fix tree status
-
-# report.extend(CheckChangeOnUpload(input_api, output_api))
# report.extend(input_api.canned_checks.CheckTreeIsOpen(
# input_api, output_api,
# json_url='http://naclsdk-status.appspot.com/current?format=json'))
« no previous file with comments | « no previous file | nacltoons/data/res/blocks.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698