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

Issue 11137023: Remove redundant command line option. (Closed)

Created:
8 years, 2 months ago by shashi
Modified:
8 years, 2 months ago
Reviewers:
navabi1, Yaron, Isaac (away)
CC:
chromium-reviews, peter+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

Remove redundant command line option. --sdk option is no longer used or needed. BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163456

Patch Set 1 #

Total comments: 8

Patch Set 2 : more removal #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -69 lines) Patch
M build/android/envsetup.sh View 1 2 chunks +2 lines, -13 lines 0 comments Download
M build/android/envsetup_functions.sh View 1 3 chunks +1 line, -56 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
shashi
8 years, 2 months ago (2012-10-15 22:15:33 UTC) #1
shashi
https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup.sh File build/android/envsetup.sh (left): https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup.sh#oldcode25 build/android/envsetup.sh:25: -s | --sdk ) export ANDROID_SDK_BUILD=1 ; shift ;; ...
8 years, 2 months ago (2012-10-15 22:29:20 UTC) #2
Yaron
https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup.sh File build/android/envsetup.sh (left): https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup.sh#oldcode25 build/android/envsetup.sh:25: -s | --sdk ) export ANDROID_SDK_BUILD=1 ; shift ;; ...
8 years, 2 months ago (2012-10-15 22:47:01 UTC) #3
shashi
https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup_functions.sh#newcode244 build/android/envsetup_functions.sh:244: non_sdk_build_init() { On 2012/10/15 22:47:01, Yaron wrote: > Why ...
8 years, 2 months ago (2012-10-15 22:54:50 UTC) #4
Yaron
https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup_functions.sh#newcode244 build/android/envsetup_functions.sh:244: non_sdk_build_init() { On 2012/10/15 22:54:50, shashi wrote: > On ...
8 years, 2 months ago (2012-10-15 23:11:32 UTC) #5
shashi
https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup_functions.sh#newcode244 build/android/envsetup_functions.sh:244: non_sdk_build_init() { Just verified you are right :). Fixing ...
8 years, 2 months ago (2012-10-15 23:37:33 UTC) #6
shashi
https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): https://chromiumcodereview.appspot.com/11137023/diff/1/build/android/envsetup_functions.sh#newcode244 build/android/envsetup_functions.sh:244: non_sdk_build_init() { Done. With Frank's change, this should be ...
8 years, 2 months ago (2012-10-16 23:00:49 UTC) #7
shashi
PTAL.
8 years, 2 months ago (2012-10-22 18:51:19 UTC) #8
Isaac (away)
lgtm
8 years, 2 months ago (2012-10-22 20:19:15 UTC) #9
Yaron
lgtm I'm hoping we can continue to clean up/remove these configurations.
8 years, 2 months ago (2012-10-22 20:21:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shashishekhar@chromium.org/11137023/9001
8 years, 2 months ago (2012-10-22 20:24:26 UTC) #11
commit-bot: I haz the power
Retried try job too often for step(s) sync_integration_tests
8 years, 2 months ago (2012-10-22 21:59:15 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shashishekhar@chromium.org/11137023/9001
8 years, 2 months ago (2012-10-22 22:01:49 UTC) #13
commit-bot: I haz the power
Change committed as 163456
8 years, 2 months ago (2012-10-23 00:29:15 UTC) #14
johnme
I had to revert part of this downstream during the merge. See: https://gerrit-int.chromium.org/gitweb?p=clank/chromium.git;a=commitdiff;h=133a88610121b43dda5df0640d9cd1b78a88bd30 Specifically, the ...
8 years, 2 months ago (2012-10-24 18:45:51 UTC) #15
shashi
8 years, 2 months ago (2012-10-24 18:55:43 UTC) #16
I have a CL specifically for removing this, which is under review.
This should not affect any bots since webkit bot no longer relies on this
parameter and all others use --sdk parameter.
On 2012/10/24 18:45:51, johnme wrote:
> I had to revert part of this downstream during the merge.
> 
> See:
>
https://gerrit-int.chromium.org/gitweb?p=clank/chromium.git;a=commitdiff;h=13...
> 
> Specifically, the --no-sdk parameter added by
> https://gerrit-int.chromium.org/26463 is still being referenced by
> clank/build/clank_buildbot.sh, so I had to preserve its functionality.
> 
> Once no bots use non-SDK builds, --no-sdk should be removed from
> clank_buildbot.sh, and this should be re-landed downstream.

Powered by Google App Engine
This is Rietveld 408576698