If our gyp does not exist, use chromium's.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 22 May 2014 19:30:54 +0000 (19:30 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 22 May 2014 19:30:54 +0000 (19:30 +0000)
commit738a9218b8283602c75f424f6a0abe5290cf9472
tree602718f20c3026c58125bac5688abbbbc20e6991
parent6f4e473676ff5c32c06151f4f8451d62715d65d2
If our gyp does not exist, use chromium's.

The previous version had faith that if the third_party folder
existed, it must contain externals/gyp. A recent change added
third_party (in git, as opposed to using DEPS), so now Android
has third_party but not externals/gyp.

Now check the full filepath. If it's not there, back up to
chromium's version.

Fixes Android canary bot.

R=halcanary@google.com
TBR=halcanary@google.com

Author: scroggo@google.com

Review URL: https://codereview.chromium.org/295103008

git-svn-id: http://skia.googlecode.com/svn/trunk@14855 2bbb7eff-a529-9590-31e7-b0007b416f81
platform_tools/android/gyp_gen/android_framework_gyp.py