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

Issue 1232343006: components: Fix 'gn check' errors for omnibox. (Closed)

Created:
5 years, 5 months ago by tfarina
Modified:
5 years, 5 months ago
CC:
chromium-reviews, Dirk Pranke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

components: Fix 'gn check' errors for omnibox. Tested on Linux with the following command lines: $ gn gen out-gn/Release --args='is_debug=false is_component_build=false symbol_level=1' $ gn check out-gn/Release //components/omnibox/* BUG=367595, 376000 TEST=see above R=brettw@chromium.org,pkasting@chromium.org,skuhne@chromium.org TBR=brettw@chromium.org Committed: https://crrev.com/fc240d37b0b23e1284ed943ea2a0830464190e20 Cr-Commit-Position: refs/heads/master@{#339156}

Patch Set 1 #

Patch Set 2 : fix link failure of components_unittests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -3 lines) Patch
M .gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/BUILD.gn View 1 1 chunk +2 lines, -1 line 0 comments Download
M components/omnibox/browser/BUILD.gn View 4 chunks +9 lines, -0 lines 0 comments Download
M components/sessions/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
tfarina
.gn -> brettw omnibox -> pkasting sessions -> skuhne
5 years, 5 months ago (2015-07-13 20:34:58 UTC) #1
Peter Kasting
RS LGTM
5 years, 5 months ago (2015-07-13 20:59:31 UTC) #2
Mr4D (OOO till 08-26)
lgtm
5 years, 5 months ago (2015-07-15 16:30:54 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232343006/20001
5 years, 5 months ago (2015-07-16 21:07:29 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 5 months ago (2015-07-16 23:01:19 UTC) #7
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/fc240d37b0b23e1284ed943ea2a0830464190e20 Cr-Commit-Position: refs/heads/master@{#339156}
5 years, 5 months ago (2015-07-16 23:02:51 UTC) #8
loyso (OOO)
On 2015/07/16 23:02:51, commit-bot: I haz the power wrote: > Patchset 2 (id:??) landed as ...
5 years, 5 months ago (2015-07-17 02:05:59 UTC) #9
kelvinp
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1240843004/ by kelvinp@chromium.org. ...
5 years, 5 months ago (2015-07-17 17:13:07 UTC) #10
brettw
I think you actually want to depend on //components/sessions (not "shared"). shared is a source ...
5 years, 5 months ago (2015-07-17 17:16:44 UTC) #11
tfarina
But that is the problem. components/sessions/session_id.h is declared in 'shared', not in 'sessions', components/omnibox/browser/omnibox_log.h includes ...
5 years, 5 months ago (2015-07-17 17:21:11 UTC) #12
brettw
You can just make shared in a public_deps section to forward the ability to include ...
5 years, 5 months ago (2015-07-17 19:51:53 UTC) #13
tfarina
5 years, 5 months ago (2015-07-20 20:46:57 UTC) #14
Message was sent while issue was closed.
On 2015/07/17 19:51:53, brettw wrote:
> You can just make shared in a public_deps section to forward the ability to
> include files.
OK. I will look into that now.

Powered by Google App Engine
This is Rietveld 408576698