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

Unified Diff: media/capture/capture_unittests_apk.isolate

Issue 2087683002: Extract media/capture/capture_unittests from media_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: media/base/run_all_unittests.cc shouldn't know about RegisterCaptureJni Created 4 years, 6 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 | « media/capture/capture_unittests.isolate ('k') | media/capture/video/android/photo_capabilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/capture_unittests_apk.isolate
diff --git a/media/capture/capture_unittests_apk.isolate b/media/capture/capture_unittests_apk.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..db9e4b7b1c85cefa7eb683adf09bb46883bc9bb8
--- /dev/null
+++ b/media/capture/capture_unittests_apk.isolate
@@ -0,0 +1,18 @@
+# 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': [
+ '../../build/android/android.isolate',
+ ],
+ 'variables': {
+ 'command': [
+ '<(PRODUCT_DIR)/bin/run_capture_unittests',
+ '--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats',
+ ],
+ 'files': [
+ '<(PRODUCT_DIR)/bin/run_capture_unittests',
+ '<(PRODUCT_DIR)/capture_unittests_apk/',
+ ]
+ },
+}
« no previous file with comments | « media/capture/capture_unittests.isolate ('k') | media/capture/video/android/photo_capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698