Clean up base64.gyp

This commit is contained in:
bmcquade@google.com
2010-07-09 17:29:43 +00:00
parent acf7b9d801
commit dc90aa55f0
+3 -11
View File
@@ -13,24 +13,16 @@
# limitations under the License.
{
'variables': {
'base64_root': '<(DEPTH)/third_party/base64',
},
'targets': [
{
'target_name': 'base64',
'type': '<(library)',
'sources': [
'<(base64_root)/base64.cc',
'base64.cc',
],
'include_dirs': [
'<(base64_root)',
'include_dirs': [
'.',
],
'direct_dependent_settings': {
'include_dirs': [
'<(base64_root)',
],
},
}
],
}