Open GoogleCodeExporter opened 9 years ago
Original comment by bradnelson@google.com
on 13 Jan 2010 at 6:55
I would prefer to remove all this prefix/suffix stuff and just require the gyp
file to hardcode the product name when we care about the specific filename we
produce. Mark, what do you think?
Original comment by evan@chromium.org
on 26 May 2011 at 8:24
Seeing how people have (ab)used the prefix thing inclines me to agree.
Original comment by mark@chromium.org
on 26 May 2011 at 8:46
In the Chrome tree, it appears we don't use pre/suffix very often.
$ git grep "':" -- '*.gyp*' | grep -o "'[^ ]*':" | egrep -i 'prefix|suffix' |
sort | uniq -c | sort -n
1 'product_prefix':
2 'GCC_PRECOMPILE_PREFIX_HEADER':
3 'plugin_prefix':
Original comment by evan@chromium.org
on 26 May 2011 at 10:13
Original comment by evan@chromium.org
on 26 May 2011 at 10:14
Not going to get to this before I get on leave.
Original comment by evan@chromium.org
on 20 Sep 2011 at 6:56
Original comment by evan@chromium.org
on 20 Sep 2011 at 6:56
Original comment by evan@chromium.org
on 20 Sep 2011 at 6:57
Original issue reported on code.google.com by
nirnimesh@chromium.org
on 12 Jan 2010 at 9:57