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
46 'cflags': ['-Wextra', '-pedantic'],
50 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
56 'target_name': 'ppapi_cpp',
57 'type': 'static_library',
66 'cpp/module_embedder.h',
67 'cpp/ppp_entrypoints.cc',
71 'cflags': ['-Wextra', '-pedantic'],
75 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],