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

Issue 118306: Add an ability to explicitly specify path to d8 shell to linux-tick-processor. (Closed)

Created:
11 years, 6 months ago by Mikhail Naganov
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add an ability to explicitly specify path to d8 shell to linux-tick-processor. Committed: http://code.google.com/p/v8/source/detail?r=2113

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -10 lines) Patch
M tools/linux-tick-processor View 1 chunk +8 lines, -10 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Mikhail Naganov
11 years, 6 months ago (2009-06-05 12:30:33 UTC) #1
Kevin Millikin (Chromium)
One small adjustment. Otherwise, LGTM and thanks. http://codereview.chromium.org/118306/diff/1/2 File tools/linux-tick-processor (right): http://codereview.chromium.org/118306/diff/1/2#newcode8 Line 8: [ ...
11 years, 6 months ago (2009-06-05 13:37:27 UTC) #2
Mikhail Naganov
11 years, 6 months ago (2009-06-05 15:49:41 UTC) #3
http://codereview.chromium.org/118306/diff/1/2
File tools/linux-tick-processor (right):

http://codereview.chromium.org/118306/diff/1/2#newcode8
Line 8: [ -x $d8_exec ] || scons -C $D8_PATH d8
On 2009/06/05 13:37:27, Kevin Millikin wrote:
> I think this second half needs to be:
> 
> scons -C $D8_PATH -Y $tools_path/.. d8
> 
> to cover the case where there is no SConstruct file in $D8_PATH (that's my
> case).

OK, done. Please let me know if it will not work.

Powered by Google App Engine
This is Rietveld 408576698