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") {
7 "broker_process_dispatcher.cc",
8 "broker_process_dispatcher.h",
9 "plugin_process_dispatcher.cc",
10 "plugin_process_dispatcher.h",
11 "ppapi_broker_main.cc",
12 "ppapi_plugin_main.cc",
15 "ppapi_webkitplatformsupport_impl.cc",
16 "ppapi_webkitplatformsupport_impl.h",
19 configs += [ "//content:content_implementation" ]
24 "//mojo/public/interfaces/service_provider",
28 "//third_party/WebKit/public:blink",