OEMCrypto v13.1
This commit is contained in:
37
oemcrypto/stubs/stubs.gyp
Normal file
37
oemcrypto/stubs/stubs.gyp
Normal 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.
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user