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

Unified Diff: media/capture/capture_unittests_apk.isolate

Issue 2095623003: Reland: Extract media/capture/capture_unittests from media_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (testing/buildbot/chromium.fyi.json) 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/ui/events/events_unittests_apk.isolate b/media/capture/capture_unittests_apk.isolate
similarity index 70%
copy from ui/events/events_unittests_apk.isolate
copy to media/capture/capture_unittests_apk.isolate
index 0b33b328f6b2c23092edd752ec3bead2bccff427..db9e4b7b1c85cefa7eb683adf09bb46883bc9bb8 100644
--- a/ui/events/events_unittests_apk.isolate
+++ b/media/capture/capture_unittests_apk.isolate
@@ -7,12 +7,12 @@
],
'variables': {
'command': [
- '<(PRODUCT_DIR)/bin/run_events_unittests',
+ '<(PRODUCT_DIR)/bin/run_capture_unittests',
'--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats',
],
'files': [
- '<(PRODUCT_DIR)/bin/run_events_unittests',
- '<(PRODUCT_DIR)/events_unittests_apk/',
+ '<(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