Maybe nothing in v8 uses shim_headers.gypi in v8? ( https://code.google.com/p/chromium/codesearch#search/&q=shim_headers.gypi%20file:v8&sq=package:chromium&type=cs )
On Wed, Jun 25, 2014 at 12:11 AM, <machenb...@chromium.org> wrote: > On 2014/06/24 04:35:14, Nico (away) wrote: > >> Are you sure this does anything? >> > > Nicos-MacBook-Pro:tmp thakis$ cat Makefile >> foo: >> PYTHONPATH="$(shell pwd)/tools/generate_shim_headers:$(PYTHONPATH)" >> \ >> PYTHONPATH="$(shell pwd)/build/gyp/pylib:$(PYTHONPATH)" \ >> bash -c 'echo $${PYTHONPATH}' >> > > .PHONY: foo >> Nicos-MacBook-Pro:tmp thakis$ make >> PYTHONPATH="/Users/thakis/src/tmp/tools/generate_shim_headers:" \ >> PYTHONPATH="/Users/thakis/src/tmp/build/gyp/pylib:" \ >> bash -c 'echo ${PYTHONPATH}' >> /Users/thakis/src/tmp/build/gyp/pylib: >> > > > Looks like the first path is just ignored... >> > > Interesting. I wonder why we could live without generate_shim_headers in > our > path? > > https://codereview.chromium.org/151253002/ > -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.