aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/SampleApp.gyp
diff options
context:
space:
mode:
authorGravatar liyuqian <liyuqian@google.com>2016-07-06 07:52:08 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-06 07:52:08 -0700
commit97a0918715b621183647d96dbe8fd2eb038ed564 (patch)
treed6342fd6670d723719c4c8dabe81398cf3bfcf8d /gyp/SampleApp.gyp
parent4be9a30aed390bd37681242252fe29d7839bad19 (diff)
Try fix the mac build bot after removing Android SampleApp
Diffstat (limited to 'gyp/SampleApp.gyp')
-rw-r--r--gyp/SampleApp.gyp17
1 files changed, 0 insertions, 17 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 347af56073..beaaeca0f2 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -114,23 +114,6 @@
'../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib',
],
}],
- [ 'skia_os == "android"', {
- 'conditions': [
- ['skia_android_framework == 0', {
- 'dependencies': [
- 'android_deps.gyp:Android_EntryPoint',
- 'skia_launcher.gyp:skia_launcher',
- ],
- }],
- ],
- 'dependencies!': [
- 'experimental.gyp:experimental',
- ],
- 'dependencies': [
- 'android_output.gyp:android_output',
- 'android_deps.gyp:Android_SampleApp',
- ],
- }],
[ 'skia_gpu == 1', {
'dependencies': [
'gputest.gyp:skgputest',