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

Issue 833403002: [Android] Create a dummy app to upload to Appurify for gtests. (Closed)

Created:
5 years, 11 months ago by jbudorick
Modified:
5 years, 11 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Create a dummy app to upload to Appurify for gtests. BUG=428729 Committed: https://crrev.com/335cbe5177b3d0ec5d5564b646cb1a7b814c26d2 Cr-Commit-Position: refs/heads/master@{#310159}

Patch Set 1 #

Patch Set 2 : uploading with --no-find-copies #

Total comments: 6

Patch Set 3 : #

Total comments: 5

Patch Set 4 : add gn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -28 lines) Patch
A build/android/pylib/remote/device/dummy/BUILD.gn View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A build/android/pylib/remote/device/dummy/dummy.gyp View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_gtest_run.py View 1 2 3 2 chunks +8 lines, -11 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 1 2 2 chunks +25 lines, -16 lines 0 comments Download
M build/apk_test.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M build/config/android/rules.gni View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 18 (3 generated)
jbudorick
rnephew: b/a/pylib/remote/device/*.py klundberg: general cjhopman: gyp + whatever else you'd like to comment on
5 years, 11 months ago (2015-01-06 15:28:00 UTC) #2
klundberg
My only concern is about using "robotium" as we do not actually run Robotium tests ...
5 years, 11 months ago (2015-01-06 18:17:31 UTC) #3
jbudorick
https://codereview.chromium.org/833403002/diff/20001/build/android/pylib/remote/device/dummy/dummy.gyp File build/android/pylib/remote/device/dummy/dummy.gyp (right): https://codereview.chromium.org/833403002/diff/20001/build/android/pylib/remote/device/dummy/dummy.gyp#newcode5 build/android/pylib/remote/device/dummy/dummy.gyp:5: # Running Robotium tests on AMP requires both an ...
5 years, 11 months ago (2015-01-06 18:25:57 UTC) #4
jbudorick
On 2015/01/06 18:25:57, jbudorick wrote: > https://codereview.chromium.org/833403002/diff/20001/build/android/pylib/remote/device/dummy/dummy.gyp > File build/android/pylib/remote/device/dummy/dummy.gyp (right): > > https://codereview.chromium.org/833403002/diff/20001/build/android/pylib/remote/device/dummy/dummy.gyp#newcode5 > ...
5 years, 11 months ago (2015-01-06 18:29:40 UTC) #5
klundberg
On 2015/01/06 18:25:57, jbudorick wrote: > https://codereview.chromium.org/833403002/diff/20001/build/android/pylib/remote/device/dummy/dummy.gyp > File build/android/pylib/remote/device/dummy/dummy.gyp (right): > > https://codereview.chromium.org/833403002/diff/20001/build/android/pylib/remote/device/dummy/dummy.gyp#newcode5 > ...
5 years, 11 months ago (2015-01-06 18:30:21 UTC) #6
jbudorick
Hm. The relevant part of the robotium test type, as far as we're concerned, is ...
5 years, 11 months ago (2015-01-06 18:41:26 UTC) #7
jbudorick
Removed robotium references where possible. wdyt?
5 years, 11 months ago (2015-01-06 19:24:39 UTC) #8
rnephew (Wrong account)
https://codereview.chromium.org/833403002/diff/40001/build/android/pylib/remote/device/remote_device_gtest_run.py File build/android/pylib/remote/device/remote_device_gtest_run.py (right): https://codereview.chromium.org/833403002/diff/40001/build/android/pylib/remote/device/remote_device_gtest_run.py#newcode40 build/android/pylib/remote/device/remote_device_gtest_run.py:40: self.DEFAULT_RUNNER_TYPE) I know this isn't your mistake, but I ...
5 years, 11 months ago (2015-01-06 19:30:41 UTC) #10
klundberg
Minor thing that Randy already commented on. Otherwise LGTM Thanks for making the changes, John!! ...
5 years, 11 months ago (2015-01-06 19:33:02 UTC) #11
cjhopman
https://codereview.chromium.org/833403002/diff/40001/build/android/pylib/remote/device/dummy/dummy.gyp File build/android/pylib/remote/device/dummy/dummy.gyp (right): https://codereview.chromium.org/833403002/diff/40001/build/android/pylib/remote/device/dummy/dummy.gyp#newcode12 build/android/pylib/remote/device/dummy/dummy.gyp:12: 'target_name': 'remote_device_dummy_apk', Please also add the corresponding GN build ...
5 years, 11 months ago (2015-01-06 19:34:27 UTC) #12
jbudorick
https://codereview.chromium.org/833403002/diff/40001/build/android/pylib/remote/device/dummy/dummy.gyp File build/android/pylib/remote/device/dummy/dummy.gyp (right): https://codereview.chromium.org/833403002/diff/40001/build/android/pylib/remote/device/dummy/dummy.gyp#newcode12 build/android/pylib/remote/device/dummy/dummy.gyp:12: 'target_name': 'remote_device_dummy_apk', On 2015/01/06 19:34:27, cjhopman wrote: > Please ...
5 years, 11 months ago (2015-01-06 20:23:53 UTC) #13
cjhopman
lgtm
5 years, 11 months ago (2015-01-06 20:58:34 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/833403002/60001
5 years, 11 months ago (2015-01-06 21:23:56 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-06 22:27:20 UTC) #17
commit-bot: I haz the power
5 years, 11 months ago (2015-01-06 22:28:09 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/335cbe5177b3d0ec5d5564b646cb1a7b814c26d2
Cr-Commit-Position: refs/heads/master@{#310159}

Powered by Google App Engine
This is Rietveld 408576698