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

Side by Side Diff: build/android/test_runner.pydeps

Issue 2605793002: [android] Convert linker tests to platform mode. (Closed)
Patch Set: mikecase comment Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/android/test_runner.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Generated by running: 1 # Generated by running:
2 # build/print_python_deps.py --root build/android --output build/android/test_ runner.pydeps build/android/test_runner.py 2 # build/print_python_deps.py --root build/android --output build/android/test_ runner.pydeps build/android/test_runner.py
3 ../../third_party/catapult/common/py_trace_event/py_trace_event/__init__.py 3 ../../third_party/catapult/common/py_trace_event/py_trace_event/__init__.py
4 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event.py 4 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event.py
5 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /__init__.py 5 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /__init__.py
6 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /decorators.py 6 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /decorators.py
7 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /log.py 7 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /log.py
8 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /meta_class.py 8 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /meta_class.py
9 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /multiprocessing_shim.py 9 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /multiprocessing_shim.py
10 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_time.py 10 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_time.py
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 ../../tools/swarming_client/libs/logdog/stream.py 119 ../../tools/swarming_client/libs/logdog/stream.py
120 ../../tools/swarming_client/libs/logdog/streamname.py 120 ../../tools/swarming_client/libs/logdog/streamname.py
121 ../../tools/swarming_client/libs/logdog/varint.py 121 ../../tools/swarming_client/libs/logdog/varint.py
122 ../util/lib/common/unittest_util.py 122 ../util/lib/common/unittest_util.py
123 devil_chromium.py 123 devil_chromium.py
124 pylib/__init__.py 124 pylib/__init__.py
125 pylib/android/__init__.py 125 pylib/android/__init__.py
126 pylib/android/logdog_logcat_monitor.py 126 pylib/android/logdog_logcat_monitor.py
127 pylib/base/__init__.py 127 pylib/base/__init__.py
128 pylib/base/base_test_result.py 128 pylib/base/base_test_result.py
129 pylib/base/base_test_runner.py
130 pylib/base/environment.py 129 pylib/base/environment.py
131 pylib/base/environment_factory.py 130 pylib/base/environment_factory.py
132 pylib/base/test_collection.py 131 pylib/base/test_collection.py
133 pylib/base/test_dispatcher.py
134 pylib/base/test_exception.py 132 pylib/base/test_exception.py
135 pylib/base/test_instance.py 133 pylib/base/test_instance.py
136 pylib/base/test_instance_factory.py 134 pylib/base/test_instance_factory.py
137 pylib/base/test_run.py 135 pylib/base/test_run.py
138 pylib/base/test_run_factory.py 136 pylib/base/test_run_factory.py
139 pylib/base/test_server.py 137 pylib/base/test_server.py
140 pylib/chrome_test_server_spawner.py 138 pylib/chrome_test_server_spawner.py
141 pylib/constants/__init__.py 139 pylib/constants/__init__.py
142 pylib/constants/host_paths.py 140 pylib/constants/host_paths.py
143 pylib/gtest/__init__.py 141 pylib/gtest/__init__.py
144 pylib/gtest/gtest_test_instance.py 142 pylib/gtest/gtest_test_instance.py
145 pylib/instrumentation/__init__.py 143 pylib/instrumentation/__init__.py
146 pylib/instrumentation/instrumentation_parser.py 144 pylib/instrumentation/instrumentation_parser.py
147 pylib/instrumentation/instrumentation_test_instance.py 145 pylib/instrumentation/instrumentation_test_instance.py
148 pylib/instrumentation/test_result.py 146 pylib/instrumentation/test_result.py
149 pylib/junit/__init__.py 147 pylib/junit/__init__.py
150 pylib/junit/junit_test_instance.py 148 pylib/junit/junit_test_instance.py
151 pylib/linker/__init__.py 149 pylib/linker/__init__.py
152 pylib/linker/setup.py 150 pylib/linker/linker_test_instance.py
153 pylib/linker/test_case.py 151 pylib/linker/test_case.py
154 pylib/linker/test_runner.py
155 pylib/local/__init__.py 152 pylib/local/__init__.py
156 pylib/local/device/__init__.py 153 pylib/local/device/__init__.py
157 pylib/local/device/local_device_environment.py 154 pylib/local/device/local_device_environment.py
158 pylib/local/device/local_device_gtest_run.py 155 pylib/local/device/local_device_gtest_run.py
159 pylib/local/device/local_device_instrumentation_test_run.py 156 pylib/local/device/local_device_instrumentation_test_run.py
157 pylib/local/device/local_device_linker_test_run.py
160 pylib/local/device/local_device_monkey_test_run.py 158 pylib/local/device/local_device_monkey_test_run.py
161 pylib/local/device/local_device_perf_test_run.py 159 pylib/local/device/local_device_perf_test_run.py
162 pylib/local/device/local_device_test_run.py 160 pylib/local/device/local_device_test_run.py
163 pylib/local/local_test_server_spawner.py 161 pylib/local/local_test_server_spawner.py
164 pylib/local/machine/__init__.py 162 pylib/local/machine/__init__.py
165 pylib/local/machine/local_machine_environment.py 163 pylib/local/machine/local_machine_environment.py
166 pylib/local/machine/local_machine_junit_test_run.py 164 pylib/local/machine/local_machine_junit_test_run.py
167 pylib/monkey/__init__.py 165 pylib/monkey/__init__.py
168 pylib/monkey/monkey_test_instance.py 166 pylib/monkey/monkey_test_instance.py
169 pylib/perf/__init__.py 167 pylib/perf/__init__.py
170 pylib/perf/perf_test_instance.py 168 pylib/perf/perf_test_instance.py
171 pylib/results/__init__.py 169 pylib/results/__init__.py
172 pylib/results/flakiness_dashboard/__init__.py 170 pylib/results/flakiness_dashboard/__init__.py
173 pylib/results/flakiness_dashboard/json_results_generator.py 171 pylib/results/flakiness_dashboard/json_results_generator.py
174 pylib/results/flakiness_dashboard/results_uploader.py 172 pylib/results/flakiness_dashboard/results_uploader.py
175 pylib/results/json_results.py 173 pylib/results/json_results.py
176 pylib/results/report_results.py 174 pylib/results/report_results.py
177 pylib/utils/__init__.py 175 pylib/utils/__init__.py
178 pylib/utils/device_dependencies.py 176 pylib/utils/device_dependencies.py
179 pylib/utils/dexdump.py 177 pylib/utils/dexdump.py
180 pylib/utils/proguard.py 178 pylib/utils/proguard.py
181 pylib/utils/repo_utils.py 179 pylib/utils/repo_utils.py
182 pylib/valgrind_tools.py 180 pylib/valgrind_tools.py
183 test_runner.py 181 test_runner.py
184 tombstones.py 182 tombstones.py
OLDNEW
« no previous file with comments | « build/android/test_runner.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698