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

Issue 310413003: Move adb_profile_chrome under tools/android/ (Closed)

Created:
6 years, 6 months ago by Sami
Modified:
6 years, 6 months ago
Reviewers:
Dominik Grewe, bulach
CC:
bulach+watch_chromium.org, chromium-reviews, ilevy-cc_chromium.org, klundberg+watch_chromium.org, yfriedman+watch_chromium.org
Visibility:
Public.

Description

Move adb_profile_chrome under tools/android/ Move adb_profile_chrome from build/android/ to tools/android/ to make its purpose clearer. BUG=375754 TEST=tools/android/adb_profile_chrome/run_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276779 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277031

Patch Set 1 #

Patch Set 2 : Everyday I'm shuffling. #

Patch Set 3 : Add shebang and exec bit temporarily. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -1158 lines) Patch
M build/android/adb_profile_chrome View 1 1 chunk +1 line, -1 line 0 comments Download
D build/android/adb_profile_chrome.py View 1 chunk +0 lines, -13 lines 0 comments Download
D build/android/chrome_profiler/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D build/android/chrome_profiler/chrome_controller.py View 1 chunk +0 lines, -102 lines 0 comments Download
D build/android/chrome_profiler/chrome_controller_unittest.py View 1 chunk +0 lines, -46 lines 0 comments Download
D build/android/chrome_profiler/controllers.py View 1 chunk +0 lines, -16 lines 0 comments Download
D build/android/chrome_profiler/controllers_unittest.py View 1 chunk +0 lines, -23 lines 0 comments Download
D build/android/chrome_profiler/main.py View 1 chunk +0 lines, -250 lines 0 comments Download
D build/android/chrome_profiler/perf_controller.py View 1 1 chunk +0 lines, -186 lines 0 comments Download
D build/android/chrome_profiler/perf_controller_unittest.py View 1 chunk +0 lines, -38 lines 0 comments Download
D build/android/chrome_profiler/profiler.py View 1 chunk +0 lines, -83 lines 0 comments Download
D build/android/chrome_profiler/profiler_unittest.py View 1 chunk +0 lines, -78 lines 0 comments Download
D build/android/chrome_profiler/run_tests View 1 chunk +0 lines, -3 lines 0 comments Download
D build/android/chrome_profiler/systrace_controller.py View 1 chunk +0 lines, -95 lines 0 comments Download
D build/android/chrome_profiler/systrace_controller_unittest.py View 1 chunk +0 lines, -36 lines 0 comments Download
D build/android/chrome_profiler/trace_packager.py View 1 chunk +0 lines, -94 lines 0 comments Download
D build/android/chrome_profiler/trace_packager_unittest.py View 1 chunk +0 lines, -35 lines 0 comments Download
D build/android/chrome_profiler/ui.py View 1 chunk +0 lines, -25 lines 0 comments Download
D build/android/chrome_profiler/util.py View 1 chunk +0 lines, -8 lines 0 comments Download
A + tools/android/adb_profile_chrome.py View 1 1 chunk +1 line, -1 line 0 comments Download
A tools/android/adb_profile_chrome/__init__.py View 1 1 chunk +8 lines, -0 lines 0 comments Download
A + tools/android/adb_profile_chrome/chrome_controller.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + tools/android/adb_profile_chrome/chrome_controller_unittest.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/android/adb_profile_chrome/controllers.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/android/adb_profile_chrome/controllers_unittest.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + tools/android/adb_profile_chrome/main.py View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
A + tools/android/adb_profile_chrome/perf_controller.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/android/adb_profile_chrome/perf_controller_unittest.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/android/adb_profile_chrome/profiler.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/android/adb_profile_chrome/profiler_unittest.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
A tools/android/adb_profile_chrome/run_tests View 1 1 chunk +3 lines, -0 lines 0 comments Download
A + tools/android/adb_profile_chrome/systrace_controller.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/android/adb_profile_chrome/systrace_controller_unittest.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/android/adb_profile_chrome/trace_packager.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + tools/android/adb_profile_chrome/trace_packager_unittest.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + tools/android/adb_profile_chrome/ui.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/android/adb_profile_chrome/util.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler.py View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Sami
How do you like this organization?
6 years, 6 months ago (2014-06-04 15:49:47 UTC) #1
Sami
On 2014/06/04 at 15:49:47, Sami wrote: > How do you like this organization? Ping, WDYT?-)
6 years, 6 months ago (2014-06-10 14:01:27 UTC) #2
bulach
lgtm, but if I may... :) ADB_TRACE=1 adb shell ls I'd suggest renaming to just ...
6 years, 6 months ago (2014-06-10 14:51:55 UTC) #3
Sami
On 2014/06/10 at 14:51:55, bulach wrote: > lgtm, but if I may... :) > > ...
6 years, 6 months ago (2014-06-10 15:05:00 UTC) #4
bulach
On 2014/06/10 15:05:00, Sami wrote: > On 2014/06/10 at 14:51:55, bulach wrote: > > lgtm, ...
6 years, 6 months ago (2014-06-10 15:10:58 UTC) #5
Sami
On 2014/06/10 at 15:10:58, bulach wrote: > I'd remove the "adb_" prefix, since it's under ...
6 years, 6 months ago (2014-06-12 15:38:01 UTC) #6
Dominik Grewe
On 2014/06/12 15:38:01, Sami wrote: > On 2014/06/10 at 15:10:58, bulach wrote: > > I'd ...
6 years, 6 months ago (2014-06-12 16:19:49 UTC) #7
Sami
On 2014/06/12 at 16:19:49, dominikg wrote: > You might want to change the subject according ...
6 years, 6 months ago (2014-06-12 16:34:28 UTC) #8
Sami
The CQ bit was checked by skyostil@chromium.org
6 years, 6 months ago (2014-06-12 16:34:35 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@chromium.org/310413003/20001
6 years, 6 months ago (2014-06-12 16:35:58 UTC) #10
commit-bot: I haz the power
Change committed as 276779
6 years, 6 months ago (2014-06-12 19:52:35 UTC) #11
please use gerrit instead
A revert of this patch was created in https://codereview.chromium.org/330713002/ Reason for the revert: Appears to ...
6 years, 6 months ago (2014-06-12 20:23:12 UTC) #12
Sami
On 2014/06/12 20:23:12, Rouslan Solomakhin wrote: > A revert of this patch was created in ...
6 years, 6 months ago (2014-06-13 10:48:31 UTC) #13
Sami
The CQ bit was checked by skyostil@chromium.org
6 years, 6 months ago (2014-06-13 10:52:00 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@chromium.org/310413003/40001
6 years, 6 months ago (2014-06-13 10:53:51 UTC) #15
Sami
Opened an infra bug: https://code.google.com/p/chromium/issues/detail?id=384293
6 years, 6 months ago (2014-06-13 10:54:44 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-13 14:18:54 UTC) #17
commit-bot: I haz the power
6 years, 6 months ago (2014-06-13 16:27:30 UTC) #18
Message was sent while issue was closed.
Change committed as 277031

Powered by Google App Engine
This is Rietveld 408576698