aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/gyp/skia_launcher.gypi
blob: f9eec20136147d53a5349729f9e1c860f29df92c (plain)
1
2
3
4
5
6
7
8
9
{
    'targets': [{
        'target_name': 'skia_launcher',
        'type': 'executable',
        'cflags': [ '-fPIE' ],
        'ldflags': [ '-pie' ],
        'sources': [ '../launcher/skia_launcher.cpp' ],
    }]
}