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

Issue 1367303002: Update includes of mojo/edk to be fully-qualified instead of relative to third_party/mojo/src. (Closed)

Created:
5 years, 2 months ago by jam
Modified:
5 years, 2 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update includes of mojo/edk to be fully-qualified instead of relative to third_party/mojo/src. This is split off from https://codereview.chromium.org/1350023003/ so that it can have another EDK in src/mojo/edk without conflicts. Also update header include guards as well so they don't clash with the ones in src/mojo/edk. BUG=478251 Committed: https://crrev.com/172cd932bdf5bb1cc21a7b5bcaa164d33365075c Cr-Commit-Position: refs/heads/master@{#351014}

Patch Set 1 : #

Patch Set 2 : update all include guards #

Unified diffs Side-by-side diffs Delta from patch set Stats (+937 lines, -937 lines) Patch
M third_party/mojo/src/mojo/edk/embedder/channel_info_forward.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/configuration.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/embedder.h View 3 chunks +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/embedder.cc View 2 chunks +14 lines, -14 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/embedder_internal.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/embedder_unittest.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/entrypoints.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/master_process_delegate.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_channel_pair.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_channel_pair.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_channel_pair_posix.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_channel_pair_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_channel_utils_posix.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_channel_utils_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_handle.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_handle.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_handle_utils.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_handle_utils_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_handle_utils_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_handle_vector.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_shared_buffer.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_support.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/process_delegate.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/process_type.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_android.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_posix.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_win.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/simple_platform_support.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/slave_info.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/slave_process_delegate.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/system_impl_private_entrypoints.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/test_embedder.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/test_embedder.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/core.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/core.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/drain_data.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/drain_data.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/js/handle.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/handle.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/handle_close_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/handle_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/mojo_runner_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/mojo_runner_delegate.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/support.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/support.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/test/run_js_integration_tests.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/test/run_js_tests.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/threading.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/threading.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/waiting_callback.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/waiting_callback.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/async_waiter.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/async_waiter.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/awakable.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/awakable_list.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/awakable_list.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/awakable_list_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel.h View 1 3 chunks +11 lines, -11 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_endpoint.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_endpoint.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_endpoint_client.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_endpoint_id.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_endpoint_id.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_endpoint_id_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_endpoint_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_id.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_manager.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_manager.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_manager_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_test_base.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_test_base.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_unittest.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/configuration.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/configuration.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/connection_identifier.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/connection_manager.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/connection_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/connection_manager_messages.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/connection_manager_unittest.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/core.h View 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/core.cc View 1 chunk +15 lines, -15 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/core_test_base.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/core_test_base.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/core_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_impl.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_impl_unittest.cc View 2 chunks +13 lines, -13 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/dispatcher.h View 1 3 chunks +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/dispatcher.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/dispatcher_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/endpoint_relayer.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/endpoint_relayer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/endpoint_relayer_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/handle_signals_state.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/handle_table.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/handle_table.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/incoming_endpoint.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/incoming_endpoint.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/ipc_support.h View 1 2 chunks +10 lines, -10 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/ipc_support.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/ipc_support_unittest.cc View 2 chunks +15 lines, -15 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/local_data_pipe_impl.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/local_data_pipe_impl.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/local_message_pipe_endpoint.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/local_message_pipe_endpoint.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/mapping_table.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/mapping_table.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/master_connection_manager.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/master_connection_manager.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/memory.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/memory.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/memory_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_in_transit.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_in_transit.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_in_transit_queue.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_in_transit_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_in_transit_queue_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_in_transit_test_utils.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_in_transit_test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe.h View 1 3 chunks +11 lines, -11 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe_perftest.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe_test_utils.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe_test_utils.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/multiprocess_message_pipe_unittest.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/mutex.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/mutex.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/mutex_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/options_validation.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/options_validation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/platform_handle_dispatcher.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/platform_handle_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/platform_handle_dispatcher_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/process_identifier.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/proxy_message_pipe_endpoint.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/proxy_message_pipe_endpoint.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/raw_channel.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/raw_channel.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/raw_channel_posix.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/raw_channel_unittest.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/raw_channel_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/remote_consumer_data_pipe_impl.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/remote_consumer_data_pipe_impl.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/remote_data_pipe_ack.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/remote_data_pipe_impl_unittest.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/remote_message_pipe_unittest.cc View 1 chunk +16 lines, -16 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/remote_producer_data_pipe_impl.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/remote_producer_data_pipe_impl.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/simple_dispatcher.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/simple_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/simple_dispatcher_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/slave_connection_manager.h View 1 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/slave_connection_manager.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/system_impl_export.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/test_channel_endpoint_client.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/test_channel_endpoint_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/test_utils.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/thread_annotations.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/thread_annotations_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/transport_data.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/transport_data.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/unique_identifier.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/unique_identifier.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/unique_identifier_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/waiter.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/waiter.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/waiter_test_utils.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/waiter_test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/waiter_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/multiprocess_test_helper.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/multiprocess_test_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/multiprocess_test_helper_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/run_all_perftests.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/run_all_unittests.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/scoped_ipc_support.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/scoped_ipc_support.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/test_support_impl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/test_support_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/test/test_utils.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/test_utils_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/test/test_utils_win.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (4 generated)
jam
5 years, 2 months ago (2015-09-25 23:28:13 UTC) #3
Ken Rockot(use gerrit already)
I admittedtly haven't reviewed every file in detail. Assuming this is essentially #include "mojo/edk => ...
5 years, 2 months ago (2015-09-26 01:56:58 UTC) #4
Ken Rockot(use gerrit already)
On 2015/09/26 01:56:58, Ken Rockot wrote: > I admittedtly haven't reviewed every file in detail. ...
5 years, 2 months ago (2015-09-26 01:58:26 UTC) #5
jam
On 2015/09/26 01:58:26, Ken Rockot wrote: > On 2015/09/26 01:56:58, Ken Rockot wrote: > > ...
5 years, 2 months ago (2015-09-26 04:18:13 UTC) #6
Ken Rockot(use gerrit already)
On 2015/09/26 04:18:13, jam wrote: > On 2015/09/26 01:58:26, Ken Rockot wrote: > > On ...
5 years, 2 months ago (2015-09-26 19:01:45 UTC) #7
jam
On 2015/09/26 19:01:45, Ken Rockot wrote: > On 2015/09/26 04:18:13, jam wrote: > > On ...
5 years, 2 months ago (2015-09-27 03:22:00 UTC) #9
Ken Rockot(use gerrit already)
On 2015/09/27 03:22:00, jam wrote: > On 2015/09/26 19:01:45, Ken Rockot wrote: > > On ...
5 years, 2 months ago (2015-09-28 01:06:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1367303002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1367303002/60001
5 years, 2 months ago (2015-09-28 02:22:39 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:60001)
5 years, 2 months ago (2015-09-28 02:31:40 UTC) #13
commit-bot: I haz the power
5 years, 2 months ago (2015-09-28 02:32:27 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/172cd932bdf5bb1cc21a7b5bcaa164d33365075c
Cr-Commit-Position: refs/heads/master@{#351014}

Powered by Google App Engine
This is Rietveld 408576698