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

Issue 10693110: [android] Split top-level scripts and libraries from build/android. (Closed)

Created:
8 years, 5 months ago by bulach
Modified:
8 years, 5 months ago
Reviewers:
Satish
CC:
chromium-reviews, glider+watch_chromium.org, timurrrr+watch_chromium.org, bruening+watch_chromium.org
Visibility:
Public.

Description

[android] Split top-level scripts and libraries from build/android. - Top-level scripts are kept under build/android. - Utility libraries have been moved to build/android/pylib. - Fixes all imports and headers. This is in preparation for landing the "instrumentation" (java-based) tests, which will reuse several of these components. BUG= TEST=existing android tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=145653

Patch Set 1 #

Patch Set 2 : Added __init__.py and enable_asserts.py. #

Total comments: 7

Patch Set 3 : Comments + empty __init__.py #

Patch Set 4 : Copyright on __init__.py, removed #! on some pylib/ files. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -2877 lines) Patch
M build/android/adb_logcat_monitor.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/adb_logcat_printer.py View 1 chunk +1 line, -1 line 0 comments Download
D build/android/android_commands.py View 1 chunk +0 lines, -780 lines 0 comments Download
D build/android/base_test_runner.py View 1 chunk +0 lines, -162 lines 0 comments Download
D build/android/base_test_sharder.py View 1 chunk +0 lines, -107 lines 0 comments Download
D build/android/chrome_test_server_spawner.py View 1 chunk +0 lines, -114 lines 0 comments Download
D build/android/cmd_helper.py View 1 chunk +0 lines, -52 lines 0 comments Download
D build/android/debug_info.py View 1 chunk +0 lines, -202 lines 0 comments Download
M build/android/device_status_check.py View 2 chunks +3 lines, -3 lines 0 comments Download
M build/android/emulator.py View 2 chunks +3 lines, -2 lines 0 comments Download
A build/android/enable_asserts.py View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
D build/android/flag_changer.py View 1 chunk +0 lines, -143 lines 0 comments Download
D build/android/perf_tests_helper.py View 1 chunk +0 lines, -56 lines 0 comments Download
A + build/android/pylib/__init__.py View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A + build/android/pylib/android_commands.py View 1 2 3 3 chunks +2 lines, -26 lines 0 comments Download
A + build/android/pylib/base_test_runner.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/android/pylib/base_test_sharder.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/android/pylib/chrome_test_server_spawner.py View 2 chunks +4 lines, -4 lines 0 comments Download
A + build/android/pylib/cmd_helper.py View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
A + build/android/pylib/debug_info.py View 1 chunk +1 line, -1 line 0 comments Download
A + build/android/pylib/flag_changer.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/android/pylib/perf_tests_helper.py View 1 chunk +1 line, -1 line 0 comments Download
A + build/android/pylib/run_tests_helper.py View 1 chunk +1 line, -1 line 0 comments Download
A + build/android/pylib/single_test_runner.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/android/pylib/test_package.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/android/pylib/test_package_apk.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/android/pylib/test_package_executable.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/android/pylib/test_result.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/android/pylib/valgrind_tools.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/run_tests.py View 2 chunks +9 lines, -8 lines 0 comments Download
D build/android/run_tests_helper.py View 1 chunk +0 lines, -133 lines 0 comments Download
D build/android/single_test_runner.py View 1 chunk +0 lines, -315 lines 0 comments Download
D build/android/test_package.py View 1 chunk +0 lines, -201 lines 0 comments Download
D build/android/test_package_apk.py View 1 chunk +0 lines, -95 lines 0 comments Download
D build/android/test_package_executable.py View 1 chunk +0 lines, -157 lines 0 comments Download
D build/android/test_result.py View 1 chunk +0 lines, -130 lines 0 comments Download
D build/android/valgrind_tools.py View 1 chunk +0 lines, -185 lines 0 comments Download
M testing/android/generate_native_test.py View 1 2 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
bulach
8 years, 5 months ago (2012-07-06 10:26:50 UTC) #1
Satish
http://codereview.chromium.org/10693110/diff/4001/build/android/enable_asserts.py File build/android/enable_asserts.py (right): http://codereview.chromium.org/10693110/diff/4001/build/android/enable_asserts.py#newcode1 build/android/enable_asserts.py:1: #!/usr/bin/env python newline after this http://codereview.chromium.org/10693110/diff/4001/build/android/enable_asserts.py#newcode6 build/android/enable_asserts.py:6: """Enables dalvik ...
8 years, 5 months ago (2012-07-06 13:21:36 UTC) #2
bulach
thanks satish! comments addressed and one clarification below, another look please? http://codereview.chromium.org/10693110/diff/4001/build/android/enable_asserts.py File build/android/enable_asserts.py (right): ...
8 years, 5 months ago (2012-07-06 13:42:09 UTC) #3
Satish
http://codereview.chromium.org/10693110/diff/4001/build/android/enable_asserts.py File build/android/enable_asserts.py (right): http://codereview.chromium.org/10693110/diff/4001/build/android/enable_asserts.py#newcode6 build/android/enable_asserts.py:6: """Enables dalvik vm asserts in the android device.""" On ...
8 years, 5 months ago (2012-07-06 13:47:39 UTC) #4
bulach
On 2012/07/06 13:47:39, Satish wrote: > http://codereview.chromium.org/10693110/diff/4001/build/android/enable_asserts.py > File build/android/enable_asserts.py (right): > > http://codereview.chromium.org/10693110/diff/4001/build/android/enable_asserts.py#newcode6 > ...
8 years, 5 months ago (2012-07-06 14:02:27 UTC) #5
Satish
Cool, didn't realise adb_logcat_monitor.py was used by bots. The criteria I have is simple - ...
8 years, 5 months ago (2012-07-06 14:12:47 UTC) #6
Satish
lgtm
8 years, 5 months ago (2012-07-06 14:12:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bulach@chromium.org/10693110/38
8 years, 5 months ago (2012-07-06 14:39:05 UTC) #8
commit-bot: I haz the power
Presubmit check for 10693110-38 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-07-06 14:39:17 UTC) #9
bulach
On 2012/07/06 14:12:47, Satish wrote: > Cool, didn't realise adb_logcat_monitor.py was used by bots. The ...
8 years, 5 months ago (2012-07-06 14:42:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bulach@chromium.org/10693110/12001
8 years, 5 months ago (2012-07-09 08:07:47 UTC) #11
commit-bot: I haz the power
8 years, 5 months ago (2012-07-09 09:12:01 UTC) #12
Change committed as 145653

Powered by Google App Engine
This is Rietveld 408576698