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

Issue 1201163002: Remove hotword installation code at compile time if hotwording disabled. (Closed)

Created:
5 years, 6 months ago by Matt Giuca
Modified:
4 years, 4 months ago
Reviewers:
benzh, benwells, Nico, brettw
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, Anand Mistry (off Chromium), chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove hotword installation code at compile time if hotwording disabled. If enable_hotwording is false, the code to download/install the hotword shared module is compiled out. (This should not change behaviour; it was already disabled at run-time, this just removes the installation code from the build.) (Reland after r335843 was reverted.) BUG=491435, 504235, 546098

Patch Set 1 #

Patch Set 2 : Move ENABLE_HOTWORDING flag into common.gypi so it is available from c/b/extensions. #

Patch Set 3 : Same fix for GN builds. #

Total comments: 2

Patch Set 4 : Revert disabling HotwordServiceTest. #

Patch Set 5 : Rebase. #

Patch Set 6 : Rebase. #

Patch Set 7 : Fix merge mistakes. #

Patch Set 8 : Rebase. #

Patch Set 9 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -20 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M build/config/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M build/config/features.gni View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -11 lines 0 comments Download
M chrome/browser/extensions/external_component_loader.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/search/hotword_service_unittest.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 29 (5 generated)
Matt Giuca
5 years, 6 months ago (2015-06-23 08:45:59 UTC) #2
benwells
lgtm
5 years, 6 months ago (2015-06-23 23:44:27 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1201163002/1
5 years, 6 months ago (2015-06-24 00:10:03 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 6 months ago (2015-06-24 01:25:21 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/a38832be9fef269ae1f3a191a9b69432aaf680c4 Cr-Commit-Position: refs/heads/master@{#335843}
5 years, 6 months ago (2015-06-24 01:26:49 UTC) #7
Matt Giuca
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/1199343003/ by mgiuca@chromium.org. ...
5 years, 6 months ago (2015-06-24 03:53:01 UTC) #8
Matt Giuca
thakis@chromium.org: Please review changes in *.gn, *.gni, *.gypi. (Had to move the define up to ...
5 years, 6 months ago (2015-06-24 06:02:05 UTC) #10
Nico
https://codereview.chromium.org/1201163002/diff/40001/build/config/BUILD.gn File build/config/BUILD.gn (right): https://codereview.chromium.org/1201163002/diff/40001/build/config/BUILD.gn#newcode40 build/config/BUILD.gn:40: # define, but anything that doesn't depend on X11 ...
5 years, 6 months ago (2015-06-24 19:34:05 UTC) #11
Matt Giuca
+brettw for comment on BUILD.gn:40. https://codereview.chromium.org/1201163002/diff/40001/build/config/BUILD.gn File build/config/BUILD.gn (right): https://codereview.chromium.org/1201163002/diff/40001/build/config/BUILD.gn#newcode40 build/config/BUILD.gn:40: # define, but anything ...
5 years, 6 months ago (2015-06-25 03:13:18 UTC) #13
brettw
Since it's global in GYP, generally it's best for the GN build to match. So ...
5 years, 6 months ago (2015-06-25 22:39:43 UTC) #14
Matt Giuca
On 2015/06/25 22:39:43, brettw wrote: > Since it's global in GYP, generally it's best for ...
5 years, 6 months ago (2015-06-26 03:36:24 UTC) #15
Nico
On 2015/06/26 03:36:24, Matt Giuca wrote: > On 2015/06/25 22:39:43, brettw wrote: > > Since ...
5 years, 6 months ago (2015-06-26 04:30:39 UTC) #16
Matt Giuca
Sorry I didn't get to this sooner... I lost touch with this CL until Evan ...
5 years, 1 month ago (2015-10-26 04:26:02 UTC) #18
brettw
These days, it looks like it's used in exactly one file. Did we remove hotwording? ...
5 years, 1 month ago (2015-10-26 09:15:01 UTC) #19
Matt Giuca
On 2015/10/26 09:15:01, brettw wrote: > These days, it looks like it's used in exactly ...
5 years, 1 month ago (2015-10-26 23:59:26 UTC) #20
Nico
all_dependent_settings get applied to all targets (transitively) depending on the target that contains that. So ...
5 years, 1 month ago (2015-10-27 00:05:06 UTC) #21
Matt Giuca
On 2015/10/27 00:05:06, Nico wrote: > all_dependent_settings get applied to all targets (transitively) depending on ...
5 years, 1 month ago (2015-10-27 07:26:57 UTC) #22
brettw
I'm working on a proposal to make this better, will post in a bit.
5 years, 1 month ago (2015-11-17 20:29:36 UTC) #23
benzh
On 2015/11/17 20:29:36, brettw (ping on IM after 24h) wrote: > I'm working on a ...
4 years, 4 months ago (2016-07-29 21:54:59 UTC) #24
brettw
You should use the new buildflag system which will cause compiler errors if you screw ...
4 years, 4 months ago (2016-08-01 18:06:27 UTC) #25
benzh
On 2016/08/01 18:06:27, brettw (ping on IM after 24h) wrote: > You should use the ...
4 years, 4 months ago (2016-08-02 01:42:42 UTC) #26
Matt Giuca
On 2016/08/02 01:42:42, benzh wrote: > On 2016/08/01 18:06:27, brettw (ping on IM after 24h) ...
4 years, 4 months ago (2016-08-02 01:43:28 UTC) #27
benzh
On 2016/08/02 01:43:28, Matt Giuca wrote: > On 2016/08/02 01:42:42, benzh wrote: > > On ...
4 years, 4 months ago (2016-08-02 01:52:22 UTC) #28
Matt Giuca
4 years, 4 months ago (2016-08-02 03:02:19 UTC) #29
Message was sent while issue was closed.
Great, closed!

Powered by Google App Engine
This is Rietveld 408576698