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

Issue 376773002: GN: Give static_libs with common names unique output_name (Closed)

Created:
6 years, 5 months ago by jamesr
Modified:
6 years, 5 months ago
Reviewers:
brettw, Nico
CC:
chromium-reviews, cbentzel+watch_chromium.org, benquan, jam, browser-components-watch_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Project:
chromium
Visibility:
Public.

Description

GN: Give static_libs with common names unique output_name On mac static libs all go into the same output and so they need unique names in order to avoid having multiple rules attempting to produce the same output.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M build/secondary/chrome/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/net/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/browser/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M components/autofill/content/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/renderer/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M components/autofill/core/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/core/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M content/test/BUILD.gn View 1 chunk +2 lines, -1 line 0 comments Download
M ui/web_dialogs/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ui/wm/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jamesr
This is on top of https://codereview.chromium.org/353113002/
6 years, 5 months ago (2014-07-08 05:26:25 UTC) #1
brettw
Do you know why we use a different directory this? I just copied it from ...
6 years, 5 months ago (2014-07-08 21:33:09 UTC) #2
jamesr
On 2014/07/08 21:33:09, brettw wrote: > Do you know why we use a different directory ...
6 years, 5 months ago (2014-07-09 01:13:50 UTC) #3
jamesr
That just moves it around, looks like this originally dates from https://codereview.chromium.org/9014002/diff/6001/pylib/gyp/generator/ninja.py?context=&column_width=80 / https://code.google.com/p/gyp/source/detail?r=1112. If ...
6 years, 5 months ago (2014-07-09 01:24:03 UTC) #4
Nico
On Tue, Jul 8, 2014 at 6:13 PM, <jamesr@chromium.org> wrote: > On 2014/07/08 21:33:09, brettw ...
6 years, 5 months ago (2014-07-09 01:24:33 UTC) #5
jamesr
On 2014/07/09 01:24:33, Nico (away) wrote: > On Tue, Jul 8, 2014 at 6:13 PM, ...
6 years, 5 months ago (2014-07-09 01:27:48 UTC) #6
Nico
On Tue, Jul 8, 2014 at 6:27 PM, <jamesr@chromium.org> wrote: > On 2014/07/09 01:24:33, Nico ...
6 years, 5 months ago (2014-07-09 01:35:32 UTC) #7
jamesr
I'm asking if it matters in chromium, not in gyp. The GN on mac behavior ...
6 years, 5 months ago (2014-07-09 01:42:58 UTC) #8
Nico
I'd expect it to matter in minor ways in chromium's gyp files (due to copy ...
6 years, 5 months ago (2014-07-09 01:46:33 UTC) #9
jamesr
6 years, 5 months ago (2014-07-09 01:58:41 UTC) #10
OK - closing this in favor of https://codereview.chromium.org/378123002/.

Powered by Google App Engine
This is Rietveld 408576698