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

Issue 2122004: Add a flag to generate the Makefile in a different directory than... (Closed)

Created:
10 years, 7 months ago by tony
Modified:
9 years, 7 months ago
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Add a flag to generate the Makefile in a different directory than --depth. This allows us to properly generate a Makefile in an upstream checkout where we want to have the Makefile in the root checkout, but we want <(DEPTH) to be at WebKit/chromium because that's where gclient pulls our dependencies. TEST=test/toplevel-dir/gyptest-toplevel-dir.py

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -46 lines) Patch
M pylib/gyp/__init__.py View 1 2 4 chunks +10 lines, -2 lines 0 comments Download
M pylib/gyp/generator/make.py View 2 6 chunks +11 lines, -8 lines 0 comments Download
A test/toplevel-dir/gyptest-toplevel-dir.py View 1 chunk +31 lines, -0 lines 0 comments Download
A test/toplevel-dir/src/sub1/main.gyp View 1 chunk +18 lines, -0 lines 0 comments Download
A test/toplevel-dir/src/sub1/prog1.c View 1 chunk +7 lines, -0 lines 0 comments Download
A test/toplevel-dir/src/sub2/prog2.c View 1 chunk +7 lines, -0 lines 0 comments Download
A test/toplevel-dir/src/sub2/prog2.gyp View 1 chunk +15 lines, -0 lines 0 comments Download
M test/variables/commands/commands-repeated.gyp.stdout View 1 2 1 chunk +10 lines, -9 lines 0 comments Download
M test/variables/commands/commands.gyp.stdout View 1 2 1 chunk +10 lines, -9 lines 0 comments Download
M test/variables/commands/commands.gyp.ignore-env.stdout View 1 2 1 chunk +10 lines, -9 lines 0 comments Download
M test/variables/filelist/filelist.gyp.stdout View 1 2 1 chunk +10 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
tony
This is to try to fix the situation in the upstream build where the Makefile ...
10 years, 7 months ago (2010-05-14 13:10:05 UTC) #1
Evan Martin
Did you leave out a file? Other then tests, I only see __init__.py change.
10 years, 7 months ago (2010-05-17 17:18:18 UTC) #2
tony
On 2010/05/17 17:18:18, Evan Martin wrote: > Did you leave out a file? Other then ...
10 years, 7 months ago (2010-05-18 00:01:13 UTC) #3
Evan Martin
This code looks good to me, though I am nervous it won't work in some ...
10 years, 7 months ago (2010-05-18 09:05:57 UTC) #4
tony
On 2010/05/18 09:05:57, Evan Martin wrote: > This code looks good to me, though I ...
10 years, 7 months ago (2010-05-18 09:20:38 UTC) #5
Evan Martin
I wouldn't worry about scons. LGTM+=
10 years, 7 months ago (2010-05-18 09:25:02 UTC) #6
Michael Moss
> something like "toplevel-file-dir"? Yeah, I like the generic name better (even in make, it ...
10 years, 7 months ago (2010-05-18 17:35:29 UTC) #7
tony
On 2010/05/18 17:35:29, Michael Moss wrote: > > something like "toplevel-file-dir"? > > Yeah, I ...
10 years, 7 months ago (2010-05-19 01:02:58 UTC) #8
tony
10 years, 7 months ago (2010-05-20 03:25:19 UTC) #9
Michael, if this looks good to you, can you commit it for me?

Powered by Google App Engine
This is Rietveld 408576698