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

Issue 1910133002: [iOS/Mac/GN] The framework_bundle template should not force dependencies to link it. (Closed)

Created:
4 years, 8 months ago by Robert Sesek
Modified:
4 years, 8 months ago
Reviewers:
brettw, sdefresne
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[iOS/Mac/GN] The framework_bundle template should not force dependencies to link it. Several targets require a build-time dependency on a framework bundle, but not a link-time one. This can be if the target is only using the framework for its resources or if it dlopen()s it at run-time. framework_bundle now adds another target (target_name+link) that can be used if something wants a link-time dependency on the framework bundle. By default, only a build-time dependency is created. BUG=297668 R=sdefresne@chromium.org,brettw@chromium.org Committed: https://crrev.com/152572b1ae44de42b011c667c1d8bf317810851e Cr-Commit-Position: refs/heads/master@{#389528}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : Documentation #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -16 lines) Patch
M build/config/ios/rules.gni View 1 2 4 5 chunks +48 lines, -3 lines 0 comments Download
M build/config/mac/rules.gni View 1 2 3 4 8 chunks +101 lines, -12 lines 0 comments Download
M ios/third_party/earl_grey/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (7 generated)
Robert Sesek
4 years, 8 months ago (2016-04-21 20:07:41 UTC) #5
brettw
lgtm https://codereview.chromium.org/1910133002/diff/100001/build/config/ios/rules.gni File build/config/ios/rules.gni (right): https://codereview.chromium.org/1910133002/diff/100001/build/config/ios/rules.gni#newcode17 build/config/ios/rules.gni:17: # are also supported by this template. Can ...
4 years, 8 months ago (2016-04-21 20:27:55 UTC) #6
sdefresne
https://codereview.chromium.org/1910133002/diff/100001/build/config/mac/rules.gni File build/config/mac/rules.gni (left): https://codereview.chromium.org/1910133002/diff/100001/build/config/mac/rules.gni#oldcode84 build/config/mac/rules.gni:84: cflags_objc = common_flags I think we need -F in ...
4 years, 8 months ago (2016-04-22 07:59:48 UTC) #7
Robert Sesek
https://codereview.chromium.org/1910133002/diff/100001/build/config/ios/rules.gni File build/config/ios/rules.gni (right): https://codereview.chromium.org/1910133002/diff/100001/build/config/ios/rules.gni#newcode17 build/config/ios/rules.gni:17: # are also supported by this template. On 2016/04/21 ...
4 years, 8 months ago (2016-04-22 15:27:07 UTC) #8
Robert Sesek
sdefresne: PTAL
4 years, 8 months ago (2016-04-25 14:57:18 UTC) #9
sdefresne
lgtm https://codereview.chromium.org/1910133002/diff/120001/build/config/mac/rules.gni File build/config/mac/rules.gni (right): https://codereview.chromium.org/1910133002/diff/120001/build/config/mac/rules.gni#newcode87 build/config/mac/rules.gni:87: # Note that the framework is sitll copied ...
4 years, 8 months ago (2016-04-25 16:47:53 UTC) #10
Robert Sesek
Thanks! https://codereview.chromium.org/1910133002/diff/120001/build/config/mac/rules.gni File build/config/mac/rules.gni (right): https://codereview.chromium.org/1910133002/diff/120001/build/config/mac/rules.gni#newcode87 build/config/mac/rules.gni:87: # Note that the framework is sitll copied ...
4 years, 8 months ago (2016-04-25 17:47:45 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1910133002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1910133002/160001
4 years, 8 months ago (2016-04-25 18:02:50 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:160001)
4 years, 8 months ago (2016-04-25 18:53:26 UTC) #15
commit-bot: I haz the power
4 years, 8 months ago (2016-04-25 18:54:30 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/152572b1ae44de42b011c667c1d8bf317810851e
Cr-Commit-Position: refs/heads/master@{#389528}

Powered by Google App Engine
This is Rietveld 408576698