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

Issue 1982463002: [Mac/GN] Treat create_bundle as a leaf for `gn desc runtime_deps`. (Closed)

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

Description

[Mac/GN] Treat create_bundle as a leaf for `gn desc runtime_deps`. BUG=611414 R=brettw@chromium.org,dpranke@chromium.org,sdefresne@chromium.org Committed: https://crrev.com/903e2b85c71675f83767ac9b1687087382b49f39 Cr-Commit-Position: refs/heads/master@{#394840}

Patch Set 1 : #

Total comments: 5

Patch Set 2 : Return as dir #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -0 lines) Patch
M tools/gn/bundle_data.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tools/gn/bundle_data.cc View 1 1 chunk +5 lines, -0 lines 3 comments Download
M tools/gn/runtime_deps.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M tools/gn/runtime_deps_unittest.cc View 1 1 chunk +77 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (3 generated)
Robert Sesek
4 years, 7 months ago (2016-05-13 21:42:54 UTC) #2
Dirk Pranke
https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc File tools/gn/runtime_deps.cc (right): https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc#newcode111 tools/gn/runtime_deps.cc:111: target->bundle_data().GetBundleRootDirOutput(target->settings()); Do you know if this gets reflected as ...
4 years, 7 months ago (2016-05-13 22:16:14 UTC) #3
Robert Sesek
https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc File tools/gn/runtime_deps.cc (right): https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc#newcode111 tools/gn/runtime_deps.cc:111: target->bundle_data().GetBundleRootDirOutput(target->settings()); On 2016/05/13 22:16:14, Dirk Pranke wrote: > Do ...
4 years, 7 months ago (2016-05-13 22:52:27 UTC) #4
Dirk Pranke
On 2016/05/13 22:52:27, Robert Sesek wrote: > https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc > File tools/gn/runtime_deps.cc (right): > > https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc#newcode111 ...
4 years, 7 months ago (2016-05-13 23:37:38 UTC) #5
Dirk Pranke
https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc File tools/gn/runtime_deps.cc (right): https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc#newcode111 tools/gn/runtime_deps.cc:111: target->bundle_data().GetBundleRootDirOutput(target->settings()); On 2016/05/13 22:52:26, Robert Sesek wrote: > On ...
4 years, 7 months ago (2016-05-14 02:54:22 UTC) #6
sdefresne
https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc File tools/gn/runtime_deps.cc (right): https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc#newcode111 tools/gn/runtime_deps.cc:111: target->bundle_data().GetBundleRootDirOutput(target->settings()); On 2016/05/14 02:54:22, Dirk Pranke wrote: > On ...
4 years, 7 months ago (2016-05-17 08:43:29 UTC) #7
Robert Sesek
https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc File tools/gn/runtime_deps.cc (right): https://codereview.chromium.org/1982463002/diff/20001/tools/gn/runtime_deps.cc#newcode111 tools/gn/runtime_deps.cc:111: target->bundle_data().GetBundleRootDirOutput(target->settings()); On 2016/05/17 08:43:28, sdefresne wrote: > On 2016/05/14 ...
4 years, 7 months ago (2016-05-17 18:32:04 UTC) #8
sdefresne
https://codereview.chromium.org/1982463002/diff/40001/tools/gn/bundle_data.cc File tools/gn/bundle_data.cc (right): https://codereview.chromium.org/1982463002/diff/40001/tools/gn/bundle_data.cc#newcode135 tools/gn/bundle_data.cc:135: return SourceDir(GetBundleRootDirOutput(settings).value()); I think you need to add the ...
4 years, 7 months ago (2016-05-17 18:45:36 UTC) #9
Robert Sesek
https://codereview.chromium.org/1982463002/diff/40001/tools/gn/bundle_data.cc File tools/gn/bundle_data.cc (right): https://codereview.chromium.org/1982463002/diff/40001/tools/gn/bundle_data.cc#newcode135 tools/gn/bundle_data.cc:135: return SourceDir(GetBundleRootDirOutput(settings).value()); On 2016/05/17 18:45:36, sdefresne wrote: > I ...
4 years, 7 months ago (2016-05-17 18:49:34 UTC) #10
sdefresne
lgtm https://codereview.chromium.org/1982463002/diff/40001/tools/gn/bundle_data.cc File tools/gn/bundle_data.cc (right): https://codereview.chromium.org/1982463002/diff/40001/tools/gn/bundle_data.cc#newcode135 tools/gn/bundle_data.cc:135: return SourceDir(GetBundleRootDirOutput(settings).value()); On 2016/05/17 18:49:34, Robert Sesek wrote: ...
4 years, 7 months ago (2016-05-18 08:08:41 UTC) #11
Robert Sesek
dpranke: Thoughts, or should we wait for brettw?
4 years, 7 months ago (2016-05-19 14:56:15 UTC) #12
Dirk Pranke
lgtm. I don't think we need to wait for brettw@ for this.
4 years, 7 months ago (2016-05-19 18:43:23 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1982463002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1982463002/40001
4 years, 7 months ago (2016-05-19 18:44:19 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 7 months ago (2016-05-19 19:43:43 UTC) #16
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 19:46:19 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/903e2b85c71675f83767ac9b1687087382b49f39
Cr-Commit-Position: refs/heads/master@{#394840}

Powered by Google App Engine
This is Rietveld 408576698