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

Unified Diff: ui/android/ui_android_unittests_apk.isolate

Issue 1324293002: Isolate ui_android_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move run_ui_android_unittests to proper isolate file. Created 5 years, 3 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 | « ui/android/ui_android.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/',
+ ]
},
}
« no previous file with comments | « ui/android/ui_android.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698