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

Issue 10270020: ninja windows: make sure that .s files aren't passed to compiler (Closed)

Created:
8 years, 7 months ago by scottmg
Modified:
8 years, 7 months ago
Reviewers:
Nico
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

ninja windows: make sure that .s files aren't passed to compiler R=thakis@chromium.org BUG=125606 Committed: https://code.google.com/p/gyp/source/detail?r=1345

Patch Set 1 #

Patch Set 2 : more explanation #

Patch Set 3 : add comment on .s filter #

Total comments: 2

Patch Set 4 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, --1 lines) Patch
M pylib/gyp/generator/ninja.py View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
A test/win/asm-files/asm-files.gyp View 1 chunk +17 lines, -0 lines 0 comments Download
A test/win/asm-files/b.s View 0 chunks +-1 lines, --1 lines 0 comments Download
A test/win/asm-files/c.S View 0 chunks +-1 lines, --1 lines 0 comments Download
A test/win/asm-files/hello.cc View 1 chunk +7 lines, -0 lines 0 comments Download
A test/win/gyptest-asm-files.py View 1 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scottmg
8 years, 7 months ago (2012-04-30 20:05:09 UTC) #1
Nico
Does windows not have any standalone asm files? Code LGTM, but maybe you can describe ...
8 years, 7 months ago (2012-04-30 20:13:16 UTC) #2
scottmg
On 2012/04/30 20:13:16, Nico wrote: > Does windows not have any standalone asm files? It ...
8 years, 7 months ago (2012-04-30 20:52:00 UTC) #3
Nico
http://chromiumcodereview.appspot.com/10270020/diff/5001/pylib/gyp/generator/ninja.py File pylib/gyp/generator/ninja.py (right): http://chromiumcodereview.appspot.com/10270020/diff/5001/pylib/gyp/generator/ninja.py#newcode720 pylib/gyp/generator/ninja.py:720: # TODO(scottmg): .s files won't be handled by the ...
8 years, 7 months ago (2012-04-30 20:54:48 UTC) #4
scottmg
8 years, 7 months ago (2012-04-30 20:56:50 UTC) #5
http://chromiumcodereview.appspot.com/10270020/diff/5001/pylib/gyp/generator/...
File pylib/gyp/generator/ninja.py (right):

http://chromiumcodereview.appspot.com/10270020/diff/5001/pylib/gyp/generator/...
pylib/gyp/generator/ninja.py:720: # TODO(scottmg): .s files won't be handled by
the Windows compiler,
On 2012/04/30 20:54:48, Nico wrote:
> Nit: s/,/./ at the end of this line, s/but we/We/ at the start of the next
> 
> (if you haven't landed already; else don't bother)

Done.

Powered by Google App Engine
This is Rietveld 408576698