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

Issue 998933005: Dart: Rename mojo:X -> dart:mojo.X (Closed)

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

Description

Dart: Rename mojo:X -> dart:mojo.X This is to better support integration with Dart SDK tools. BUG= R=erg@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/bab36b5f4b504fda59b398f4cd75abacb1dfa67c

Patch Set 1 #

Patch Set 2 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -97 lines) Patch
M examples/dart/console_example/main.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M examples/dart/hello_world/hello/main.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M examples/dart/hello_world/world/main.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M examples/dart/wget/main.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/dart/apptest/apptest/apptest.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/dart/embedder/builtin.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/dart/embedder/builtin.dart View 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/embedder/dart_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/embedder/mojo_natives.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/embedder/test/BUILD.gn View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/dart/embedder/test/dart_to_cpp_tests.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/dart/embedder/test/test_snapshot.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/dart/test/async_await_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/test/bindings_generation_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/dart/test/codec_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/dart/test/compile_all_interfaces_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/dart/test/core_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/test/handle_finalizer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/test/handle_watcher_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/test/import_mojo.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/dart/test/interface_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/dart/test/ping_pong_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/test/simple_handle_watcher_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/test/uri_base_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/test/validation_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/public/dart/application.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/dart/bindings.dart View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/dart/rules.gni View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/public/tools/bindings/generators/dart_templates/module.lib.tmpl View 1 chunk +2 lines, -2 lines 0 comments Download
M services/dart/BUILD.gn View 1 chunk +4 lines, -4 lines 0 comments Download
M services/dart/dart_apptests/echo_apptests.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M services/dart/dart_apptests/pingpong_apptests.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M services/dart/snapshot.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M services/dart/test/echo/main.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M services/dart/test/pingpong/main.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M services/dart/test/pingpong_target/main.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M sky/engine/bindings/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M sky/engine/bindings/builtin.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sky/engine/bindings/mojo_natives.cc View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/bindings/snapshot.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sky/framework/embedder.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sky/framework/shell.dart View 1 chunk +1 line, -1 line 0 comments Download
M sky/tests/services/iframe-embed-vmc.sky View 1 chunk +2 lines, -2 lines 0 comments Download
M sky/tests/services/network.sky View 1 chunk +2 lines, -2 lines 0 comments Download
M sky/tools/shelldb View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
zra
5 years, 9 months ago (2015-03-11 21:37:09 UTC) #2
Elliot Glaysher
lgtm
5 years, 9 months ago (2015-03-11 21:45:14 UTC) #3
zra
5 years, 9 months ago (2015-03-11 23:22:28 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
bab36b5f4b504fda59b398f4cd75abacb1dfa67c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698