Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Issue 142173002: Add self tests for gyp_to_android. (Closed)

Created:
6 years, 11 months ago by scroggo
Modified:
6 years, 11 months ago
Reviewers:
epoger, djsollen
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@GYP2
Visibility:
Public.

Description

Add self tests for gyp_to_android. May be overkill when we get the canary up and running, but for now this will alert us if gyp_to_android fails to create a makefile. Depends on https://codereview.chromium.org/140503007 BUG=skia:1975 This CL has been merged into https://codereview.chromium.org/140503007 in that CL's patch set 9.

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 18

Patch Set 4 : Respond to comments. #

Patch Set 5 : Do temporary work in a temporary directory. #

Patch Set 6 : Fix line length. #

Patch Set 7 : Directory fixes #

Patch Set 8 : Find absolute path for android_framework_gyp. #

Total comments: 8

Patch Set 9 : Respond to comments. #

Patch Set 10 : Tiny line space fix. #

Patch Set 11 : Rebase onto Patch Set 8 of https://codereview.chromium.org/140503007/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -76 lines) Patch
M platform_tools/android/bin/android_framework_gyp.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +17 lines, -12 lines 0 comments Download
M platform_tools/android/bin/gyp_to_android.py View 1 2 3 4 5 6 7 8 9 10 4 chunks +92 lines, -64 lines 0 comments Download
A tools/tests/gyp_to_android_tests.py View 1 2 3 4 5 6 7 8 9 1 chunk +103 lines, -0 lines 0 comments Download
M tools/tests/run_all.py View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
scroggo
6 years, 11 months ago (2014-01-21 17:18:19 UTC) #1
epoger
looking now
6 years, 11 months ago (2014-01-21 19:44:06 UTC) #2
epoger
https://codereview.chromium.org/142173002/diff/60001/platform_tools/android/bin/gyp_to_android.py File platform_tools/android/bin/gyp_to_android.py (right): https://codereview.chromium.org/142173002/diff/60001/platform_tools/android/bin/gyp_to_android.py#newcode355 platform_tools/android/bin/gyp_to_android.py:355: def main(): Please add docstring describing meaning of return ...
6 years, 11 months ago (2014-01-21 20:00:51 UTC) #3
scroggo
Elliot, thank you for your detailed comments and helpful pointers, as usual. Please take a ...
6 years, 11 months ago (2014-01-22 16:36:47 UTC) #4
scroggo
Investigating a bug where the test has to be run from skia root. https://codereview.chromium.org/142173002/diff/60001/platform_tools/android/bin/gyp_to_android.py File ...
6 years, 11 months ago (2014-01-22 19:32:50 UTC) #5
scroggo
On 2014/01/22 19:32:50, scroggo wrote: > Investigating a bug where the test has to be ...
6 years, 11 months ago (2014-01-22 20:05:09 UTC) #6
epoger
Looking pretty good at patchset 8! A few final suggestions. https://codereview.chromium.org/142173002/diff/310001/platform_tools/android/bin/android_framework_gyp.py File platform_tools/android/bin/android_framework_gyp.py (right): https://codereview.chromium.org/142173002/diff/310001/platform_tools/android/bin/android_framework_gyp.py#newcode15 ...
6 years, 11 months ago (2014-01-22 21:35:03 UTC) #7
scroggo
https://codereview.chromium.org/142173002/diff/310001/platform_tools/android/bin/android_framework_gyp.py File platform_tools/android/bin/android_framework_gyp.py (right): https://codereview.chromium.org/142173002/diff/310001/platform_tools/android/bin/android_framework_gyp.py#newcode15 platform_tools/android/bin/android_framework_gyp.py:15: SCRIPT_DIR = os.path.join(os.getcwd(), os.path.dirname(__file__)) On 2014/01/22 21:35:03, epoger wrote: ...
6 years, 11 months ago (2014-01-22 23:33:08 UTC) #8
epoger
6 years, 11 months ago (2014-01-23 02:41:41 UTC) #9
LGTM!

Powered by Google App Engine
This is Rietveld 408576698