| Index: ui/android/ui_android_unittests_apk.isolate
|
| diff --git a/testing/legion/examples/http_example/http_test.isolate b/ui/android/ui_android_unittests_apk.isolate
|
| similarity index 54%
|
| copy from testing/legion/examples/http_example/http_test.isolate
|
| copy to ui/android/ui_android_unittests_apk.isolate
|
| index 605551bf0740989d6b2d51ab5be8aa386bc6a52b..e1380c010a79310be10228ca18a89d5769b6639e 100644
|
| --- a/testing/legion/examples/http_example/http_test.isolate
|
| +++ b/ui/android/ui_android_unittests_apk.isolate
|
| @@ -1,18 +1,17 @@
|
| # 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.
|
| -
|
| {
|
| 'includes': [
|
| - '../../../legion/legion.isolate'
|
| + '../../build/android/android.isolate',
|
| ],
|
| 'variables': {
|
| 'command': [
|
| - 'python',
|
| - 'http_test.py',
|
| + '<(PRODUCT_DIR)/bin/run_ui_android_unittests',
|
| ],
|
| 'files': [
|
| - 'http_test.py',
|
| - ],
|
| + '<(PRODUCT_DIR)/bin/run_ui_android_unittests',
|
| + '<(PRODUCT_DIR)/ui_android_unittests_apk/',
|
| + ]
|
| },
|
| }
|
|
|