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

Issue 1262673004: [Chromecast] Change chromecast_branding to public (Closed)

Created:
5 years, 4 months ago by yucliu1
Modified:
5 years, 4 months ago
Reviewers:
lcwu1, slan, byungchul, gunsch
CC:
chromium-reviews, gunsch+watch_chromium.org, lcwu+watch_chromium.org, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromecast] Change chromecast_branding to public Change chromecast_branding from Chrome/Chromium to public/internal/google in gyp file. "public" is the same as "Chromium" and the other two are considered as "Chrome". BUG= Committed: https://crrev.com/0f46bd94566380a99ecda0753f659b7e114e3d3d Cr-Commit-Position: refs/heads/master@{#341016}

Patch Set 1 #

Total comments: 7

Patch Set 2 : remove branding_as_chrome method #

Patch Set 3 : change GN #

Total comments: 2

Patch Set 4 : nit #

Total comments: 2

Patch Set 5 : wrap lines #

Total comments: 2

Patch Set 6 : quote #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -21 lines) Patch
M chromecast/base/BUILD.gn View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chromecast/chromecast.gni View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M chromecast/chromecast.gyp View 1 6 chunks +6 lines, -6 lines 0 comments Download
M chromecast/chromecast_locales.gyp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/chromecast_tests.gypi View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/base/BUILD.gn View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/media.gyp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/tools/build/chromecast_repack_locales.py View 1 2 3 4 5 3 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 33 (7 generated)
yucliu1
5 years, 4 months ago (2015-07-28 23:34:29 UTC) #2
byungchul
https://codereview.chromium.org/1262673004/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/1262673004/diff/1/chromecast/chromecast.gyp#newcode225 chromecast/chromecast.gyp:225: ['chromecast_branding_as_chrome==1 and use_chromecast_webui==1', { why not chromecast_branding!='public' as lcwu ...
5 years, 4 months ago (2015-07-28 23:43:34 UTC) #3
yucliu1
https://codereview.chromium.org/1262673004/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/1262673004/diff/1/chromecast/chromecast.gyp#newcode225 chromecast/chromecast.gyp:225: ['chromecast_branding_as_chrome==1 and use_chromecast_webui==1', { On 2015/07/28 23:43:34, byungchul wrote: ...
5 years, 4 months ago (2015-07-29 00:02:00 UTC) #4
yucliu1
https://codereview.chromium.org/1262673004/diff/1/chromecast/chromecast_locales.gyp File chromecast/chromecast_locales.gyp (right): https://codereview.chromium.org/1262673004/diff/1/chromecast/chromecast_locales.gyp#newcode60 chromecast/chromecast_locales.gyp:60: '<!@pymod_do_main(chromecast_repack_locales -i -b <(chromecast_branding_name) -g <(grit_out_dir) -x <(repack_output_dir) <(locales))' ...
5 years, 4 months ago (2015-07-29 00:19:21 UTC) #5
gunsch
Please consider also changing the GN files. +slan to note the GN files. I think ...
5 years, 4 months ago (2015-07-29 00:22:15 UTC) #7
yucliu1
https://codereview.chromium.org/1262673004/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/1262673004/diff/1/chromecast/chromecast.gyp#newcode225 chromecast/chromecast.gyp:225: ['chromecast_branding_as_chrome==1 and use_chromecast_webui==1', { On 2015/07/29 00:22:15, gunsch wrote: ...
5 years, 4 months ago (2015-07-29 00:23:56 UTC) #8
gunsch
https://codereview.chromium.org/1262673004/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/1262673004/diff/1/chromecast/chromecast.gyp#newcode225 chromecast/chromecast.gyp:225: ['chromecast_branding_as_chrome==1 and use_chromecast_webui==1', { On 2015/07/29 00:23:56, yucliu1 wrote: ...
5 years, 4 months ago (2015-07-29 00:31:04 UTC) #9
yucliu1
On 2015/07/29 00:22:15, gunsch wrote: > Please consider also changing the GN files. > > ...
5 years, 4 months ago (2015-07-29 00:56:33 UTC) #10
slan
On 2015/07/29 00:56:33, yucliu1 wrote: > On 2015/07/29 00:22:15, gunsch wrote: > > Please consider ...
5 years, 4 months ago (2015-07-29 01:00:47 UTC) #11
yucliu1
On 2015/07/29 01:00:47, slan wrote: > On 2015/07/29 00:56:33, yucliu1 wrote: > > On 2015/07/29 ...
5 years, 4 months ago (2015-07-29 04:22:13 UTC) #12
slan
> Is the GN build system ready to use? For upstream? For internal? Not yet. ...
5 years, 4 months ago (2015-07-29 04:39:58 UTC) #13
yucliu1
Update GN files.
5 years, 4 months ago (2015-07-29 18:08:08 UTC) #14
gunsch
lgtm % nit https://codereview.chromium.org/1262673004/diff/40001/chromecast/chromecast.gni File chromecast/chromecast.gni (right): https://codereview.chromium.org/1262673004/diff/40001/chromecast/chromecast.gni#newcode6 chromecast/chromecast.gni:6: # chromecast_branding is used to link ...
5 years, 4 months ago (2015-07-29 18:15:08 UTC) #15
byungchul
What happens for env name? Still setup_*chrome*_env_...? https://codereview.chromium.org/1262673004/diff/40001/chromecast/tools/build/chromecast_repack_locales.py File chromecast/tools/build/chromecast_repack_locales.py (right): https://codereview.chromium.org/1262673004/diff/40001/chromecast/tools/build/chromecast_repack_locales.py#newcode114 chromecast/tools/build/chromecast_repack_locales.py:114: if CHROMECAST_BRANDING ...
5 years, 4 months ago (2015-07-29 18:39:20 UTC) #16
yucliu1
On 2015/07/29 18:39:20, byungchul wrote: > What happens for env name? Still setup_*chrome*_env_...? > > ...
5 years, 4 months ago (2015-07-29 18:42:01 UTC) #17
slan
GN files lgtm
5 years, 4 months ago (2015-07-29 19:11:26 UTC) #18
yucliu1
More nit.
5 years, 4 months ago (2015-07-29 20:11:17 UTC) #19
byungchul
lgtm nits https://codereview.chromium.org/1262673004/diff/60001/chromecast/tools/build/chromecast_repack_locales.py File chromecast/tools/build/chromecast_repack_locales.py (right): https://codereview.chromium.org/1262673004/diff/60001/chromecast/tools/build/chromecast_repack_locales.py#newcode116 chromecast/tools/build/chromecast_repack_locales.py:116: CHROMECAST_BRANDING != "google"): prefer ' to " ...
5 years, 4 months ago (2015-07-29 20:20:58 UTC) #20
yucliu1
Wrap long lines https://codereview.chromium.org/1262673004/diff/60001/chromecast/tools/build/chromecast_repack_locales.py File chromecast/tools/build/chromecast_repack_locales.py (right): https://codereview.chromium.org/1262673004/diff/60001/chromecast/tools/build/chromecast_repack_locales.py#newcode116 chromecast/tools/build/chromecast_repack_locales.py:116: CHROMECAST_BRANDING != "google"): On 2015/07/29 20:20:58, ...
5 years, 4 months ago (2015-07-29 20:34:02 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1262673004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1262673004/80001
5 years, 4 months ago (2015-07-29 20:51:48 UTC) #24
byungchul
https://codereview.chromium.org/1262673004/diff/80001/chromecast/tools/build/chromecast_repack_locales.py File chromecast/tools/build/chromecast_repack_locales.py (right): https://codereview.chromium.org/1262673004/diff/80001/chromecast/tools/build/chromecast_repack_locales.py#newcode119 chromecast/tools/build/chromecast_repack_locales.py:119: "'public', 'internal' or 'google'.\n") Revert the change here. Outer ...
5 years, 4 months ago (2015-07-29 20:53:16 UTC) #25
yucliu1
https://codereview.chromium.org/1262673004/diff/80001/chromecast/tools/build/chromecast_repack_locales.py File chromecast/tools/build/chromecast_repack_locales.py (right): https://codereview.chromium.org/1262673004/diff/80001/chromecast/tools/build/chromecast_repack_locales.py#newcode119 chromecast/tools/build/chromecast_repack_locales.py:119: "'public', 'internal' or 'google'.\n") On 2015/07/29 20:53:16, byungchul wrote: ...
5 years, 4 months ago (2015-07-29 20:56:12 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1262673004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1262673004/100001
5 years, 4 months ago (2015-07-29 21:50:48 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 4 months ago (2015-07-29 23:26:59 UTC) #31
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/0f46bd94566380a99ecda0753f659b7e114e3d3d Cr-Commit-Position: refs/heads/master@{#341016}
5 years, 4 months ago (2015-07-29 23:27:50 UTC) #32
yucliu1
5 years, 4 months ago (2015-07-30 00:33:57 UTC) #33
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/1266723002/ by yucliu@chromium.org.

The reason for reverting is: Revert the CL temporary for TOT build. Checked in
again once the internal CLs are approved..

Powered by Google App Engine
This is Rietveld 408576698