Disable flaky AnimatedContentSamplerParameterizedTest.FrameTimestampsConvergeTowardsE...
[chromium-blink-merge.git] / ppapi / examples / url_loader / BUILD.gn
blob693325a97c5552644f3cf6df9a516bba012c8573
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.
5 import("//ppapi/examples/ppapi_example.gni")
7 group("url_loader") {
8   testonly = true
9   deps = [
10     ":file",
11     ":streaming",
12   ]
15 ppapi_example("file") {
16   output_name = "ppapi_example_url_loader"
17   sources = [
18     "streaming.cc",
19   ]
20   deps = [
21     "//ppapi/cpp",
22   ]
25 ppapi_example("streaming") {
26   output_name = "ppapi_example_file"
27   sources = [
28     "stream_to_file.cc",
29   ]
30   deps = [
31     "//ppapi/cpp",
32   ]