|
[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
Total comments: 7
|
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
|
Total messages: 12 (0 generated)
|