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

Side by Side Diff: components/test_runner/renderer/BUILD.gn

Issue 1371373002: Extend components/test_runner's generated WebMediaStream to have a ChromeMock VideoTrack and Source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mazzoni@ comments, web_view/test_runner build, rebase, cleaned up requestUserMedia() Created 5 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/config/features.gni")
6
7 component("renderer") {
8 testonly = true
9
10 sources = [
11 "mock_video_capturer_source.cc",
12 "mock_video_capturer_source.h",
13 ]
14
15 if (enable_webrtc) {
16 deps = [
17 "//content/public/renderer",
sadrul 2015/10/06 15:23:28 test_runner should not depend on content.
18 ]
19 }
20 }
OLDNEW
« no previous file with comments | « components/test_runner/mock_web_user_media_client.cc ('k') | components/test_runner/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698