38 lines
873 B
Python
38 lines
873 B
Python
# 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.
|
|
],
|
|
}
|