Home | History | Annotate | Download | only in gyp
      1 {
      2     'targets': [{
      3         'target_name': 'skia_launcher',
      4         'type': 'executable',
      5         'cflags': [ '-fPIE' ],
      6         'ldflags': [ '-pie' ],
      7         'sources': [ '../launcher/skia_launcher.cpp' ],
      8     }]
      9 }
     10