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

Issue 12381003: Allow files with the same basename to exist within the same project. (Closed)

Created:
7 years, 9 months ago by iroth
Modified:
6 years, 1 month ago
Reviewers:
Sam Clegg, Nico, bradn, Torne
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Allow files with the same basename to exist within the same project. A related change adds a command line option to enable duplicate basenames: https://codereview.chromium.org/12063003/

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -5 lines) Patch
M pylib/gyp/input.py View 1 2 chunks +10 lines, -5 lines 1 comment Download

Messages

Total messages: 11 (0 generated)
iroth
7 years, 9 months ago (2013-02-27 23:47:48 UTC) #1
Sam Clegg
Seems like a much nicer solution to me. LG to me, but might want to ...
7 years, 9 months ago (2013-02-28 17:35:26 UTC) #2
Sam Clegg
Is there a test for duplicate basenames? If so, could it be extended to test ...
7 years, 9 months ago (2013-02-28 17:37:00 UTC) #3
Nico
I like this. Do duplicate basenames work correctly with xcodebuild (I think so?) and the ...
7 years, 9 months ago (2013-02-28 17:41:01 UTC) #4
Sam Clegg
+torne who has android build knowledge. We have android trybots now (right?) so presumably a ...
7 years, 9 months ago (2013-02-28 17:46:32 UTC) #5
Torne
On 2013/02/28 17:46:32, Sam Clegg wrote: > +torne who has android build knowledge. I think ...
7 years, 9 months ago (2013-03-01 14:33:40 UTC) #6
bradn
Sorry for the slow reply, been out sick. https://codereview.chromium.org/12381003/diff/6001/pylib/gyp/input.py File pylib/gyp/input.py (right): https://codereview.chromium.org/12381003/diff/6001/pylib/gyp/input.py#newcode2332 pylib/gyp/input.py:2332: # ...
7 years, 9 months ago (2013-03-06 18:47:13 UTC) #7
Sam Clegg
On 2013/03/06 18:47:13, bradn wrote: > Sorry for the slow reply, been out sick. > ...
7 years, 7 months ago (2013-05-24 16:49:07 UTC) #8
pwnall-personal
On 2013/05/24 16:49:07, Sam Clegg wrote: > I guess it makes sense to only support ...
6 years, 11 months ago (2014-01-15 15:56:05 UTC) #9
Sam Clegg
On 2014/01/15 15:56:05, pwnall wrote: > On 2013/05/24 16:49:07, Sam Clegg wrote: > > I ...
6 years, 1 month ago (2014-11-14 17:21:58 UTC) #10
scottmg
6 years, 1 month ago (2014-11-14 17:23:27 UTC) #11
On 2014/11/14 17:21:58, Sam Clegg wrote:
> On 2014/01/15 15:56:05, pwnall wrote:
> > On 2013/05/24 16:49:07, Sam Clegg wrote:
> > > I guess it makes sense to only support the lowest common denominator
> features.
> > 
> > > How long do we need to continue to support 2008 anyway?
> > > Does chrome still use it?
> > 
> > To the best of my knowledge, Chromium is on VS 2010 now, and in the process
of
> > migrating to 2013.
> > https://code.google.com/p/chromium/issues/detail?id=309197
> >
>
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/jblTeRKe7sk
> > 
> > The Windows build instructions only mention VS 2010, so 2008 seems out the
> > picture.
> > http://www.chromium.org/developers/how-tos/build-instructions-windows
> > 
> > 
> > Given this context, would this CL (or one derived from it) be acceptable?
> > 
> > I'd like to use gyp and ninja to build a project of my own, but I hit this
> issue
> > with a third-party dependency. If possible, I'd rather change gyp than have
to
> > patch the third-party code. I'm willing to pick up the work in this CL if
the
> > original author isn't interested in it anymore.
> 
> Its sounds the the best way forward for this change would be completely drop
> support for <= 2008  (if that has not been done already in the mean time).
> Can you take a look and/or close this issue?

https://code.google.com/p/gyp/source/detail?r=1993

Powered by Google App Engine
This is Rietveld 408576698