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

Issue 1663103004: Create wrapper scripts that set --output-directory (Closed)

Created:
4 years, 10 months ago by agrieve
Modified:
4 years, 10 months ago
CC:
chromium-reviews, jbudorick+watch_chromium.org, mikecase+watch_chromium.org, jbudorick, pasko
Base URL:
https://chromium.googlesource.com/chromium/src.git@adb_gdb-explicit
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create wrapper scripts that set --output-directory For: - build/android/adb_gdb* - build/android/asan_symbolize.py - build/android/tombstones.py - third_party/android_platform/development/scripts/stack - tools/perf/run_benchmark BUG=573345 Committed: https://crrev.com/b8d204bc1b7018d3f32f0dda59d4b41655e67349 Cr-Commit-Position: refs/heads/master@{#374964}

Patch Set 1 #

Total comments: 5

Patch Set 2 : rename script and remove stale comment #

Total comments: 4

Patch Set 3 : review comments & run_benchmark #

Total comments: 2

Patch Set 4 : todo + adb_gdb #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -15 lines) Patch
M build/android/BUILD.gn View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A build/android/gyp/create_tool_wrapper.py View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
M build/config/android/rules.gni View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
M third_party/android_platform/BUILD.gn View 1 2 2 chunks +13 lines, -5 lines 0 comments Download
M tools/android/BUILD.gn View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M tools/perf/BUILD.gn View 1 2 1 chunk +21 lines, -10 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 25 (9 generated)
agrieve
Wrapper scripts.
4 years, 10 months ago (2016-02-03 19:42:34 UTC) #2
jbudorick
https://codereview.chromium.org/1663103004/diff/1/build/android/gyp/create_tool_script.py File build/android/gyp/create_tool_script.py (right): https://codereview.chromium.org/1663103004/diff/1/build/android/gyp/create_tool_script.py#newcode1 build/android/gyp/create_tool_script.py:1: #!/usr/bin/env python It'd be nice if this could share ...
4 years, 10 months ago (2016-02-03 19:46:28 UTC) #3
agrieve
Renamed the script to "create_tool_wrapper" https://codereview.chromium.org/1663103004/diff/1/build/android/gyp/create_tool_script.py File build/android/gyp/create_tool_script.py (right): https://codereview.chromium.org/1663103004/diff/1/build/android/gyp/create_tool_script.py#newcode1 build/android/gyp/create_tool_script.py:1: #!/usr/bin/env python On 2016/02/03 ...
4 years, 10 months ago (2016-02-04 19:27:00 UTC) #4
agrieve
🐱
4 years, 10 months ago (2016-02-04 19:28:25 UTC) #6
agrieve
On 2016/02/04 19:28:25, agrieve wrote: > 🐱 bump
4 years, 10 months ago (2016-02-08 15:11:54 UTC) #7
jbudorick
lgtm w/ location question https://codereview.chromium.org/1663103004/diff/1/build/android/gyp/create_tool_script.py File build/android/gyp/create_tool_script.py (right): https://codereview.chromium.org/1663103004/diff/1/build/android/gyp/create_tool_script.py#newcode1 build/android/gyp/create_tool_script.py:1: #!/usr/bin/env python On 2016/02/04 19:27:00, ...
4 years, 10 months ago (2016-02-08 16:14:18 UTC) #8
watk
Just noticed an out of date comment https://codereview.chromium.org/1663103004/diff/20001/build/android/gyp/create_tool_wrapper.py File build/android/gyp/create_tool_wrapper.py (right): https://codereview.chromium.org/1663103004/diff/20001/build/android/gyp/create_tool_wrapper.py#newcode16 build/android/gyp/create_tool_wrapper.py:16: # This ...
4 years, 10 months ago (2016-02-09 01:06:59 UTC) #10
rmcilroy
lgtm https://codereview.chromium.org/1663103004/diff/20001/tools/android/wrapper_script.gni File tools/android/wrapper_script.gni (right): https://codereview.chromium.org/1663103004/diff/20001/tools/android/wrapper_script.gni#newcode7 tools/android/wrapper_script.gni:7: template("wrapper_script") { On 2016/02/08 16:14:18, jbudorick wrote: > ...
4 years, 10 months ago (2016-02-09 21:44:02 UTC) #11
agrieve
Moved it right into rules.gni (makes sense). Also added a wrapper for tools/perf/run_benchmark https://codereview.chromium.org/1663103004/diff/20001/tools/android/wrapper_script.gni File ...
4 years, 10 months ago (2016-02-10 04:02:05 UTC) #12
agrieve
nednguyen@google.com: Please review changes in tools/perf
4 years, 10 months ago (2016-02-10 04:02:21 UTC) #14
nednguyen
lgtm
4 years, 10 months ago (2016-02-10 04:09:24 UTC) #16
Yaron
lgtm https://codereview.chromium.org/1663103004/diff/40001/build/android/BUILD.gn File build/android/BUILD.gn (right): https://codereview.chromium.org/1663103004/diff/40001/build/android/BUILD.gn#newcode102 build/android/BUILD.gn:102: "adb_gdb", seems strange to wrap this particular script.. ...
4 years, 10 months ago (2016-02-11 18:36:46 UTC) #17
agrieve
Also added a TODO() about generating adb_gdb commands for android_apk()s. https://codereview.chromium.org/1663103004/diff/40001/build/android/BUILD.gn File build/android/BUILD.gn (right): https://codereview.chromium.org/1663103004/diff/40001/build/android/BUILD.gn#newcode102 ...
4 years, 10 months ago (2016-02-11 18:39:47 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1663103004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663103004/60001
4 years, 10 months ago (2016-02-11 18:41:14 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-11 20:15:56 UTC) #23
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:37:24 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b8d204bc1b7018d3f32f0dda59d4b41655e67349
Cr-Commit-Position: refs/heads/master@{#374964}

Powered by Google App Engine
This is Rietveld 408576698