1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| {
| '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',
| ],
| },
| ],
| },
| ],
| }
|
|