Home | History | Annotate | Download | only in libbrillo
      1 {
      2   'targets': [
      3     {
      4       'target_name': 'libinstallattributes-includes',
      5       'type': 'none',
      6       'copies': [
      7         {
      8           'destination': '<(SHARED_INTERMEDIATE_DIR)/include/install_attributes',
      9           'files': [
     10             'install_attributes/libinstallattributes.h',
     11           ],
     12         },
     13       ],
     14     },
     15   ],
     16 }
     17