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

Issue 6338009: Adding build script changes to support LiveObjectList functionality. (Closed)

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

Description

Adding build script changes to support LiveObjectList functionality.

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -0 lines) Patch
SConstruct View 2 chunks +8 lines, -0 lines 4 comments Download
src/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
tools/gyp/v8.gyp View 4 chunks +13 lines, -0 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
marklam
Søren, This is my best attempt at applying the needed changes to the v8.gyp file. ...
9 years, 11 months ago (2011-01-19 08:41:07 UTC) #1
Søren Thygesen Gjesse
http://codereview.chromium.org/6338009/diff/1/SConstruct File SConstruct (right): http://codereview.chromium.org/6338009/diff/1/SConstruct#newcode132 SConstruct:132: 'CPPDEFINES': ['ENABLE_DEBUGGER_SUPPORT', 'INSPECTOR', 'LIVE_OBJECT_LIST', 'OBJECT_PRINT'], Split long line. Do ...
9 years, 11 months ago (2011-01-19 09:09:47 UTC) #2
marklam
9 years, 11 months ago (2011-01-19 09:43:22 UTC) #3
I've addressed the issues, but for some reason, my gcl configuration is messed
up, and I was not able to upload the updated files.  So, I cleaned it and
uploaded a separate CL at:
http://codereview.chromium.org/6364002

http://codereview.chromium.org/6338009/diff/1/SConstruct
File SConstruct (right):

http://codereview.chromium.org/6338009/diff/1/SConstruct#newcode132
SConstruct:132: 'CPPDEFINES':   ['ENABLE_DEBUGGER_SUPPORT', 'INSPECTOR',
'LIVE_OBJECT_LIST', 'OBJECT_PRINT'],
On 2011/01/19 09:09:47, Søren Gjesse wrote:
> Split long line.
> 
> Do you want to always enable OBJECT_PRINT and INSPECTOR when enabling lol?

Done.  Yes, I want it ti always enable INSPECTOR and OBJECT_PRINT defined
whenever lol is enabled.

http://codereview.chromium.org/6338009/diff/1/SConstruct#newcode1020
SConstruct:1020: 
On 2011/01/19 09:09:47, Søren Gjesse wrote:
> Maybe add a warning here if liveobjectlist is on and debuggersupport is off
> saying that debuggersupport will be forced on by enabling liveobjectlist - or
> maybe that is just a wast of time.

Done.

http://codereview.chromium.org/6338009/diff/1/tools/gyp/v8.gyp
File tools/gyp/v8.gyp (right):

http://codereview.chromium.org/6338009/diff/1/tools/gyp/v8.gyp#newcode445
tools/gyp/v8.gyp:445: '../../src/liveedit.h',
On 2011/01/19 09:09:47, Søren Gjesse wrote:
> Please add '../../src/liveobjectlist-inl.h' here as well.

Done.

Powered by Google App Engine
This is Rietveld 408576698