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

Issue 1331193002: Use a source_set instead of static_library for libdart_embedder_noio (Closed)

Created:
5 years, 3 months ago by Cutch
Modified:
5 years, 3 months ago
Reviewers:
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use a source_set instead of static_library for libdart_embedder_noio Some linkers (like libtool) complain when trying to create a static_library with no sources. A source_set communicates the same thing to GN without upsetting the linker. patch from issue 1313973005 at patchset 1 (http://crrev.com/1313973005#ps1) BUG= Committed: https://github.com/dart-lang/sdk/commit/38ab14f73428cb8252e26183046693299f2ff41b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M runtime/bin/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Cutch
5 years, 3 months ago (2015-09-10 16:33:06 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
38ab14f73428cb8252e26183046693299f2ff41b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698