blob: 3a59a9890cdbe18226e10980092c5a7c189e8572 [file]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'conditions': [
['OS=="linux"', {
'variables': {
'command': [
'<(PRODUCT_DIR)/ar_test_driver',
'--username=appremotingtestdriver_chromium_01@lgtestuser.com',
'--environment=staging',
'--refresh-token-file=../../remoting/tools/internal/refresh_tokens.json',
],
'files': [
'<(PRODUCT_DIR)/ar_test_driver',
'../../remoting/tools/internal/refresh_tokens.json',
],
},
}],
],
'includes': [
'../../base/base.isolate',
],
}