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

Unified Diff: media/capture/capture_unittests.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.gyp ('k') | media/capture/capture_unittests_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/capture_unittests.isolate
diff --git a/media/midi/midi_unittests.isolate b/media/capture/capture_unittests.isolate
similarity index 82%
copy from media/midi/midi_unittests.isolate
copy to media/capture/capture_unittests.isolate
index bfbec4c7bef861f6477b17d9755e303d8a57bde5..7dba7cb9c2935f2393a41a62a0fb77e73a8c72d1 100644
--- a/media/midi/midi_unittests.isolate
+++ b/media/capture/capture_unittests.isolate
@@ -1,4 +1,4 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 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.
{
@@ -10,7 +10,7 @@
'variables': {
'command': [
'../../testing/test_env.py',
- '<(PRODUCT_DIR)/midi_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/capture_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -24,7 +24,7 @@
'command': [
'../../testing/xvfb.py',
'<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/midi_unittests',
+ '<(PRODUCT_DIR)/capture_unittests',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -47,14 +47,14 @@
['OS=="mac" and asan==1 and fastbuild==0', {
'variables': {
'files': [
- '<(PRODUCT_DIR)/midi_unittests.dSYM/',
+ '<(PRODUCT_DIR)/capture_unittests.dSYM/',
],
},
}],
['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': {
'files': [
- '<(PRODUCT_DIR)/midi_unittests.exe.pdb',
+ '<(PRODUCT_DIR)/capture_unittests.exe.pdb',
],
},
}],
« no previous file with comments | « media/capture/capture.gyp ('k') | media/capture/capture_unittests_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698