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

Issue 396753006: Work around a Gyp bug by creating a stamp file for the http package. (Closed)

Created:
6 years, 5 months ago by nweiz
Modified:
6 years, 4 months ago
Reviewers:
Bob Nystrom, ahe, floitsch
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Work around a Gyp bug by creating a stamp file for the http package. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=38263

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -2 lines) Patch
M pkg/pkg.gyp View 1 chunk +1 line, -1 line 5 comments Download
M pkg/pkg_files.gyp View 1 chunk +21 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
nweiz
6 years, 5 months ago (2014-07-15 22:34:13 UTC) #1
Bob Nystrom
lgtm
6 years, 5 months ago (2014-07-15 22:50:30 UTC) #2
nweiz
Committed patchset #1 manually as r38263 (presubmit successful).
6 years, 5 months ago (2014-07-15 22:55:02 UTC) #3
ahe
Please ask for help *before* you submit GYP changes, and please don't submit GYP changes ...
6 years, 4 months ago (2014-08-06 14:15:51 UTC) #4
ahe
https://codereview.chromium.org/396753006/diff/1/pkg/pkg.gyp File pkg/pkg.gyp (right): https://codereview.chromium.org/396753006/diff/1/pkg/pkg.gyp#newcode46 pkg/pkg.gyp:46: '<(SHARED_INTERMEDIATE_DIR)/http_files.stamp', On 2014/08/06 14:15:51, ahe wrote: > This target ...
6 years, 4 months ago (2014-08-06 14:25:55 UTC) #5
Bob Nystrom
6 years, 4 months ago (2014-08-06 16:09:47 UTC) #6
nweiz
6 years, 4 months ago (2014-08-06 21:18:05 UTC) #7
Message was sent while issue was closed.
Follow-up CL: https://codereview.chromium.org/451503002/

https://codereview.chromium.org/396753006/diff/1/pkg/pkg.gyp
File pkg/pkg.gyp (right):

https://codereview.chromium.org/396753006/diff/1/pkg/pkg.gyp#newcode39
pkg/pkg.gyp:39: 'target_name': 'pub_packages',
On 2014/08/06 14:15:51, ahe wrote:
> Adding another target here isn't necessary.

Why not? We need to refer to this target as distinct from pkg_packages, don't
we?

https://codereview.chromium.org/396753006/diff/1/pkg/pkg.gyp#newcode46
pkg/pkg.gyp:46: '<(SHARED_INTERMEDIATE_DIR)/http_files.stamp',
On 2014/08/06 14:25:55, ahe wrote:
> On 2014/08/06 14:15:51, ahe wrote:
> > This target is always run because this file doesn't exist.
> 
> That's not correct. It is the action "make_pub_packages" that is always being
> run.
> 
> Regardless, the problem is with this line. If I manually create
> xcodebuild/DerivedSources/ReleaseIA32/http_files.stamp, the action
> "make_pub_packages" isn't run when it isn't necessary.

Done.

Powered by Google App Engine
This is Rietveld 408576698