blob: 0a07d53cbe8d2095615cd4adaeaf24fd81b1d6e8 [file] [log] [blame]
[email protected]126f4fb2011-06-27 20:18:591# Copyright (c) 2011 The Chromium Authors. All rights reserved.
[email protected]b42370e2011-01-22 01:13:092# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
thestiga703ee15f2014-10-17 19:19:195# Shared source lists between trusted and untrusted targets are stored in
[email protected]1f081e7a2011-12-01 19:33:216# ppapi_sources.gypi.
7
[email protected]b42370e2011-01-22 01:13:098{
[email protected]1f081e7a2011-12-01 19:33:219 'includes': [
10 'ppapi_sources.gypi',
11 ],
[email protected]b42370e2011-01-22 01:13:0912 'targets': [
13 {
brettwf7eb6ca2015-02-14 01:37:3114 # GN version: //ppapi/c
[email protected]e80bdfb2011-10-19 20:17:1715 'target_name': 'ppapi_c',
[email protected]b42370e2011-01-22 01:13:0916 'type': 'none',
17 'all_dependent_settings': {
[email protected]ec5e04d2011-07-11 21:30:4318 'include_dirs+': [
[email protected]b42370e2011-01-22 01:13:0919 '..',
20 ],
21 },
22 'sources': [
[email protected]70919502011-12-16 02:30:0323 '<@(c_source_files)',
[email protected]a026daa2011-04-20 15:49:5124 ],
[email protected]b42370e2011-01-22 01:13:0925 },
26 {
brettwf7eb6ca2015-02-14 01:37:3127 # GN version: //ppapi/cpp:objects
[email protected]e80bdfb2011-10-19 20:17:1728 'target_name': 'ppapi_cpp_objects',
[email protected]b42370e2011-01-22 01:13:0929 'type': 'static_library',
30 'dependencies': [
[email protected]e80bdfb2011-10-19 20:17:1731 'ppapi_c'
[email protected]b42370e2011-01-22 01:13:0932 ],
[email protected]ec5e04d2011-07-11 21:30:4333 'include_dirs+': [
[email protected]b42370e2011-01-22 01:13:0934 '..',
35 ],
36 'sources': [
[email protected]70919502011-12-16 02:30:0337 '<@(cpp_source_files)',
[email protected]b42370e2011-01-22 01:13:0938 ],
[email protected]b42370e2011-01-22 01:13:0939 },
40 {
brettwf7eb6ca2015-02-14 01:37:3141 # GN version: //ppapi/cpp
[email protected]e80bdfb2011-10-19 20:17:1742 'target_name': 'ppapi_cpp',
[email protected]b42370e2011-01-22 01:13:0943 'type': 'static_library',
44 'dependencies': [
[email protected]e80bdfb2011-10-19 20:17:1745 'ppapi_c',
46 'ppapi_cpp_objects',
[email protected]b42370e2011-01-22 01:13:0947 ],
[email protected]ec5e04d2011-07-11 21:30:4348 'include_dirs+': [
[email protected]b42370e2011-01-22 01:13:0949 '..',
50 ],
51 'sources': [
52 'cpp/module_embedder.h',
53 'cpp/ppp_entrypoints.cc',
54 ],
[email protected]b42370e2011-01-22 01:13:0955 },
[email protected]01167112014-08-05 19:53:2056 {
brettwf7eb6ca2015-02-14 01:37:3157 # GN version: //ppapi/cpp/private:internal_module
[email protected]01167112014-08-05 19:53:2058 'target_name': 'ppapi_internal_module',
59 'type': 'static_library',
60 'include_dirs+': [
61 '..',
62 ],
63 'sources': [
64 'cpp/private/internal_module.cc',
65 'cpp/private/internal_module.h',
66 ]
67 },
[email protected]b42370e2011-01-22 01:13:0968 ],
[email protected]b42370e2011-01-22 01:13:0969}