OEMCrypto v13.1

This commit is contained in:
Fred Gylys-Colwell
2017-05-18 14:20:44 -07:00
parent 422ec255cb
commit 1959bff979
77 changed files with 31461 additions and 0 deletions

37
oemcrypto/stubs/stubs.gyp Normal file
View File

@@ -0,0 +1,37 @@
# Copyright 2013 Google Inc. All Rights Reserved.
{
'targets': [
{
'target_name': 'oec_stubs_v8',
'type': 'static_library',
'sources': [ 'v8/stubs.cc' ],
'include_dirs': [ 'v8' ],
},
{
'target_name': 'oec_stubs_v9',
'type': 'static_library',
'sources': [ 'v9/stubs.cc' ],
'include_dirs': [ 'v9' ],
},
{
'target_name': 'oec_stubs_v10',
'type': 'static_library',
'sources': [ 'v10/stubs.cc' ],
'include_dirs': [ 'v10' ],
},
{
'target_name': 'oec_stubs_v11',
'type': 'static_library',
'sources': [ 'v11/stubs.cc' ],
'include_dirs': [ 'v11' ],
},
{
'target_name': 'oec_stubs_v12',
'type': 'static_library',
'sources': [ 'v12/stubs.cc' ],
'include_dirs': [ 'v12' ],
},
# TODO(fredgc): add stubs for v13.
],
}