aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/everything.gyp
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2016-06-24 05:24:16 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-24 05:24:16 -0700
commit7bde5659d354b4ef227c487a4e9fa8de12573c31 (patch)
tree8398fb86ea1242f5ed56dd69017f5674cbedd516 /gyp/everything.gyp
parent0f83e0151f757ecd8d55d55ffefef58ecb11a97b (diff)
Revert of Remove Android SampleApp (patchset #5 id:80001 of https://codereview.chromium.org/2096683002/ )
Reason for revert: Testing to see if this CL caused the failures in Build-Mac-Clang-Arm7-Debug-Android Original issue's description: > Remove Android SampleApp > > BUG=skia: > GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2096683002 > > Committed: https://skia.googlesource.com/skia/+/41bb5b40e71411ee39538399ea125986ec760a90 TBR=djsollen@google.com,liyuqian@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review-Url: https://codereview.chromium.org/2099693002
Diffstat (limited to 'gyp/everything.gyp')
-rw-r--r--gyp/everything.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/everything.gyp b/gyp/everything.gyp
index beda91f729..02a54747cb 100644
--- a/gyp/everything.gyp
+++ b/gyp/everything.gyp
@@ -31,7 +31,7 @@
}],
['skia_os == "android"', {
'dependencies': [
- 'android_system.gyp:Viewer_APK',
+ 'android_system.gyp:SampleApp_APK',
],
}],
],