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 source_set("ppapi_plugin") {
6 visibility = [ "//content/*" ]
9 "broker_process_dispatcher.cc",
10 "broker_process_dispatcher.h",
11 "plugin_process_dispatcher.cc",
12 "plugin_process_dispatcher.h",
13 "ppapi_blink_platform_impl.cc",
14 "ppapi_blink_platform_impl.h",
15 "ppapi_broker_main.cc",
16 "ppapi_plugin_main.cc",
21 configs += [ "//content:content_implementation" ]
26 "//content/public/child:child_sources",
27 "//content/public/common:common_sources",
31 "//third_party/WebKit/public:blink",
32 "//third_party/mojo/src/mojo/public/interfaces/application",