0cde7e2694
parameterize the 'type' setting of the various library targets, with a default of 'static_library'. (Hat tip to Craig Schlenter.) Review URL: http://codereview.chromium.org/62127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13345 0039d316-1c4b-4281-b951-d872f2087c98
25 linhas
526 B
Python
25 linhas
526 B
Python
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
{
|
|
'includes': [
|
|
'../../build/common.gypi',
|
|
],
|
|
'targets': [
|
|
{
|
|
'target_name': 'modp_b64',
|
|
'type': '<(library)',
|
|
'msvs_guid': '7100F41F-868D-4E99-80A2-AF8E6574749D',
|
|
'sources': [
|
|
'modp_b64.cc',
|
|
'modp_b64.h',
|
|
'modp_b64_data.h',
|
|
],
|
|
'include_dirs': [
|
|
'../..',
|
|
],
|
|
},
|
|
],
|
|
}
|