aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/gyp/skia_launcher.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'platform_tools/android/gyp/skia_launcher.gypi')
-rw-r--r--platform_tools/android/gyp/skia_launcher.gypi9
1 files changed, 0 insertions, 9 deletions
diff --git a/platform_tools/android/gyp/skia_launcher.gypi b/platform_tools/android/gyp/skia_launcher.gypi
deleted file mode 100644
index f9eec20136..0000000000
--- a/platform_tools/android/gyp/skia_launcher.gypi
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- 'targets': [{
- 'target_name': 'skia_launcher',
- 'type': 'executable',
- 'cflags': [ '-fPIE' ],
- 'ldflags': [ '-pie' ],
- 'sources': [ '../launcher/skia_launcher.cpp' ],
- }]
-}