blob: 4d6f6ce86410e0dc5b2a7b2b1570ee5f0461f3f9 [file] [log] [blame]
# Copyright 2015 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//ppapi/examples/ppapi_example.gni")
ppapi_example("media_stream_video") {
output_name = "ppapi_example_media_stream_video"
sources = [ "media_stream_video.cc" ]
deps = [
"//ppapi/cpp",
"//ppapi/lib/gl/gles2",
]
}