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

Issue 1092793005: Dart: Put generated .mojom.dart files under mojoms pacakge. (Closed)

Created:
5 years, 8 months ago by zra
Modified:
5 years, 8 months ago
CC:
Aaron Boodman, ben+mojo_chromium.org, darin (slow to review), Ivan Posva, mojo-reviews_chromium.org, ojan, qsr+mojo_chromium.org, sethladd, tonyg, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Dart: Put generated .mojom.dart files under mojoms pacakge. BUG= R=eseidel@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/faa90e84cc44bcfe6d8b31a371cdbeda1b8c3a63

Patch Set 1 #

Patch Set 2 : Merge #

Total comments: 2

Patch Set 3 : Rename mojoms -> mojom #

Total comments: 2

Patch Set 4 : Fix import order #

Patch Set 5 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -99 lines) Patch
M examples/dart/console_example/main.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M examples/dart/device_info/main.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M examples/dart/netcat/main.dart View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M examples/dart/wget/main.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/dart/embedder/BUILD.gn View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M mojo/dart/embedder/io/mojo_patch.dart View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M mojo/dart/embedder/packages.dart View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M mojo/dart/embedder/test/dart_to_cpp_tests.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/embedder/tools/dart_embedder_url_mappings.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/test/bindings_generation_test.dart View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/dart/test/compile_all_interfaces_test.dart View 1 2 1 chunk +15 lines, -15 lines 0 comments Download
M mojo/dart/test/validation_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/dart/application.dart View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/public/tools/bindings/generators/mojom_dart_generator.py View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M services/dart/dart_apptests/echo_apptests.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M services/dart/dart_apptests/main.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/dart/dart_apptests/pingpong_apptests.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M services/dart/test/echo/main.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M services/dart/test/pingpong/main.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M services/dart/test/pingpong_target/main.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sky/framework/debug/shake-to-reload.sky View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sky/framework/editing/editable_string.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sky/framework/editing/keyboard.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sky/framework/embedder.dart View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M sky/framework/net/fetch.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M sky/framework/shell.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sky/tests/editing/backspace.sky View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sky/tests/editing/replace.sky View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M sky/tests/editing/selection.sky View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M sky/tests/editing/typing.sky View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M sky/tests/resources/event-sender.dart View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M sky/tests/services/event-sender.sky View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M sky/tests/services/iframe-embed-vmc.sky View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M sky/tests/services/network.sky View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M sky/tools/deploy_sdk.py View 1 2 3 chunks +4 lines, -9 lines 0 comments Download

Messages

Total messages: 25 (3 generated)
zra
This is the approach we discussed yesterday. I have not yet taken the pub package ...
5 years, 8 months ago (2015-04-17 15:39:43 UTC) #2
abarth-chromium
https://codereview.chromium.org/1092793005/diff/20001/sky/tests/resources/event-sender.dart File sky/tests/resources/event-sender.dart (right): https://codereview.chromium.org/1092793005/diff/20001/sky/tests/resources/event-sender.dart#newcode11 sky/tests/resources/event-sender.dart:11: import "package:mojoms/sky/test_harness.mojom.dart" as harness; Doesn't this require everyone who ...
5 years, 8 months ago (2015-04-17 16:33:21 UTC) #4
zra
https://codereview.chromium.org/1092793005/diff/20001/sky/tests/resources/event-sender.dart File sky/tests/resources/event-sender.dart (right): https://codereview.chromium.org/1092793005/diff/20001/sky/tests/resources/event-sender.dart#newcode11 sky/tests/resources/event-sender.dart:11: import "package:mojoms/sky/test_harness.mojom.dart" as harness; On 2015/04/17 16:33:21, abarth wrote: ...
5 years, 8 months ago (2015-04-17 16:41:25 UTC) #5
abarth-chromium
On 2015/04/17 at 16:41:25, zra wrote: > Apologies for not providing more context. The idea ...
5 years, 8 months ago (2015-04-17 16:59:24 UTC) #6
zra
On 2015/04/17 16:59:24, abarth wrote: > On 2015/04/17 at 16:41:25, zra wrote: > > Apologies ...
5 years, 8 months ago (2015-04-17 17:30:36 UTC) #7
hansmuller1
[Drive by comment] Maybe call this package dart:mojom, despite its special role? Most dart packages ...
5 years, 8 months ago (2015-04-17 19:51:16 UTC) #8
abarth-chromium
On 2015/04/17 at 17:30:36, zra wrote: > The consumer of the .mojom.dart files would have ...
5 years, 8 months ago (2015-04-17 20:36:19 UTC) #9
zra
+blundell
5 years, 8 months ago (2015-04-19 17:11:40 UTC) #10
blundell
Unless I'm missing something, this is going to break the consumption of Sky via "pub ...
5 years, 8 months ago (2015-04-20 14:26:50 UTC) #12
zra
On 2015/04/20 14:26:50, blundell wrote: > Unless I'm missing something, this is going to break ...
5 years, 8 months ago (2015-04-20 15:05:34 UTC) #13
blundell
On 2015/04/20 15:05:34, zra wrote: > On 2015/04/20 14:26:50, blundell wrote: > > Unless I'm ...
5 years, 8 months ago (2015-04-20 15:17:12 UTC) #14
zra
On 2015/04/20 15:17:12, blundell wrote: > Yes, I agree that any solution seems like it ...
5 years, 8 months ago (2015-04-20 17:23:09 UTC) #15
zra
CC iposva, sethladd for package spec discussion.
5 years, 8 months ago (2015-04-20 17:24:33 UTC) #16
zra
PTAL Changed name mojoms -> mojom so .mojom.dart files will be imported like: package:mojom/mojom_module/mojom_file.mojom.dart
5 years, 8 months ago (2015-04-20 22:52:57 UTC) #17
zra
On 2015/04/20 22:52:57, zra wrote: > PTAL > > Changed name mojoms -> mojom so ...
5 years, 8 months ago (2015-04-21 15:09:50 UTC) #18
blundell
This looks fine to me from the Mojo side of things, but I'm reluctant to ...
5 years, 8 months ago (2015-04-21 15:10:37 UTC) #19
zra
Yah, Eric and I chatted about this yesterday, and he is okay with it while ...
5 years, 8 months ago (2015-04-21 16:17:55 UTC) #20
blundell
On 2015/04/21 16:17:55, zra wrote: > Yah, Eric and I chatted about this yesterday, and ...
5 years, 8 months ago (2015-04-21 16:34:58 UTC) #21
eseidel
Can you update the CL description to explain the problem that this solves? Tony/Hans: Can ...
5 years, 8 months ago (2015-04-21 16:35:33 UTC) #22
zra
On 2015/04/21 16:35:33, eseidel wrote: > Can you update the CL description to explain the ...
5 years, 8 months ago (2015-04-21 19:40:34 UTC) #23
eseidel
lgtm
5 years, 8 months ago (2015-04-23 22:02:06 UTC) #24
zra
5 years, 8 months ago (2015-04-23 22:23:55 UTC) #25
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
faa90e84cc44bcfe6d8b31a371cdbeda1b8c3a63 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698