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

Issue 1737143003: A mojom .d generator. (Closed)

Created:
4 years, 10 months ago by azani
Modified:
4 years, 9 months ago
Reviewers:
rudominer
CC:
mojo-reviews_chromium.org, gregsimon, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

A mojom .d generator. - A new generator that write .d files. - The generators/common module can be used to help in writing generators in go. This is part of the project to start supporting generators written in go. (Preliminary design doc: https://docs.google.com/a/chromium.org/document/d/1IR0TtyQv2UU7gDUbNx51kzr0dNRzV7souPP7Bk5Ut9g/edit?usp=sharing ) This should also make it easier to build mojo apps outside of the mojo repo. (which uses ninja) R=rudominer@chromium.org, rudominer BUG= #686 Committed: https://chromium.googlesource.com/external/mojo/+/fb22509d5062b365d1621ae011d4b2b55c47dcce

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 14

Patch Set 4 : #

Patch Set 5 : Updated according to offline discussion. #

Patch Set 6 : Actually add the util.go files. #

Patch Set 7 : Update sha1. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -2 lines) Patch
M mojo/public/tools/bindings/mojom_tool/bin/linux64/mojom.sha1 View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/tools/bindings/mojom_tool/bin/mac64/mojom.sha1 View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A mojom/mojom_parser/generators/common/cli.go View 1 2 3 1 chunk +111 lines, -0 lines 0 comments Download
A mojom/mojom_parser/generators/common/common.go View 1 2 3 4 1 chunk +57 lines, -0 lines 0 comments Download
A mojom/mojom_parser/generators/common/util.go View 1 2 3 4 5 1 chunk +73 lines, -0 lines 0 comments Download
A mojom/mojom_parser/generators/common/util_test.go View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
A mojom/mojom_parser/generators/deps/deps_generator.go View 1 2 3 4 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
azani
4 years, 10 months ago (2016-02-26 00:37:53 UTC) #1
rudominer
You have added some context in the associated but but I would like more context ...
4 years, 10 months ago (2016-02-26 18:08:36 UTC) #2
azani
I think between the discussion we had today on the topic and my clarifications in ...
4 years, 10 months ago (2016-02-26 23:06:04 UTC) #4
rudominer
https://codereview.chromium.org/1737143003/diff/40001/mojom/mojom_parser/generators/common/cli.go File mojom/mojom_parser/generators/common/cli.go (right): https://codereview.chromium.org/1737143003/diff/40001/mojom/mojom_parser/generators/common/cli.go#newcode5 mojom/mojom_parser/generators/common/cli.go:5: // common groups together functions which make it easier ...
4 years, 10 months ago (2016-02-27 01:28:10 UTC) #5
azani
ptal https://codereview.chromium.org/1737143003/diff/40001/mojom/mojom_parser/generators/common/cli.go File mojom/mojom_parser/generators/common/cli.go (right): https://codereview.chromium.org/1737143003/diff/40001/mojom/mojom_parser/generators/common/cli.go#newcode5 mojom/mojom_parser/generators/common/cli.go:5: // common groups together functions which make it ...
4 years, 9 months ago (2016-02-29 21:28:32 UTC) #6
rudominer
lgtm
4 years, 9 months ago (2016-03-01 23:37:52 UTC) #7
azani
4 years, 9 months ago (2016-03-01 23:42:25 UTC) #9
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
fb22509d5062b365d1621ae011d4b2b55c47dcce (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698