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 'target_name': 'ppapi_c',
16 'all_dependent_settings': {
26 'target_name': 'ppapi_cpp_objects',
27 'type': 'static_library',
35 '<@(cpp_source_files)',
41 'AdditionalOptions': ['/we4244'], # implicit conversion, possible loss of data
44 'msvs_disabled_warnings': [
49 'cflags': ['-Wextra', '-pedantic'],
53 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
59 'target_name': 'ppapi_cpp',
60 'type': 'static_library',
69 'cpp/module_embedder.h',
70 'cpp/ppp_entrypoints.cc',
74 'cflags': ['-Wextra', '-pedantic'],
78 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],