This update brings the partner repo in sync with the internal repo's commit 040460be8b9556a699a6cd3813c88ce710f68146.
25 lines
504 B
Python
25 lines
504 B
Python
# Copyright 2019 Google LLC. All rights reserved. This file and proprietary
|
|
# source code may only be used and distributed under the Widevine Master License
|
|
# Agreement.
|
|
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'odk',
|
|
'type': 'static_library',
|
|
'include_dirs': [
|
|
'../include',
|
|
'../../include',
|
|
],
|
|
'includes' : [
|
|
'odk.gypi',
|
|
],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': [
|
|
'../include',
|
|
],
|
|
}
|
|
},
|
|
],
|
|
}
|