1 # Copyright (c) 2011 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 # Shared source lists between trusted and untrusted targets are stored in
14 # GN version: //ppapi/c
15 'target_name': 'ppapi_c',
17 'all_dependent_settings': {
27 # GN version: //ppapi/cpp:objects
28 'target_name': 'ppapi_cpp_objects',
29 'type': 'static_library',
37 '<@(cpp_source_files)',
41 # GN version: //ppapi/cpp
42 'target_name': 'ppapi_cpp',
43 'type': 'static_library',
52 'cpp/module_embedder.h',
53 'cpp/ppp_entrypoints.cc',
57 # GN version: //ppapi/cpp/private:internal_module
58 'target_name': 'ppapi_internal_module',
59 'type': 'static_library',
64 'cpp/private/internal_module.cc',
65 'cpp/private/internal_module.h',