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

Issue 9565006: Add missing includes (spotted while splitting cpp derived sources). (Closed)

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

Description

Add missing includes (spotted while splitting cpp derived sources). Corresponding WebKit change: https://chromiumcodereview.appspot.com/9570007. R=antonm@chromium.org Committed: https://code.google.com/p/dart/source/detail?r=4800

Patch Set 1 #

Total comments: 11

Patch Set 2 : Address comments. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -44 lines) Patch
M client/dom/idl/dart/dart.idl View 1 chunk +8 lines, -0 lines 0 comments Download
M client/dom/scripts/generator.py View 1 7 chunks +27 lines, -10 lines 0 comments Download
M client/dom/scripts/systemnative.py View 1 13 chunks +35 lines, -31 lines 3 comments Download
M client/dom/templates/dom/native/cpp_callback_implementation.template View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/templates/dom/native/cpp_header.template View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
podivilov
8 years, 9 months ago (2012-03-01 11:32:29 UTC) #1
antonm
https://chromiumcodereview.appspot.com/9565006/diff/1/client/dom/scripts/generator.py File client/dom/scripts/generator.py (right): https://chromiumcodereview.appspot.com/9565006/diff/1/client/dom/scripts/generator.py#newcode492 client/dom/scripts/generator.py:492: if self._idl_type == 'SVGNumber' or self._idl_type == 'SVGPoint': maybe, ...
8 years, 9 months ago (2012-03-01 14:25:31 UTC) #2
podivilov
http://codereview.chromium.org/9565006/diff/1/client/dom/scripts/generator.py File client/dom/scripts/generator.py (right): http://codereview.chromium.org/9565006/diff/1/client/dom/scripts/generator.py#newcode492 client/dom/scripts/generator.py:492: if self._idl_type == 'SVGNumber' or self._idl_type == 'SVGPoint': On ...
8 years, 9 months ago (2012-03-01 15:36:56 UTC) #3
antonm
8 years, 9 months ago (2012-03-01 15:44:50 UTC) #4
LGTM

http://codereview.chromium.org/9565006/diff/3001/client/dom/scripts/systemnat...
File client/dom/scripts/systemnative.py (right):

http://codereview.chromium.org/9565006/diff/3001/client/dom/scripts/systemnat...
client/dom/scripts/systemnative.py:81: cpp_impl_includes |=
set(argument_type_info.conversion_includes())
or cpp_impl_includes.update(argument_type_info.conversion_includes())

http://codereview.chromium.org/9565006/diff/3001/client/dom/scripts/systemnat...
client/dom/scripts/systemnative.py:178: cpp_all_in_one_emitter =
self._emitters.FileEmitter(derived_sources_path)
cpp_all_in_one, cpp_all_in_one, la-la

http://codereview.chromium.org/9565006/diff/3001/client/dom/scripts/systemnat...
client/dom/scripts/systemnative.py:744: self._cpp_impl_includes |=
set(return_type_info.conversion_includes())
ditto

Powered by Google App Engine
This is Rietveld 408576698