aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android
diff options
context:
space:
mode:
Diffstat (limited to 'platform_tools/android')
-rw-r--r--platform_tools/android/gyp/skia_android.gypi7
-rw-r--r--platform_tools/android/gyp/skia_launcher.gypi7
2 files changed, 7 insertions, 7 deletions
diff --git a/platform_tools/android/gyp/skia_android.gypi b/platform_tools/android/gyp/skia_android.gypi
index 624b599bd6..9ebee7cc6d 100644
--- a/platform_tools/android/gyp/skia_android.gypi
+++ b/platform_tools/android/gyp/skia_android.gypi
@@ -45,6 +45,13 @@
],
},
{
+ 'target_name': 'skia_launcher',
+ 'type': 'executable',
+ 'sources': [
+ '../launcher/skia_launcher.cpp',
+ ],
+ },
+ {
'target_name': 'SampleApp_APK',
'type': 'none',
'dependencies': [
diff --git a/platform_tools/android/gyp/skia_launcher.gypi b/platform_tools/android/gyp/skia_launcher.gypi
deleted file mode 100644
index f8b5dfd794..0000000000
--- a/platform_tools/android/gyp/skia_launcher.gypi
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- 'targets': [{
- 'target_name': 'skia_launcher',
- 'type': 'executable',
- 'sources': [ '../launcher/skia_launcher.cpp' ],
- }]
-}