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

Issue 782693004: Update mojo sdk to rev f6c8ec07c01deebc13178d516225fd12695c3dc2 (Closed)

Created:
6 years ago by Ken Rockot(use gerrit already)
Modified:
6 years ago
Reviewers:
jamesr
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, piman+watch_chromium.org, cc-bugs_chromium.org, ben+mojo_chromium.org, darin (slow to review)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Update mojo sdk to rev f6c8ec07c01deebc13178d516225fd12695c3dc2 BUG=None TBR=digit@chromium.org for ashmem dep TBR=darin@chromium.org for toplevel Committed: https://crrev.com/fa648a32329c36eda94aeadac4aac14f3b8013be Cr-Commit-Position: refs/heads/master@{#307427}

Patch Set 1 #

Patch Set 2 : hack mojo_system_impl gypi for android :| #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3204 lines, -2727 lines) Patch
M build/all.gyp View 1 chunk +4 lines, -2 lines 0 comments Download
M mojo/cc/BUILD.gn View 1 chunk +6 lines, -2 lines 0 comments Download
M mojo/edk/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/edk/embedder/BUILD.gn View 6 chunks +24 lines, -11 lines 0 comments Download
M mojo/edk/embedder/channel_init.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/embedder/embedder.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M mojo/edk/embedder/embedder_unittest.cc View 15 chunks +82 lines, -27 lines 0 comments Download
M mojo/edk/embedder/entrypoints.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A mojo/edk/embedder/simple_platform_shared_buffer_android.cc View 1 chunk +74 lines, -0 lines 0 comments Download
M mojo/edk/embedder/simple_platform_shared_buffer_posix.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M mojo/edk/embedder/simple_platform_shared_buffer_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M mojo/edk/js/BUILD.gn View 2 chunks +16 lines, -8 lines 0 comments Download
M mojo/edk/js/test/BUILD.gn View 2 chunks +16 lines, -16 lines 0 comments Download
M mojo/edk/js/tests/BUILD.gn View 1 chunk +14 lines, -7 lines 0 comments Download
M mojo/edk/js/tests/connection_tests.js View 7 chunks +16 lines, -13 lines 0 comments Download
M mojo/edk/js/tests/js_to_cpp_tests.js View 3 chunks +10 lines, -5 lines 0 comments Download
A mojo/edk/mojo_edk.gni View 1 chunk +96 lines, -0 lines 0 comments Download
M mojo/edk/mojo_edk_system_impl.gypi View 1 4 chunks +13 lines, -2 lines 1 comment Download
M mojo/edk/mojo_edk_tests.gyp View 2 chunks +1 line, -1 line 0 comments Download
M mojo/edk/system/BUILD.gn View 10 chunks +32 lines, -17 lines 0 comments Download
A mojo/edk/system/awakable.h View 1 chunk +32 lines, -0 lines 0 comments Download
A mojo/edk/system/awakable_list.h View 1 chunk +58 lines, -0 lines 0 comments Download
A mojo/edk/system/awakable_list.cc View 1 chunk +58 lines, -0 lines 0 comments Download
A + mojo/edk/system/awakable_list_unittest.cc View 6 chunks +73 lines, -73 lines 0 comments Download
M mojo/edk/system/channel.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M mojo/edk/system/channel_endpoint.h View 4 chunks +19 lines, -0 lines 0 comments Download
M mojo/edk/system/channel_endpoint.cc View 7 chunks +86 lines, -42 lines 0 comments Download
M mojo/edk/system/channel_endpoint_client.h View 1 chunk +3 lines, -2 lines 0 comments Download
M mojo/edk/system/channel_unittest.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M mojo/edk/system/core.cc View 17 chunks +22 lines, -21 lines 0 comments Download
M mojo/edk/system/core_test_base.h View 3 chunks +9 lines, -9 lines 0 comments Download
M mojo/edk/system/core_test_base.cc View 4 chunks +25 lines, -25 lines 0 comments Download
M mojo/edk/system/core_unittest.cc View 4 chunks +14 lines, -14 lines 0 comments Download
M mojo/edk/system/data_pipe.h View 6 chunks +22 lines, -20 lines 0 comments Download
M mojo/edk/system/data_pipe.cc View 17 chunks +46 lines, -44 lines 0 comments Download
M mojo/edk/system/data_pipe_consumer_dispatcher.h View 2 chunks +7 lines, -7 lines 0 comments Download
M mojo/edk/system/data_pipe_consumer_dispatcher.cc View 3 chunks +11 lines, -10 lines 0 comments Download
M mojo/edk/system/data_pipe_producer_dispatcher.h View 2 chunks +7 lines, -7 lines 0 comments Download
M mojo/edk/system/data_pipe_producer_dispatcher.cc View 3 chunks +11 lines, -10 lines 0 comments Download
M mojo/edk/system/dispatcher.h View 5 chunks +21 lines, -20 lines 0 comments Download
M mojo/edk/system/dispatcher.cc View 7 chunks +19 lines, -17 lines 0 comments Download
M mojo/edk/system/dispatcher_unittest.cc View 5 chunks +9 lines, -9 lines 0 comments Download
A mojo/edk/system/endpoint_relayer.h View 1 chunk +49 lines, -0 lines 0 comments Download
A mojo/edk/system/endpoint_relayer.cc View 1 chunk +70 lines, -0 lines 0 comments Download
M mojo/edk/system/handle_table.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/edk/system/local_data_pipe_unittest.cc View 39 chunks +93 lines, -93 lines 0 comments Download
M mojo/edk/system/local_message_pipe_endpoint.h View 3 chunks +9 lines, -8 lines 0 comments Download
M mojo/edk/system/local_message_pipe_endpoint.cc View 6 chunks +12 lines, -11 lines 0 comments Download
M mojo/edk/system/message_in_transit.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/edk/system/message_pipe.h View 5 chunks +16 lines, -17 lines 0 comments Download
M mojo/edk/system/message_pipe.cc View 14 chunks +80 lines, -37 lines 0 comments Download
M mojo/edk/system/message_pipe_dispatcher.h View 2 chunks +7 lines, -7 lines 0 comments Download
M mojo/edk/system/message_pipe_dispatcher.cc View 5 chunks +12 lines, -12 lines 0 comments Download
M mojo/edk/system/message_pipe_dispatcher_unittest.cc View 13 chunks +18 lines, -18 lines 0 comments Download
M mojo/edk/system/message_pipe_endpoint.h View 2 chunks +8 lines, -7 lines 0 comments Download
M mojo/edk/system/message_pipe_endpoint.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M mojo/edk/system/message_pipe_test_utils.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M mojo/edk/system/message_pipe_unittest.cc View 13 chunks +41 lines, -38 lines 0 comments Download
M mojo/edk/system/multiprocess_message_pipe_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/system/platform_handle_dispatcher_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/system/proxy_message_pipe_endpoint.h View 1 chunk +8 lines, -0 lines 0 comments Download
M mojo/edk/system/proxy_message_pipe_endpoint.cc View 3 chunks +11 lines, -3 lines 0 comments Download
M mojo/edk/system/remote_message_pipe_unittest.cc View 46 chunks +55 lines, -55 lines 0 comments Download
M mojo/edk/system/shared_buffer_dispatcher.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M mojo/edk/system/shared_buffer_dispatcher_unittest.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M mojo/edk/system/simple_dispatcher.h View 2 chunks +9 lines, -9 lines 0 comments Download
M mojo/edk/system/simple_dispatcher.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M mojo/edk/system/simple_dispatcher_unittest.cc View 18 chunks +22 lines, -22 lines 0 comments Download
M mojo/edk/system/test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/system/waiter.h View 5 chunks +6 lines, -8 lines 0 comments Download
M mojo/edk/system/waiter.cc View 2 chunks +3 lines, -3 lines 0 comments Download
D mojo/edk/system/waiter_list.h View 1 chunk +0 lines, -58 lines 0 comments Download
D mojo/edk/system/waiter_list.cc View 1 chunk +0 lines, -57 lines 0 comments Download
D mojo/edk/system/waiter_list_unittest.cc View 1 chunk +0 lines, -289 lines 0 comments Download
M mojo/edk/system/waiter_test_utils.h View 1 chunk +6 lines, -6 lines 0 comments Download
M mojo/edk/system/waiter_test_utils.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/edk/test/BUILD.gn View 3 chunks +32 lines, -12 lines 0 comments Download
M mojo/edk/test/multiprocess_test_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/mojo_nacl.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/nacl/generator/libmojo.cc.tmpl View 1 chunk +4 lines, -1 line 0 comments Download
M mojo/nacl/generator/mojo_syscall.cc.tmpl View 1 chunk +33 lines, -1 line 0 comments Download
M mojo/nacl/mojo_syscall.h View 1 chunk +6 lines, -0 lines 0 comments Download
M mojo/public/BUILD.gn View 2 chunks +17 lines, -21 lines 0 comments Download
M mojo/public/VERSION View 1 chunk +1 line, -1 line 0 comments Download
A mojo/public/build/config/BUILD.gn View 1 chunk +16 lines, -0 lines 0 comments Download
M mojo/public/c/environment/BUILD.gn View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/public/c/gles2/BUILD.gn View 2 chunks +16 lines, -4 lines 0 comments Download
M mojo/public/c/system/BUILD.gn View 3 chunks +7 lines, -4 lines 0 comments Download
M mojo/public/c/system/functions.h View 2 chunks +85 lines, -1 line 0 comments Download
M mojo/public/c/system/tests/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/public/c/system/tests/core_unittest.cc View 9 chunks +93 lines, -46 lines 0 comments Download
M mojo/public/c/system/tests/core_unittest_pure_c.c View 2 chunks +20 lines, -2 lines 0 comments Download
M mojo/public/c/system/types.h View 1 chunk +8 lines, -1 line 0 comments Download
M mojo/public/cpp/application/BUILD.gn View 5 chunks +27 lines, -18 lines 0 comments Download
M mojo/public/cpp/application/lib/application_test_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/application/tests/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/public/cpp/bindings/BUILD.gn View 3 chunks +10 lines, -7 lines 0 comments Download
M mojo/public/cpp/environment/BUILD.gn View 2 chunks +11 lines, -11 lines 0 comments Download
M mojo/public/cpp/system/BUILD.gn View 2 chunks +4 lines, -4 lines 0 comments Download
M mojo/public/cpp/test_support/BUILD.gn View 1 chunk +12 lines, -7 lines 0 comments Download
M mojo/public/cpp/utility/BUILD.gn View 2 chunks +6 lines, -4 lines 0 comments Download
M mojo/public/cpp/utility/lib/run_loop.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/public/cpp/utility/lib/thread.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/public/cpp/utility/lib/thread_local_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/utility/run_loop.h View 3 chunks +3 lines, -3 lines 0 comments Download
M mojo/public/cpp/utility/tests/mutex_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/utility/tests/run_loop_unittest.cc View 9 chunks +15 lines, -21 lines 0 comments Download
D mojo/public/dart/BUILD.gn View 1 chunk +0 lines, -65 lines 0 comments Download
M mojo/public/dart/README View 1 chunk +8 lines, -36 lines 0 comments Download
M mojo/public/dart/bindings.dart View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/public/dart/core.dart View 1 chunk +3 lines, -4 lines 0 comments Download
D mojo/public/dart/mojo_init.dart View 1 chunk +0 lines, -23 lines 0 comments Download
M mojo/public/dart/src/buffer.dart View 3 chunks +7 lines, -3 lines 0 comments Download
M mojo/public/dart/src/codec.dart View 13 chunks +19 lines, -22 lines 0 comments Download
M mojo/public/dart/src/handle_watcher.dart View 11 chunks +43 lines, -11 lines 0 comments Download
M mojo/public/dart/src/interface.dart View 1 chunk +1 line, -1 line 0 comments Download
D mojo/public/dart/src/mojo_dart_core.cc View 1 chunk +0 lines, -809 lines 0 comments Download
A mojo/public/dart/src/timer_impl.dart View 1 chunk +333 lines, -0 lines 0 comments Download
A mojo/public/dart/src/timer_queue.dart View 1 chunk +53 lines, -0 lines 0 comments Download
D mojo/public/gles2/BUILD.gn View 1 chunk +0 lines, -45 lines 0 comments Download
M mojo/public/interfaces/application/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/interfaces/bindings/tests/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/mojo.gni View 1 chunk +6 lines, -0 lines 0 comments Download
M mojo/public/mojo_application.gni View 3 chunks +15 lines, -5 lines 0 comments Download
A mojo/public/mojo_sdk.gni View 1 chunk +136 lines, -0 lines 0 comments Download
M mojo/public/platform/native/BUILD.gn View 4 chunks +14 lines, -15 lines 0 comments Download
M mojo/public/python/BUILD.gn View 2 chunks +25 lines, -7 lines 0 comments Download
M mojo/public/python/mojo/system.pyx View 5 chunks +18 lines, -22 lines 0 comments Download
A mojo/public/python/mojo/system_impl.pyx View 1 chunk +75 lines, -0 lines 0 comments Download
M mojo/public/sky/BUILD.gn View 1 chunk +7 lines, -7 lines 0 comments Download
M mojo/public/tools/BUILD.gn View 1 chunk +1 line, -1 line 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 mojo/public/tools/bindings/generators/dart_templates/struct_definition.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/tools/bindings/generators/mojom_dart_generator.py View 1 chunk +10 lines, -10 lines 0 comments Download
M mojo/public/tools/bindings/mojom.gni View 5 chunks +21 lines, -9 lines 0 comments Download
M mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi View 1 chunk +4 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/network/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view.cc View 3 chunks +52 lines, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/tests/BUILD.gn View 1 chunk +3 lines, -5 lines 0 comments Download
M mojo/services/public/cpp/view_manager/tests/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/tests/view_unittest.cc View 1 chunk +40 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/view.h View 1 chunk +12 lines, -0 lines 0 comments Download
M mojo/services/public/interfaces/gpu/gpu_capabilities.mojom View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/view_manager/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A mojo/services/public/interfaces/view_manager/animations.mojom View 1 chunk +61 lines, -0 lines 0 comments Download
A mojo/services/public/js/application.js View 1 chunk +42 lines, -0 lines 0 comments Download
D mojo/services/public/js/mojo.js View 1 chunk +0 lines, -169 lines 0 comments Download
A mojo/services/public/js/service_provider.js View 1 chunk +118 lines, -0 lines 0 comments Download
A mojo/services/public/js/shell.js View 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
Ken Rockot(use gerrit already)
James, could you look at my ugly local hack to mojo_system_impl.gypi? I don't understand why ...
6 years ago (2014-12-09 03:40:12 UTC) #3
jamesr
lgtm https://codereview.chromium.org/782693004/diff/40001/mojo/edk/mojo_edk_system_impl.gypi File mojo/edk/mojo_edk_system_impl.gypi (right): https://codereview.chromium.org/782693004/diff/40001/mojo/edk/mojo_edk_system_impl.gypi#newcode122 mojo/edk/mojo_edk_system_impl.gypi:122: 'conditions': [ i don't see what's strange or ...
6 years ago (2014-12-09 04:22:55 UTC) #4
Ken Rockot(use gerrit already)
On 2014/12/09 04:22:55, jamesr wrote: > lgtm > > https://codereview.chromium.org/782693004/diff/40001/mojo/edk/mojo_edk_system_impl.gypi > File mojo/edk/mojo_edk_system_impl.gypi (right): > ...
6 years ago (2014-12-09 05:29:42 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/782693004/40001
6 years ago (2014-12-09 05:30:34 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/29037)
6 years ago (2014-12-09 05:38:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/782693004/40001
6 years ago (2014-12-09 06:12:52 UTC) #11
jamesr
Indirect dependencies between components only "works" on the linux linker. On Mac/win/android if component a ...
6 years ago (2014-12-09 06:20:02 UTC) #12
Ken Rockot(use gerrit already)
Ah, I've been living in a Linux bubble. Thanks for the explanation. On Mon, Dec ...
6 years ago (2014-12-09 06:24:21 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:40001)
6 years ago (2014-12-09 06:41:48 UTC) #14
commit-bot: I haz the power
6 years ago (2014-12-09 06:42:33 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/fa648a32329c36eda94aeadac4aac14f3b8013be
Cr-Commit-Position: refs/heads/master@{#307427}

Powered by Google App Engine
This is Rietveld 408576698