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/ppapi_sources.gni")
7 # Link to this target to get the PPAPI C++ wrapper objects and plugin startup
8 # code. See also "objects" below.
21 # Link to this target to get only the PPAPI C++ wrapper objects but not the
22 # plugin startup code. Some plugins need special startup code that they supply
24 source_set("objects") {
25 sources = rebase_path(ppapi_sources.cpp_source_files, ".", "..")
26 configs += [ "//build/config:precompiled_headers" ]