Home | History | Annotate | Download | only in libbrillo
      1 {
      2   'targets': [
      3     {
      4       'target_name': 'libpolicy-includes',
      5       'type': 'none',
      6       'copies': [
      7         {
      8           'destination': '<(SHARED_INTERMEDIATE_DIR)/include/policy',
      9           'files': [
     10             'policy/device_policy.h',
     11             'policy/device_policy_impl.h',
     12             'policy/libpolicy.h',
     13             'policy/mock_libpolicy.h',
     14             'policy/mock_device_policy.h',
     15             'policy/policy_util.h',
     16             'policy/resilient_policy_util.h',
     17           ],
     18         },
     19       ],
     20     },
     21   ],
     22 }
     23