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

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed)

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

Description

Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). X = geometry, gpu, http_server, icu_data, input_events, keyboard, location, native_support, native_viewport R=jamesr@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/84765c46fe25458d00d365eb53b454e04e07cf63

Patch Set 1 #

Patch Set 2 : add missing copyright notices #

Unified diffs Side-by-side diffs Delta from patch set Stats (+292 lines, -1559 lines) Patch
M apps/moterm/BUILD.gn View 3 chunks +8 lines, -8 lines 0 comments Download
M apps/moterm/gl_helper.h View 1 chunk +2 lines, -2 lines 0 comments Download
M apps/moterm/gl_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M apps/moterm/gl_helper_test_app.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M apps/moterm/key_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M apps/moterm/key_util_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M apps/moterm/moterm_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M examples/bitmap_uploader/BUILD.gn View 1 chunk +4 lines, -4 lines 0 comments Download
M examples/bitmap_uploader/bitmap_uploader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M examples/bitmap_uploader/bitmap_uploader.cc View 1 chunk +1 line, -1 line 0 comments Download
M examples/browser/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/embedded_app/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/ganesh_app/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M examples/ganesh_app/texture_uploader.h View 1 chunk +1 line, -1 line 0 comments Download
M examples/ganesh_app/texture_uploader.cc View 1 chunk +1 line, -1 line 0 comments Download
M examples/go/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M examples/go/http_handler.go View 1 chunk +4 lines, -4 lines 0 comments Download
M examples/http_handler/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M examples/http_handler/http_handler.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M examples/js/cube.js View 1 chunk +2 lines, -2 lines 0 comments Download
M examples/keyboard_client/BUILD.gn View 1 chunk +4 lines, -4 lines 0 comments Download
M examples/keyboard_client/keyboard_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M examples/location/geocoder_demo.js View 1 2 chunks +7 lines, -3 lines 0 comments Download
M examples/location/location.sky View 1 chunk +1 line, -1 line 0 comments Download
M examples/moterm_example_app/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/native_run_app/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/native_run_app/native_run_app.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M examples/nesting_app/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/nfc_sender/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/pdf_viewer/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M examples/pdf_viewer/pdf_viewer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M examples/spinning_cube/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M examples/spinning_cube/gles2_client_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M examples/spinning_cube/spinning_cube_app.cc View 1 chunk +1 line, -1 line 0 comments Download
M examples/surfaces_app/BUILD.gn View 4 chunks +7 lines, -7 lines 0 comments Download
M examples/surfaces_app/child.mojom View 1 chunk +1 line, -1 line 0 comments Download
M examples/surfaces_app/child_gl_app.cc View 1 chunk +1 line, -1 line 0 comments Download
M examples/surfaces_app/child_gl_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M examples/surfaces_app/surfaces_app.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M examples/window_manager/BUILD.gn View 2 chunks +3 lines, -3 lines 0 comments Download
M examples/window_manager/window_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M examples/window_manager/window_manager.mojom View 1 chunk +1 line, -1 line 0 comments Download
M examples/wm_flow/BUILD.gn View 2 chunks +2 lines, -2 lines 0 comments Download
M examples/wm_flow/wm/wm.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/geometry/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/geometry/geometry_type_converters.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/input_events/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/converters/input_events/input_events_type_converters.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/input_events/input_events_type_converters.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/native_viewport/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/native_viewport/surface_configuration_type_converters.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/surfaces/tests/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/gles2/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/gles2/command_buffer_client_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/gpu/BUILD.gn View 2 chunks +4 lines, -4 lines 0 comments Download
M mojo/gpu/gl_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/gpu/gl_texture.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/gpu/texture_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/gpu/texture_cache_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/gpu/texture_uploader.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/icu/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/icu/icu.cc View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/geometry/cpp/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/geometry/cpp/geometry_util.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + mojo/services/geometry/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/services/geometry/interfaces/geometry.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
D mojo/services/geometry/public/cpp/BUILD.gn View 1 chunk +0 lines, -18 lines 0 comments Download
D mojo/services/geometry/public/cpp/geometry_util.h View 1 chunk +0 lines, -39 lines 0 comments Download
D mojo/services/geometry/public/interfaces/BUILD.gn View 1 chunk +0 lines, -12 lines 0 comments Download
D mojo/services/geometry/public/interfaces/geometry.mojom View 1 chunk +0 lines, -40 lines 0 comments Download
A + mojo/services/gpu/interfaces/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
A + mojo/services/gpu/interfaces/command_buffer.mojom View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/gpu/interfaces/context_provider.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
A + mojo/services/gpu/interfaces/gpu.mojom View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/gpu/interfaces/gpu_capabilities.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/services/gpu/interfaces/viewport_parameter_listener.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
D mojo/services/gpu/public/interfaces/BUILD.gn View 1 chunk +0 lines, -22 lines 0 comments Download
D mojo/services/gpu/public/interfaces/command_buffer.mojom View 1 chunk +0 lines, -56 lines 0 comments Download
D mojo/services/gpu/public/interfaces/context_provider.mojom View 1 chunk +0 lines, -29 lines 0 comments Download
D mojo/services/gpu/public/interfaces/gpu.mojom View 1 chunk +0 lines, -13 lines 0 comments Download
D mojo/services/gpu/public/interfaces/gpu_capabilities.mojom View 1 chunk +0 lines, -55 lines 0 comments Download
D mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom View 1 chunk +0 lines, -13 lines 0 comments Download
A + mojo/services/http_server/cpp/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/http_server/cpp/http_server_util.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + mojo/services/http_server/cpp/lib/http_server_util.cc View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/http_server/interfaces/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
A + mojo/services/http_server/interfaces/http_request.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/services/http_server/interfaces/http_response.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/services/http_server/interfaces/http_server.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
A + mojo/services/http_server/interfaces/http_server_factory.mojom View 1 chunk +1 line, -1 line 0 comments Download
D mojo/services/http_server/public/cpp/BUILD.gn View 1 chunk +0 lines, -24 lines 0 comments Download
D mojo/services/http_server/public/cpp/http_server_util.h View 1 chunk +0 lines, -17 lines 0 comments Download
D mojo/services/http_server/public/cpp/lib/http_server_util.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D mojo/services/http_server/public/interfaces/BUILD.gn View 1 chunk +0 lines, -27 lines 0 comments Download
D mojo/services/http_server/public/interfaces/http_request.mojom View 1 chunk +0 lines, -19 lines 0 comments Download
D mojo/services/http_server/public/interfaces/http_response.mojom View 1 chunk +0 lines, -23 lines 0 comments Download
D mojo/services/http_server/public/interfaces/http_server.mojom View 1 chunk +0 lines, -28 lines 0 comments Download
D mojo/services/http_server/public/interfaces/http_server_factory.mojom View 1 chunk +0 lines, -28 lines 0 comments Download
A + mojo/services/icu_data/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/services/icu_data/interfaces/icu_data.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
D mojo/services/icu_data/public/interfaces/BUILD.gn View 1 chunk +0 lines, -12 lines 0 comments Download
D mojo/services/icu_data/public/interfaces/icu_data.mojom View 1 chunk +0 lines, -10 lines 0 comments Download
A + mojo/services/input_events/interfaces/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
A + mojo/services/input_events/interfaces/input_event_constants.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/services/input_events/interfaces/input_events.mojom View 1 chunk +3 lines, -3 lines 0 comments Download
A + mojo/services/input_events/interfaces/input_key_codes.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
D mojo/services/input_events/public/interfaces/BUILD.gn View 1 chunk +0 lines, -20 lines 0 comments Download
D mojo/services/input_events/public/interfaces/input_event_constants.mojom View 1 chunk +0 lines, -47 lines 0 comments Download
D mojo/services/input_events/public/interfaces/input_events.mojom View 1 chunk +0 lines, -79 lines 0 comments Download
D mojo/services/input_events/public/interfaces/input_key_codes.mojom View 1 chunk +0 lines, -187 lines 0 comments Download
A + mojo/services/keyboard/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/services/keyboard/interfaces/keyboard.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
D mojo/services/keyboard/public/interfaces/BUILD.gn View 1 chunk +0 lines, -12 lines 0 comments Download
D mojo/services/keyboard/public/interfaces/keyboard.mojom View 1 chunk +0 lines, -44 lines 0 comments Download
A + mojo/services/location/interfaces/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/location/interfaces/geocoder.mojom View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/location/interfaces/location.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/services/location/interfaces/location_service.mojom View 1 chunk +1 line, -1 line 0 comments Download
D mojo/services/location/public/interfaces/BUILD.gn View 1 chunk +0 lines, -18 lines 0 comments Download
D mojo/services/location/public/interfaces/geocoder.mojom View 1 chunk +0 lines, -66 lines 0 comments Download
D mojo/services/location/public/interfaces/location.mojom View 1 chunk +0 lines, -45 lines 0 comments Download
D mojo/services/location/public/interfaces/location_service.mojom View 1 chunk +0 lines, -35 lines 0 comments Download
M mojo/services/mojo_services.gni View 1 chunk +9 lines, -9 lines 0 comments Download
A + mojo/services/native_support/interfaces/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
A + mojo/services/native_support/interfaces/process.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
D mojo/services/native_support/public/interfaces/BUILD.gn View 1 chunk +0 lines, -18 lines 0 comments Download
D mojo/services/native_support/public/interfaces/process.mojom View 1 chunk +0 lines, -65 lines 0 comments Download
A + mojo/services/native_viewport/cpp/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/native_viewport/cpp/args.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + mojo/services/native_viewport/cpp/lib/args.cc View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/native_viewport/interfaces/BUILD.gn View 1 chunk +5 lines, -5 lines 0 comments Download
A + mojo/services/native_viewport/interfaces/native_viewport.mojom View 1 chunk +3 lines, -3 lines 0 comments Download
D mojo/services/native_viewport/public/cpp/BUILD.gn View 1 chunk +0 lines, -14 lines 0 comments Download
D mojo/services/native_viewport/public/cpp/args.h View 1 chunk +0 lines, -18 lines 0 comments Download
D mojo/services/native_viewport/public/cpp/lib/args.cc View 1 chunk +0 lines, -17 lines 0 comments Download
D mojo/services/native_viewport/public/interfaces/BUILD.gn View 1 chunk +0 lines, -21 lines 0 comments Download
D mojo/services/native_viewport/public/interfaces/native_viewport.mojom View 1 chunk +0 lines, -52 lines 0 comments Download
M mojo/services/ozone_drm_gpu/public/interfaces/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/ozone_drm_gpu/public/interfaces/ozone_drm_gpu.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/ozone_drm_host/public/interfaces/ozone_drm_host.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/surfaces/public/cpp/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/surfaces/public/cpp/surfaces_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/surfaces/public/interfaces/BUILD.gn View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/surfaces/public/interfaces/display.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/surfaces/public/interfaces/quads.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/surfaces/public/interfaces/surfaces.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/view_manager/public/cpp/tests/BUILD.gn View 2 chunks +3 lines, -2 lines 0 comments Download
M mojo/services/view_manager/public/cpp/view.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/view_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/interfaces/BUILD.gn View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/view_manager/public/interfaces/animations.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/interfaces/view_manager.mojom View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/window_manager/public/interfaces/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/window_manager/public/interfaces/window_manager.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/window_manager/public/interfaces/window_manager_internal.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M services/debugger/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M services/debugger/debugger.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M services/fake_surfaces/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M services/gles2/BUILD.gn View 2 chunks +3 lines, -3 lines 0 comments Download
M services/gles2/command_buffer_driver.h View 1 chunk +1 line, -1 line 0 comments Download
M services/gles2/command_buffer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M services/gles2/command_buffer_type_conversions.h View 1 chunk +1 line, -1 line 0 comments Download
M services/gles2/command_buffer_type_conversions.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/gles2/gpu_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M services/http_server/BUILD.gn View 2 chunks +4 lines, -4 lines 0 comments Download
M services/http_server/connection.h View 1 chunk +2 lines, -2 lines 0 comments Download
M services/http_server/http_request_parser.h View 1 chunk +1 line, -1 line 0 comments Download
M services/http_server/http_server_app.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/http_server/http_server_apptest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M services/http_server/http_server_factory_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M services/http_server/http_server_factory_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/http_server/http_server_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M services/http_server/http_server_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/icu_data/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M services/icu_data/icu_data_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/keyboard/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M services/keyboard_native/BUILD.gn View 1 chunk +3 lines, -3 lines 0 comments Download
M services/keyboard_native/key_layout.h View 1 chunk +1 line, -1 line 0 comments Download
M services/keyboard_native/keyboard_service_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M services/kiosk_wm/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M services/kiosk_wm/kiosk_wm_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M services/location/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M services/location/geocoder_service.js View 1 1 chunk +5 lines, -2 lines 0 comments Download
M services/native_support/BUILD.gn View 2 chunks +2 lines, -2 lines 0 comments Download
M services/native_support/main.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/native_support/process_controller_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M services/native_support/process_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M services/native_support/process_test_base.h View 1 chunk +1 line, -1 line 0 comments Download
M services/native_viewport/BUILD.gn View 3 chunks +5 lines, -5 lines 0 comments Download
M services/native_viewport/app_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M services/native_viewport/native_viewport_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M services/native_viewport/onscreen_context_provider.h View 1 chunk +2 lines, -2 lines 0 comments Download
M services/native_viewport/platform_viewport.h View 1 chunk +2 lines, -2 lines 0 comments Download
M services/python/mojo_url_redirector/BUILD.gn View 2 chunks +3 lines, -3 lines 0 comments Download
M services/python/mojo_url_redirector/mojo_url_redirector_apptest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M services/surfaces/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M services/surfaces/surfaces_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M services/view_manager/BUILD.gn View 5 chunks +9 lines, -9 lines 0 comments Download
M services/view_manager/display_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M services/view_manager/display_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/view_manager/gesture_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/view_manager/gesture_manager_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M services/view_manager/gesture_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/view_manager/test_change_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M services/view_manager/view_manager_client_apptest.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/window_manager/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M services/window_manager/native_viewport_event_dispatcher_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M shell/BUILD.gn View 3 chunks +5 lines, -5 lines 0 comments Download
M shell/android/native_viewport_application_loader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M shell/shell_apptest.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
viettrungluu
5 years, 2 months ago (2015-10-09 22:16:48 UTC) #1
jamesr
rs lgtm
5 years, 2 months ago (2015-10-09 22:54:39 UTC) #2
viettrungluu
5 years, 2 months ago (2015-10-10 08:07:56 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
84765c46fe25458d00d365eb53b454e04e07cf63 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698