|
|
Reland: Extract media/capture/capture_unittests from media_unittests
Original CL got reverted due to audio_unittests not finding two
symbols
error LNK2019: unresolved external symbol CLSID_DxDiagProvider
error LNK2019: unresolved external symbol IID_IDxDiagProvider
CQ doesn't have any gyp + win x64 bot, so didn't catch
it, but it can be repro using win_clang_x64_rel bot -- see
it failing in PS1 and compiling in PS2.
Original's issue description -------------------------------------------
Extract media/capture/capture_unittests from media_unittests
This CL:
- extracts capture_unittests out of media_unittests.
- adds it to all testing/buildbot/*.json where appropriate,
i.e. where there is media_unittests.
- adds the necessary .isolate and _apk.isolate.
BUG= 618718
TEST= No new code added, all bots running capture_unittests
and being happy with it.¯
------------------------------------------------------------------------
TBR=miu@chromium.org, xhwang@chromium.org, maruel@chromium.org, brettw@chromium.org
Committed: https://crrev.com/d2f53ea376660b150b8bdc7d1341a43db557711e
Cr-Commit-Position: refs/heads/master@{#401927}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+577 lines, -34 lines) |
Patch |
 |
M |
BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
build/all.gyp
|
View
|
1
2
|
11 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/BUILD.gn
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/base/run_all_unittests.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/capture/BUILD.gn
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/capture/capture.gyp
|
View
|
|
3 chunks |
+87 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
media/capture/capture_unittests.isolate
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
media/capture/capture_unittests_apk.isolate
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/android/photo_capabilities.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
|
4 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.android.json
|
View
|
1
2
|
10 chunks |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.chromiumos.json
|
View
|
|
3 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.fyi.json
|
View
|
1
2
|
39 chunks |
+223 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.linux.json
|
View
|
|
6 chunks |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.mac.json
|
View
|
|
4 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.memory.json
|
View
|
|
3 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.memory.fyi.json
|
View
|
|
8 chunks |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.webrtc.json
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.webrtc.fyi.json
|
View
|
|
7 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium.win.json
|
View
|
|
4 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/chromium_memory_trybot.json
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/client.v8.fyi.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/gn_isolate_map.pyl
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/tryserver.v8.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 33 (18 generated)
|