You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
533 B
22 lines
533 B
{ |
|
'targets': [ |
|
{ |
|
'target_name': 'libpolicy-includes', |
|
'type': 'none', |
|
'copies': [ |
|
{ |
|
'destination': '<(SHARED_INTERMEDIATE_DIR)/include/policy', |
|
'files': [ |
|
'policy/device_policy.h', |
|
'policy/device_policy_impl.h', |
|
'policy/libpolicy.h', |
|
'policy/mock_libpolicy.h', |
|
'policy/mock_device_policy.h', |
|
'policy/policy_util.h', |
|
'policy/resilient_policy_util.h', |
|
], |
|
}, |
|
], |
|
}, |
|
], |
|
}
|
|
|