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

Issue 12035070: IDL generated extensions code only generate foo_api.h when required (Closed)

Created:
7 years, 11 months ago by calamity
Modified:
7 years, 11 months ago
CC:
chromium-reviews, pam+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

IDL generated extensions code only generate foo_api.h when required BUG=148545 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178751

Patch Set 1 #

Total comments: 3

Patch Set 2 : rework #

Patch Set 3 : raise error when header specified but not found #

Total comments: 2

Patch Set 4 : rework #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -6 lines) Patch
M tools/json_schema_compiler/compiler.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/json_schema_compiler/schema_bundle_generator.py View 1 2 3 2 chunks +13 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
calamity
Tested by adding a dummy idl without its corresponding api file.
7 years, 11 months ago (2013-01-24 05:15:03 UTC) #1
koz (OOO until 15th September)
I think kalman would be a better reviewer for this.
7 years, 11 months ago (2013-01-24 05:20:15 UTC) #2
not at google - send to devlin
lgtm https://codereview.chromium.org/12035070/diff/1/tools/json_schema_compiler/schema_bundle_generator.py File tools/json_schema_compiler/schema_bundle_generator.py (right): https://codereview.chromium.org/12035070/diff/1/tools/json_schema_compiler/schema_bundle_generator.py#newcode78 tools/json_schema_compiler/schema_bundle_generator.py:78: os.path.join(self._root, os.path.normpath(implementation_header))): prefer to invert condition and continue ...
7 years, 11 months ago (2013-01-24 06:44:24 UTC) #3
not at google - send to devlin
https://codereview.chromium.org/12035070/diff/1/tools/json_schema_compiler/schema_bundle_generator.py File tools/json_schema_compiler/schema_bundle_generator.py (right): https://codereview.chromium.org/12035070/diff/1/tools/json_schema_compiler/schema_bundle_generator.py#newcode78 tools/json_schema_compiler/schema_bundle_generator.py:78: os.path.join(self._root, os.path.normpath(implementation_header))): On 2013/01/24 06:44:24, kalman wrote: > prefer ...
7 years, 11 months ago (2013-01-24 22:36:26 UTC) #4
calamity
https://codereview.chromium.org/12035070/diff/1/tools/json_schema_compiler/schema_bundle_generator.py File tools/json_schema_compiler/schema_bundle_generator.py (right): https://codereview.chromium.org/12035070/diff/1/tools/json_schema_compiler/schema_bundle_generator.py#newcode78 tools/json_schema_compiler/schema_bundle_generator.py:78: os.path.join(self._root, os.path.normpath(implementation_header))): On 2013/01/24 22:36:26, kalman wrote: > On ...
7 years, 11 months ago (2013-01-24 23:25:55 UTC) #5
not at google - send to devlin
https://codereview.chromium.org/12035070/diff/7001/tools/json_schema_compiler/schema_bundle_generator.py File tools/json_schema_compiler/schema_bundle_generator.py (right): https://codereview.chromium.org/12035070/diff/7001/tools/json_schema_compiler/schema_bundle_generator.py#newcode87 tools/json_schema_compiler/schema_bundle_generator.py:87: continue I preferred it the way it was. Logic ...
7 years, 11 months ago (2013-01-24 23:29:00 UTC) #6
calamity
https://codereview.chromium.org/12035070/diff/7001/tools/json_schema_compiler/schema_bundle_generator.py File tools/json_schema_compiler/schema_bundle_generator.py (right): https://codereview.chromium.org/12035070/diff/7001/tools/json_schema_compiler/schema_bundle_generator.py#newcode87 tools/json_schema_compiler/schema_bundle_generator.py:87: continue On 2013/01/24 23:29:00, kalman wrote: > I preferred ...
7 years, 11 months ago (2013-01-24 23:37:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/12035070/5002
7 years, 11 months ago (2013-01-25 02:08:56 UTC) #8
commit-bot: I haz the power
7 years, 11 months ago (2013-01-25 04:49:11 UTC) #9
Message was sent while issue was closed.
Change committed as 178751

Powered by Google App Engine
This is Rietveld 408576698