[Telemetry] Rename test methods in page_test_results_unittest to follow existing...
[chromium-blink-merge.git] / components / plugins / renderer / BUILD.gn
blobef7e8f12e10be0827391e41fddd4f2b540ce68e3
1 # Copyright 2014 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 static_library("renderer") {
6   sources = [
7     "loadable_plugin_placeholder.cc",
8     "loadable_plugin_placeholder.h",
9     "plugin_placeholder.cc",
10     "plugin_placeholder.h",
11     "webview_plugin.cc",
12     "webview_plugin.h",
13   ]
14   if (is_android) {
15     sources += [
16       "mobile_youtube_plugin.cc",
17       "mobile_youtube_plugin.h",
18     ]
19   }
21   deps = [
22     "//gin",
23     "//skia",
24     "//third_party/WebKit/public:blink",
25     "//third_party/re2",
26     "//v8",
27   ]