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

Issue 10024016: Support passing the list of idl files to fremontcutbuilder. (Closed)

Created:
8 years, 8 months ago by podivilov
Modified:
8 years, 8 months ago
Reviewers:
vsm, Anton Muhin, antonm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support passing the list of idl files to fremontcutbuilder. Chrome gyp files define the list of all idl files used for bindings generation. We need a way to pass this list to idl database builder so we are always up to date. R=antonm@chromium.org,vsm@google.com Committed: https://code.google.com/p/dart/source/detail?r=6403

Patch Set 1 #

Total comments: 1

Patch Set 2 : . #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -57 lines) Patch
M lib/dom/scripts/databasebuilder.py View 1 chunk +0 lines, -16 lines 0 comments Download
M lib/dom/scripts/fremontcutbuilder.py View 1 4 chunks +59 lines, -41 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
podivilov
8 years, 8 months ago (2012-04-09 13:18:44 UTC) #1
Anton Muhin
LGTM, but I expected you'll build a list from gyp https://chromiumcodereview.appspot.com/10024016/diff/1/lib/dom/scripts/fremontcutbuilder.py File lib/dom/scripts/fremontcutbuilder.py (right): https://chromiumcodereview.appspot.com/10024016/diff/1/lib/dom/scripts/fremontcutbuilder.py#newcode129 ...
8 years, 8 months ago (2012-04-09 13:26:29 UTC) #2
podivilov
On 2012/04/09 13:26:29, antonmuhin wrote: > LGTM, but I expected you'll build a list from ...
8 years, 8 months ago (2012-04-09 14:05:59 UTC) #3
vsm
LGTM Just so I understand: you are doing this to avoid having to update the ...
8 years, 8 months ago (2012-04-09 15:13:04 UTC) #4
podivilov
On 2012/04/09 15:13:04, vsm wrote: > LGTM > > Just so I understand: you are ...
8 years, 8 months ago (2012-04-09 15:26:26 UTC) #5
vsm
8 years, 8 months ago (2012-04-10 18:47:52 UTC) #6
Still LGTM

On 2012/04/09 15:26:26, podivilov wrote:
> On 2012/04/09 15:13:04, vsm wrote:
> > LGTM
> > 
> > Just so I understand: you are doing this to avoid having to update the list
of
> > IDL directories manually in fremontcutbuilder.py on a roll, correct?
> 
> Right.
> 
> > 
> > My concern is making sure that we do update appropriately on the JS
generation
> > side, but we can discuss later.
> 
> We can introduce a gyp target to re-generate idl list when rolling pinned idls
> forward. WDYT?

Not sure what you have in mind (we can discuss outside this CL).  Would we add
this to all.deps gyp?

> 
> > 
> >
>
https://chromiumcodereview.appspot.com/10024016/diff/2002/lib/dom/scripts/fre...
> > File lib/dom/scripts/fremontcutbuilder.py (right):
> > 
> >
>
https://chromiumcodereview.appspot.com/10024016/diff/2002/lib/dom/scripts/fre...
> > lib/dom/scripts/fremontcutbuilder.py:10: import tempfile
> > Nit: imports should be sorted.
> Done.

Powered by Google App Engine
This is Rietveld 408576698