aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/gyp/skia_launcher.gypi
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-02-06 12:26:51 -0500
committerGravatar Mike Klein <mtklein@chromium.org>2017-02-06 17:55:35 +0000
commit160907f8defef112c358cdd5cb9e5e093ca93b09 (patch)
tree370fd63868b81fbc488b2cc7a672a0b015db92b4 /platform_tools/android/gyp/skia_launcher.gypi
parent199fb875c5e63c13233209e89b943c7ac7ab6665 (diff)
Clean up more references to GYP.
Delete files only used by GYP, and files that used GYP. Neither can possibly be actively used. Beyond that, just a couple doc tweaks. Change-Id: I0220d7226e7bb9ed7c54a7d8f2906a718313c521 Reviewed-on: https://skia-review.googlesource.com/8062 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Hal Canary <halcanary@google.com>
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' ],
- }]
-}