GN: Fix build

DDC needs another argument to make --help work.

R=vsm@google.com

Review URL: https://codereview.chromium.org/2480573002 .
This commit is contained in:
Zachary Anderson 2016-11-03 14:51:00 -07:00
parent 6953586716
commit e4e7e28c7f

View file

@ -9,6 +9,8 @@ application_snapshot("dartdevc") {
training_args = [
"--dart-sdk",
rebase_path("../../sdk"),
"--dart-sdk-summary",
rebase_path("../../pkg/dev_compiler/lib/sdk/ddc_sdk.sum"),
"--help",
]
inputs = exec_script("../../tools/list_dart_files.py",