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

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: Address comments. 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
« build/android/android.isolate ('K') | « 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_server.isolate b/ui/android/ui_android_unittests_apk.isolate
similarity index 61%
copy from testing/legion/examples/http_example/http_server.isolate
copy to ui/android/ui_android_unittests_apk.isolate
index 0fc32302eedc4d4d1fe0c4242b540a93cd15115e..cb0d1192c425abbac38078130521611f2276a954 100644
--- a/testing/legion/examples/http_example/http_server.isolate
+++ b/ui/android/ui_android_unittests_apk.isolate
@@ -1,18 +1,16 @@
# 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',
- '../../../legion/run_task.py',
+ '<(PRODUCT_DIR)/bin/run_ui_android_unittests',
],
'files': [
- 'http_server.py',
- ],
+ '<(PRODUCT_DIR)/ui_android_unittests_apk/',
+ ]
},
}
« build/android/android.isolate ('K') | « ui/android/ui_android.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698