Fix js checker script
commit0b3e2467eabb57cb9630587f4e6ebb139f1224a6
authorgarykac <garykac@chromium.org>
Thu, 15 Jan 2015 21:45:22 +0000 (15 13:45 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 15 Jan 2015 21:46:21 +0000 (15 21:46 +0000)
tree3f004668254816ecdf19539993ee0d14d20b43b6
parent1353ad53b1cf50ffdb6d048cda0e678c9791430f
Fix js checker script

The previous script update broke the closure compilation for some apps (like
files.app). This fixes the problem by correcting the values passed into
run_js_check.

The problems can be repro'ed by running:
  GYP_GENERATORS=ninja tools/gyp/gyp --depth . ui/file_manager/file_manager/*/js/compiled_resources.gyp && ninja -C out/Default;

After this cl, the above command returns only a single (valid!) error.

BUG=

Review URL: https://codereview.chromium.org/853983002

Cr-Commit-Position: refs/heads/master@{#311743}
third_party/closure_compiler/checker.py